1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Add missing semicolon in query_cache test

This commit is contained in:
msvensson@shellback.(none)
2006-07-29 12:35:30 +02:00
parent 56e5fd1b5f
commit 3d2e366be1
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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;
# #