Merge branch 'QA_4_8'

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2019-03-19 22:39:24 +01:00
commit cdff5426d6
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889
2 changed files with 2 additions and 1 deletions

View File

@ -61,6 +61,7 @@ phpMyAdmin - ChangeLog
- issue #14359 Prevent multiple error modals, and error-report request spamming from script
- issue Fixed error reporting javascript errors on multi server setup
- issue Fixed wrong property name on TableStructureController
- issue #14811 Fix SHOW FULL TABLES FROM when a table is locked
4.8.5 (2019-01-25)
- issue Developer debug data was saved to the PHP error log

View File

@ -4688,7 +4688,7 @@ class Util
}
$db_info_result = $GLOBALS['dbi']->query(
'SHOW FULL TABLES FROM ' . self::backquote($db) . $tblGroupSql,
null,
DatabaseInterface::CONNECT_USER,
DatabaseInterface::QUERY_STORE
);
unset($tblGroupSql, $whereAdded);