diff options
author | unknown <ramil/ram@mysql.com/ramil.myoffice.izhnet.ru> | 2007-11-27 15:15:28 +0400 |
---|---|---|
committer | unknown <ramil/ram@mysql.com/ramil.myoffice.izhnet.ru> | 2007-11-27 15:15:28 +0400 |
commit | 4a115f686f49617ccf74aeb9b7541c2fbea9c814 (patch) | |
tree | b055155bdb82e2aec09597f20ed16a34127b3f34 /sql | |
parent | ca632d68016ef238b09e3a7bae8ec57698be3c9d (diff) | |
parent | 380289484f5a7b2660412cf234ad9f45f6d16d1c (diff) | |
download | mariadb-git-4a115f686f49617ccf74aeb9b7541c2fbea9c814.tar.gz |
Merge mysql.com:/home/ram/work/mysql-5.0-engines
into mysql.com:/home/ram/work/b30495/b30495.5.0
Diffstat (limited to 'sql')
-rw-r--r-- | sql/sql_yacc.yy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_yacc.yy b/sql/sql_yacc.yy index 3401bf739b3..92b8b96378f 100644 --- a/sql/sql_yacc.yy +++ b/sql/sql_yacc.yy @@ -3921,7 +3921,7 @@ analyze: lex->no_write_to_binlog= $2; lex->check_opt.init(); } - table_list opt_mi_check_type + table_list {} ; @@ -3966,7 +3966,7 @@ optimize: lex->no_write_to_binlog= $2; lex->check_opt.init(); } - table_list opt_mi_check_type + table_list {} ; |