summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2005-04-12 17:15:54 +0200
committerunknown <serg@serg.mylan>2005-04-12 17:15:54 +0200
commit859b3e16ac0af20950bb2e0ac4d1fc7c6fb96fe0 (patch)
tree73e0b22a9dedccda629cfc39b6956be783637c88 /sql/sql_yacc.yy
parent0ec06cabbd41ac5a5c13a7cb26074dc938e1b735 (diff)
downloadmariadb-git-859b3e16ac0af20950bb2e0ac4d1fc7c6fb96fe0.tar.gz
FLUSH TABLES WITH READ LOCK should block writes to binlog too
mysql-test/r/flush_block_commit.result: FLUSH TABLES WITH READ LOCK should block writes to binlog too it does not yet mysql-test/t/flush_block_commit.test: FLUSH TABLES WITH READ LOCK should block writes to binlog too it does not yet
Diffstat (limited to 'sql/sql_yacc.yy')
-rw-r--r--sql/sql_yacc.yy3
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/sql_yacc.yy b/sql/sql_yacc.yy
index 9266ab69790..dfd68da7109 100644
--- a/sql/sql_yacc.yy
+++ b/sql/sql_yacc.yy
@@ -7251,7 +7251,7 @@ keyword:
| MULTILINESTRING {}
| MULTIPOINT {}
| MULTIPOLYGON {}
- | MUTEX_SYM {}
+ | MUTEX_SYM {}
| NAME_SYM {}
| NAMES_SYM {}
| NATIONAL_SYM {}
@@ -7343,7 +7343,6 @@ keyword:
| TIMESTAMP_ADD {}
| TIMESTAMP_DIFF {}
| TIME_SYM {}
- | TYPE_SYM {}
| TYPES_SYM {}
| UDF_RETURNS_SYM {}
| FUNCTION_SYM {}