bug 647705

This commit is contained in:
Marc Delisle
2003-04-14 18:52:07 +00:00
parent 01bac8771e
commit 3341c9da1f
2 changed files with 6 additions and 1 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-04-14 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.data.php3: bug 647705: 'NO' is not
a reserved word in MySQL
2003-04-14 Michal Cihar <nijel@users.sourceforge.net>
* lang/some translations: Damn, I didn't commit all empty translations
yesterday...

View File

@@ -336,7 +336,8 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
'MRG_MYISAM',
'MYISAM',
'NATURAL',
'NO',
// 'NO' is not allowed in SQL-99 but is allowed in MySQL
//'NO',
'NOT',
'NULL',
'ON',