From f454fc8a6c74c5090bae3221611f1d2bebf61f42 Mon Sep 17 00:00:00 2001 From: "msvensson@neptunus.(none)" <> Date: Fri, 18 Feb 2005 13:29:27 +0100 Subject: [PATCH] BUG#8585 ndb_cache fails on aix52 --- mysql-test/r/ndb_cache2.result | 2 +- mysql-test/t/ndb_cache2.test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql-test/r/ndb_cache2.result b/mysql-test/r/ndb_cache2.result index de4b3e31874..2815674a20a 100644 --- a/mysql-test/r/ndb_cache2.result +++ b/mysql-test/r/ndb_cache2.result @@ -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, diff --git a/mysql-test/t/ndb_cache2.test b/mysql-test/t/ndb_cache2.test index c46935e8601..173095e9f1f 100644 --- a/mysql-test/t/ndb_cache2.test +++ b/mysql-test/t/ndb_cache2.test @@ -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;