Commit 77c97139 authored by unknown's avatar unknown

Add missing semicolon in query_cache test


mysql-test/r/query_cache.result:
  Add missing semicolon
mysql-test/t/query_cache.test:
  Add missing semicolon
parent 7e5ed189
This diff is collapsed.
...@@ -699,7 +699,7 @@ select a from t1; ...@@ -699,7 +699,7 @@ select a from t1;
flush query cache; flush query cache;
drop table t1, t2; drop table t1, t2;
set GLOBAL query_cache_size=1355776 set GLOBAL query_cache_size=1355776;
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment