Merge branch 'QA_4_3'

This commit is contained in:
Madhura Jayaratne 2014-11-26 12:59:40 +05:30
commit bf175e00bb
2 changed files with 4 additions and 0 deletions

View File

@ -74,6 +74,7 @@ phpMyAdmin - ChangeLog
- bug #4057 db/table query string parameters no longer work
- bug #4605 Unseen messages in tracking
- bug #4606 Tracking report export as SQL dump does not work
- bug #4607 Syntax error during db_copy operation
4.2.12.0 (2014-11-20)
- bug #4574 Blank/white page when JavaScript disabled

View File

@ -31,6 +31,9 @@ $scripts->addFile('db_operations.js');
$sql_query = '';
// set export settings we need
$GLOBALS['sql_backquotes'] = 1;
/**
* Rename/move or copy database
*/