SHOW BINLOG EVENTS
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$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>
|
||||
### 2.5.2-rc2 released
|
||||
|
||||
|
@@ -212,6 +212,7 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
|
||||
'BACKUP',
|
||||
'BEGIN',
|
||||
'BETWEEN',
|
||||
'BINLOG',
|
||||
'BOTH',
|
||||
'BY',
|
||||
'CASCADE',
|
||||
@@ -256,6 +257,7 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
|
||||
'END',
|
||||
'ESCAPE',
|
||||
'ESCAPED',
|
||||
'EVENTS',
|
||||
'EXECUTE',
|
||||
'EXISTS',
|
||||
'EXPLAIN',
|
||||
@@ -450,7 +452,7 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
|
||||
'YEAR_MONTH'
|
||||
);
|
||||
//$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 (
|
||||
'BIGINT',
|
||||
|
Reference in New Issue
Block a user