Update Table.php (#14461)

Fix #14447 - Error while copying database (pma__column_info)

Signed-off-by: Daniel <yeezy69@babau.mywire.org>
This commit is contained in:
yeezy69 2018-10-11 04:21:49 +02:00 committed by Maurício Meneghini Fauth
parent a92278d4ef
commit aed0fede4d

View File

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