1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

After merge fix

mysql-test/t/lowercase_table.test:
  MySQL 4.1 does this correct
This commit is contained in:
unknown
2003-06-04 23:17:01 +03:00
parent 13f7e49494
commit c6c60f6ee8
8 changed files with 27 additions and 18 deletions

View File

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