This commit is contained in:
Alexander M. Turek
2003-12-11 23:26:24 +00:00
parent df3982dd8b
commit ad5bff4edb
2 changed files with 5 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ $Source$
Updated character sets overview for MySQL 4.1.1.
* db_create.php, main.php: Ability to specify a default character set for a
new database.
* libraries/sqlparser.lib.php: Bug #857749.
2003-12-11 Garvin Hicking <me@supergarv.de>
* header_printview.inc.php: RFE #856503, show number of rows in printview

View File

@@ -598,6 +598,10 @@ if ($is_minimum_common == FALSE) {
if ($d_cur_upper == 'INNODB' && $d_prev_upper == 'SHOW' && $d_next_upper == 'STATUS') {
$t_suffix = '_reservedWord';
}
if ($d_cur_upper == 'DEFAULT' && $d_next_upper == 'CHARACTER') {
$t_suffix = '_reservedWord';
}
} else {
// Do nothing
}