summaryrefslogtreecommitdiff
path: root/mysql-test/t/ndb_cache2.test
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2005-02-18 13:29:27 +0100
committerunknown <msvensson@neptunus.(none)>2005-02-18 13:29:27 +0100
commit52bac573865a85a0566f0df3cbd3b9b5876a71e3 (patch)
tree324aa3a27d232747abf6e7c83c09fc055dd43ac6 /mysql-test/t/ndb_cache2.test
parent3f8a144216809dc211580730e8d41e774a0c9894 (diff)
downloadmariadb-git-52bac573865a85a0566f0df3cbd3b9b5876a71e3.tar.gz
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
Diffstat (limited to 'mysql-test/t/ndb_cache2.test')
-rw-r--r--mysql-test/t/ndb_cache2.test2
1 files changed, 1 insertions, 1 deletions
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;