Merge remote-tracking branch 'origin/QA_4_5' into QA_4_5

This commit is contained in:
Weblate 2015-12-23 09:56:29 +01:00
commit 2004c90aeb
2 changed files with 4 additions and 1 deletions

View File

@ -34,6 +34,7 @@ phpMyAdmin - ChangeLog
- issue #11758 Missing quoting of table in ALTER CONVERT query
- issue #11752 PMA 4.5.2 breaks MySQL Master-Master Cluster
- issue #11757 Export and preview show different SQL for character set
- issue #11749 Fix possible undefined variables in table operations
4.5.2.0 (2015-11-23)
- issue #11589 Incorrect parameter in mysqli_fetch_fields()

View File

@ -106,4 +106,6 @@ if ($showtable) {
? 'DEFAULT'
: $pack_keys;
unset($create_options, $each_create_option);
} // end if
} else {
$pack_keys = $row_format = null;
}// end if