SHOW BINLOG EVENTS

This commit is contained in:
Alexander M. Turek
2003-07-14 11:04:05 +00:00
parent 447b108657
commit 0aa17c6245
2 changed files with 6 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2003-07-14 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/sqlparser.data.php3: SHOW BINLOG EVENTS.
2003-07-14 Marc Delisle <lem9@users.sourceforge.net> 2003-07-14 Marc Delisle <lem9@users.sourceforge.net>
### 2.5.2-rc2 released ### 2.5.2-rc2 released

View File

@@ -212,6 +212,7 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
'BACKUP', 'BACKUP',
'BEGIN', 'BEGIN',
'BETWEEN', 'BETWEEN',
'BINLOG',
'BOTH', 'BOTH',
'BY', 'BY',
'CASCADE', 'CASCADE',
@@ -256,6 +257,7 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
'END', 'END',
'ESCAPE', 'ESCAPE',
'ESCAPED', 'ESCAPED',
'EVENTS',
'EXECUTE', 'EXECUTE',
'EXISTS', 'EXISTS',
'EXPLAIN', 'EXPLAIN',
@@ -450,7 +452,7 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
'YEAR_MONTH' 'YEAR_MONTH'
); );
//$PMA_SQPdata_reserved_word_cnt = count($PMA_SQPdata_reserved_word); //$PMA_SQPdata_reserved_word_cnt = count($PMA_SQPdata_reserved_word);
$PMA_SQPdata_reserved_word_cnt = 249; $PMA_SQPdata_reserved_word_cnt = 256;
$PMA_SQPdata_column_type = array ( $PMA_SQPdata_column_type = array (
'BIGINT', 'BIGINT',