bug 700082 XOR

This commit is contained in:
Marc Delisle
2003-03-11 10:41:47 +00:00
parent 389f5f184b
commit eda306631b
2 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2003-03-11 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.data.php3: bug 700082, support of XOR
2003-03-10 Alexander M. Turek <rabus@users.sourceforge.net> 2003-03-10 Alexander M. Turek <rabus@users.sourceforge.net>
* translators.html: Another mechanism against stupid people who use the * translators.html: Another mechanism against stupid people who use the
translator list as a list of localised support hotlines or try to get a translator list as a list of localised support hotlines or try to get a

View File

@@ -439,6 +439,7 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
'WITH', 'WITH',
'WORK', 'WORK',
'WRITE', 'WRITE',
'XOR',
'YEAR_MONTH' 'YEAR_MONTH'
); );
//$PMA_SQPdata_reserved_word_cnt = count($PMA_SQPdata_reserved_word); //$PMA_SQPdata_reserved_word_cnt = count($PMA_SQPdata_reserved_word);