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

@@ -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',