Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
09eb263e1f
@ -25,6 +25,7 @@ phpMyAdmin - ChangeLog
|
||||
- bug #4213 Datetime Quick Edit decrements by one day
|
||||
- bug #4217 Current value not highlighted when browsing foreign values
|
||||
- bug #4220 Incorrect key values in foreign key browser
|
||||
- bug #4215 MariaDB 5.5: error in Drizzle detection
|
||||
|
||||
4.1.3.0 (2013-12-31)
|
||||
- bug #3938 PDFDefaultPageSize doc and easy configurability
|
||||
|
||||
@ -1461,7 +1461,7 @@ class PMA_DatabaseInterface
|
||||
|
||||
/* Detect Drizzle - it does not support charsets */
|
||||
$charset_result = $this->query(
|
||||
'SHOW VARIABLES LIKE "character_set_results"',
|
||||
"SHOW VARIABLES LIKE 'character_set_results'",
|
||||
$link
|
||||
);
|
||||
if ($this->numRows($charset_result) == 0) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user