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:
parent
28defa9b55
commit
3c9862ee67
@ -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']
|
||||
|
||||
Loading…
Reference in New Issue
Block a user