Merge remote-tracking branch 'origin/QA_4_0' into QA_4_0
This commit is contained in:
commit
6a052f26e4
@ -2059,7 +2059,8 @@ AJAX.registerOnload('server_status_monitor.js', function() {
|
||||
var query = rowData.argument || rowData.sql_text;
|
||||
|
||||
if (codemirror_editor) {
|
||||
query = PMA_SQLPrettyPrint(query);
|
||||
//TODO: somehow PMA_SQLPrettyPrint messes up the query, needs be fixed
|
||||
//query = PMA_SQLPrettyPrint(query);
|
||||
codemirror_editor.setValue(query);
|
||||
// Codemirror is bugged, it doesn't refresh properly sometimes.
|
||||
// Following lines seem to fix that
|
||||
|
||||
Loading…
Reference in New Issue
Block a user