bug 647705
This commit is contained in:
@@ -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...
|
||||
|
@@ -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',
|
||||
|
Reference in New Issue
Block a user