bug 647705
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$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>
|
2003-04-14 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
* lang/some translations: Damn, I didn't commit all empty translations
|
* lang/some translations: Damn, I didn't commit all empty translations
|
||||||
yesterday...
|
yesterday...
|
||||||
|
@@ -336,7 +336,8 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
|
|||||||
'MRG_MYISAM',
|
'MRG_MYISAM',
|
||||||
'MYISAM',
|
'MYISAM',
|
||||||
'NATURAL',
|
'NATURAL',
|
||||||
'NO',
|
// 'NO' is not allowed in SQL-99 but is allowed in MySQL
|
||||||
|
//'NO',
|
||||||
'NOT',
|
'NOT',
|
||||||
'NULL',
|
'NULL',
|
||||||
'ON',
|
'ON',
|
||||||
|
Reference in New Issue
Block a user