Merge remote-tracking branch 'origin/QA_4_1' into QA_4_1
This commit is contained in:
commit
4bd02f8fb1
@ -3,6 +3,7 @@ phpMyAdmin - ChangeLog
|
||||
|
||||
4.1.5.0 (not yet released)
|
||||
- bug #3780 Allow aborting loading pages
|
||||
- bug #4223 Database list: Create database misses collation column
|
||||
|
||||
4.1.4.0 (2014-01-07)
|
||||
- bug #3840 (additional fix) When exporting to gzip format, the data is compressed 2 times
|
||||
|
||||
@ -107,7 +107,8 @@ if (! $result) {
|
||||
);
|
||||
} else {
|
||||
$current = array(
|
||||
'SCHEMA_NAME' => $_POST['new_db']
|
||||
'SCHEMA_NAME' => $_POST['new_db'],
|
||||
'DEFAULT_COLLATION_NAME' => $db_collation_for_ajax
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user