Name of column is sometimes Default (bug #798426).
This commit is contained in:
@@ -35,7 +35,7 @@ if (!defined('PMA_MYSQL_CHARSETS_LIB_INCLUDED')){
|
||||
} else {
|
||||
$mysql_collations[$row['Charset']][] = $row['Collation'];
|
||||
}
|
||||
if ($row['D'] == 'Y') {
|
||||
if ((isset($row['D']) && $row['D'] == 'Y') || (isset($row['Default']) && $row['Default'] == 'Yes')) {
|
||||
$mysql_default_collations[$row['Charset']] = $row['Collation'];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user