diff options
author | unknown <monty@narttu.mysql.fi> | 2003-06-04 23:17:01 +0300 |
---|---|---|
committer | unknown <monty@narttu.mysql.fi> | 2003-06-04 23:17:01 +0300 |
commit | c6c60f6ee819a238ab62e3f9608502c9a8f25b36 (patch) | |
tree | 679bc727c5773a993261358c6d3dc7dea0631d54 /mysql-test/r/query_cache.result | |
parent | 13f7e49494559bba3195ccf3abdb349fbe79b6dc (diff) | |
download | mariadb-git-c6c60f6ee819a238ab62e3f9608502c9a8f25b36.tar.gz |
After merge fix
mysql-test/t/lowercase_table.test:
MySQL 4.1 does this correct
Diffstat (limited to 'mysql-test/r/query_cache.result')
-rw-r--r-- | mysql-test/r/query_cache.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/query_cache.result b/mysql-test/r/query_cache.result index 9d0c105b6c0..3b3e52d8240 100644 --- a/mysql-test/r/query_cache.result +++ b/mysql-test/r/query_cache.result @@ -502,7 +502,6 @@ drop table t1; show status like "Qcache_queries_in_cache"; Variable_name Value Qcache_queries_in_cache 0 -create table t1 (a int); show global variables like "query_cache_min_res_unit"; Variable_name Value query_cache_min_res_unit 4096 @@ -562,6 +561,7 @@ set GLOBAL query_cache_min_res_unit=default; show global variables like "query_cache_min_res_unit"; Variable_name Value query_cache_min_res_unit 4096 +create table t1 (a int); set GLOBAL query_cache_size=1000; show global variables like "query_cache_size"; Variable_name Value |