mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
BUG#8585 ndb_cache fails on aix52
mysql-test/r/ndb_cache2.result: Decreased ndb_cache_check_time to avoid timing related problem on aix52-64bit and octane2 mysql-test/t/ndb_cache2.test: Decreased ndb_cache_check_time to avoid timing related problem on aix52-64bit and octane2
This commit is contained in:
parent
2b1b463cd8
commit
8fe6e82393
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
drop table if exists t1;
|
||||
set GLOBAL query_cache_type=on;
|
||||
set GLOBAL query_cache_size=1355776;
|
||||
set GLOBAL ndb_cache_check_time=5;
|
||||
set GLOBAL ndb_cache_check_time=1;
|
||||
reset query cache;
|
||||
flush status;
|
||||
CREATE TABLE t1 ( pk int not null primary key,
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ drop table if exists t1;
|
|||
set GLOBAL query_cache_type=on;
|
||||
set GLOBAL query_cache_size=1355776;
|
||||
# Turn on thread that will fetch commit count for open tables
|
||||
set GLOBAL ndb_cache_check_time=5;
|
||||
set GLOBAL ndb_cache_check_time=1;
|
||||
reset query cache;
|
||||
flush status;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue