From 9a818c289dd0cf2f352ee5787cd42c216b34798c Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Wed, 26 Nov 2014 12:39:09 +0530 Subject: [PATCH] bug #4607 Syntax error during db_copy operation Signed-off-by: Madhura Jayaratne --- ChangeLog | 1 + db_operations.php | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index d5d9b622e6..d9acb015f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,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 diff --git a/db_operations.php b/db_operations.php index eec625bd5f..84bf989776 100644 --- a/db_operations.php +++ b/db_operations.php @@ -29,6 +29,8 @@ $header = $response->getHeader(); $scripts = $header->getScripts(); $scripts->addFile('db_operations.js'); +// set export settings we need +$GLOBALS['sql_backquotes'] = 1; /** * Rename/move or copy database */