summaryrefslogtreecommitdiff
path: root/mysql-test/r/ndb_cache2.result
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
commit8fe6e823935513e0d9a902c9b35dfbe1357d00e5 (patch)
tree324aa3a27d232747abf6e7c83c09fc055dd43ac6 /mysql-test/r/ndb_cache2.result
parent2b1b463cd82a2763493738cd8f4c767bb0659430 (diff)
downloadmariadb-git-8fe6e823935513e0d9a902c9b35dfbe1357d00e5.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/r/ndb_cache2.result')
-rw-r--r--mysql-test/r/ndb_cache2.result2
1 files changed, 1 insertions, 1 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,