bug 683975
This commit is contained in:
@@ -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).
|
||||
|
@@ -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(
|
||||
|
Reference in New Issue
Block a user