Commit 9ff8e6d7 authored by kostja@bodhi.(none)'s avatar kostja@bodhi.(none)

Fix a typo.

parent 4fd81584
...@@ -1048,7 +1048,7 @@ set global query_cache_size=default; ...@@ -1048,7 +1048,7 @@ set global query_cache_size=default;
--disable_warnings --disable_warnings
drop database if exists db1; drop database if exists db1;
drop database if exists db3; drop database if exists db3;
--enable_wearnings --enable_warnings
set GLOBAL query_cache_size=15*1024*1024; set GLOBAL query_cache_size=15*1024*1024;
create database db1; create database db1;
create database db3; create database db3;
......
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