Update Table.php (#14461)

Fix #14447 - Error while copying database (pma__column_info)

Signed-off-by: Daniel <yeezy69@babau.mywire.org>
(cherry picked from commit aed0fede4d)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
yeezy69 2018-10-11 04:21:49 +02:00 committed by Isaac Bennetch
parent 28defa9b55
commit 3c9862ee67

View File

@ -1251,7 +1251,7 @@ class Table
. ') ' . ' VALUES(' . '\'' . $GLOBALS['dbi']->escapeString($target_db)
. '\',\'' . $GLOBALS['dbi']->escapeString($target_table) . '\',\''
. $GLOBALS['dbi']->escapeString($comments_copy_row['column_name'])
. '\',\'' . $GLOBALS['dbi']->escapeString($target_table) . '\',\''
. '\',\''
. $GLOBALS['dbi']->escapeString($comments_copy_row['comment'])
. '\''
. ($GLOBALS['cfgRelation']['mimework']