1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

BUG#8585 ndb_cache fails on aix52

This commit is contained in:
msvensson@neptunus.(none)
2005-02-18 13:29:27 +01:00
parent 3d0883bb05
commit f454fc8a6c
2 changed files with 2 additions and 2 deletions

View File

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