summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <istruewing@stella.local>2007-11-27 17:34:03 +0100
committerunknown <istruewing@stella.local>2007-11-27 17:34:03 +0100
commitc1e7d906c307abb8cb769c299201ae127b51df2a (patch)
treea4a9f3eae1c1101eaae3c5d389f3cca7ed30f02f /sql
parenta8f8ca4264b45ba0d5a869119f3168857af3c915 (diff)
parent96cb42f6e05e0338ceb0bba2efa86ab9d0d93cd5 (diff)
downloadmariadb-git-c1e7d906c307abb8cb769c299201ae127b51df2a.tar.gz
Merge stella.local:/home2/mydev/mysql-5.0-ateam
into stella.local:/home2/mydev/mysql-5.0-axmrg
Diffstat (limited to 'sql')
-rw-r--r--sql/sql_yacc.yy4
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
{}
;