Bug #857749
This commit is contained in:
@@ -19,6 +19,7 @@ $Source$
|
|||||||
Updated character sets overview for MySQL 4.1.1.
|
Updated character sets overview for MySQL 4.1.1.
|
||||||
* db_create.php, main.php: Ability to specify a default character set for a
|
* db_create.php, main.php: Ability to specify a default character set for a
|
||||||
new database.
|
new database.
|
||||||
|
* libraries/sqlparser.lib.php: Bug #857749.
|
||||||
|
|
||||||
2003-12-11 Garvin Hicking <me@supergarv.de>
|
2003-12-11 Garvin Hicking <me@supergarv.de>
|
||||||
* header_printview.inc.php: RFE #856503, show number of rows in printview
|
* header_printview.inc.php: RFE #856503, show number of rows in printview
|
||||||
|
@@ -598,6 +598,10 @@ if ($is_minimum_common == FALSE) {
|
|||||||
if ($d_cur_upper == 'INNODB' && $d_prev_upper == 'SHOW' && $d_next_upper == 'STATUS') {
|
if ($d_cur_upper == 'INNODB' && $d_prev_upper == 'SHOW' && $d_next_upper == 'STATUS') {
|
||||||
$t_suffix = '_reservedWord';
|
$t_suffix = '_reservedWord';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($d_cur_upper == 'DEFAULT' && $d_next_upper == 'CHARACTER') {
|
||||||
|
$t_suffix = '_reservedWord';
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
// Do nothing
|
// Do nothing
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user