mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Dependency of tests from ulong size removed.
This commit is contained in:
@ -442,9 +442,11 @@ show global variables like "query_cache_min_res_unit";
|
||||
Variable_name Value
|
||||
query_cache_min_res_unit 4096
|
||||
set GLOBAL query_cache_min_res_unit=1001;
|
||||
Warnings:
|
||||
Warning 1292 Truncated incorrect query_cache_min_res_unit value: '1001'
|
||||
show global variables like "query_cache_min_res_unit";
|
||||
Variable_name Value
|
||||
query_cache_min_res_unit 1008
|
||||
query_cache_min_res_unit 1000
|
||||
create table t1 (a int not null);
|
||||
insert into t1 values (1),(2),(3);
|
||||
create table t2 (a int not null);
|
||||
|
Reference in New Issue
Block a user