diff options
author | Sergei Golubchik <sergii@pisem.net> | 2012-01-05 00:02:57 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2012-01-05 00:02:57 +0100 |
commit | 2060050e87cbc429d4cfb9681c235d3bf593c45b (patch) | |
tree | f773f7472f7a886ae5a2de39aa05c04f9cd67e99 /mysql-test/suite/maria/t | |
parent | effcaa6321b41b385952a05d22e88ecda3630348 (diff) | |
download | mariadb-git-2060050e87cbc429d4cfb9681c235d3bf593c45b.tar.gz |
updated results for big tests
Diffstat (limited to 'mysql-test/suite/maria/t')
-rw-r--r-- | mysql-test/suite/maria/t/maria-purge.test | 2 | ||||
-rw-r--r-- | mysql-test/suite/maria/t/maria-recovery-big.test | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/maria/t/maria-purge.test b/mysql-test/suite/maria/t/maria-purge.test index c38a58bc492..ad41fa0f5d0 100644 --- a/mysql-test/suite/maria/t/maria-purge.test +++ b/mysql-test/suite/maria/t/maria-purge.test @@ -21,7 +21,7 @@ set session storage_engine=aria; let $def_logsize=`select @@global.aria_log_file_size`; let $def_checkinterval=`select @@global.aria_checkpoint_interval`; -set global aria_log_file_size=4294967295; +set global aria_log_file_size=4294959104; # Initialise --disable_warnings drop table if exists t1,t2; diff --git a/mysql-test/suite/maria/t/maria-recovery-big.test b/mysql-test/suite/maria/t/maria-recovery-big.test index 7a9a56c67ea..4bad3913e58 100644 --- a/mysql-test/suite/maria/t/maria-recovery-big.test +++ b/mysql-test/suite/maria/t/maria-recovery-big.test @@ -9,7 +9,7 @@ --source include/have_maria.inc --source include/big_test.inc -set global aria_log_file_size=4294967295; +set global aria_log_file_size=4294959104; --disable_warnings drop database if exists mysqltest; |