bug 683975

This commit is contained in:
Marc Delisle
2003-06-04 16:33:30 +00:00
parent e194f0f031
commit 88c398c43b
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ $Source$
2003-06-04 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.lib.php3: bug 592692, pretty printer
and GRANT or REVOKE
* libraries/sqlparser.lib.php3: bug 683975, various pretty printer bugs
2003-06-04 Michal Cihar <nijel@users.sourceforge.net>
* mult_submits.inc.php3: Use TRUNCATE when using MySQL 4 (bug #748792).

View File

@@ -1461,13 +1461,16 @@ if (!defined('PMA_SQP_LIB_INCLUDED')) {
'AS',
'ASC',
'DESC',
'DISTINCT',
'HOUR',
'INTERVAL',
'IS',
'NOT',
'NULL',
'ON',
'OR'
);
$keywords_no_newline_cnt = 9;
$keywords_no_newline_cnt = 12;
// These reserved words introduce a privilege list
$keywords_priv_list = array(