1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

MDEV-6682 innodb.innodb_simulate_comp_failures_small is too slow

if it's run on a real disk
  
  Made test smaller.
This commit is contained in:
Jan Lindström
2014-09-03 07:37:13 +03:00
parent 6389fd3c79
commit 454037b794
2 changed files with 3 additions and 3 deletions

View File

@ -5,4 +5,4 @@ CREATE TABLE t1(id INT AUTO_INCREMENT PRIMARY KEY, msg VARCHAR(255), KEY msg_i(m
SET GLOBAL innodb_simulate_comp_failures = 25; SET GLOBAL innodb_simulate_comp_failures = 25;
SELECT COUNT(*) FROM t1; SELECT COUNT(*) FROM t1;
COUNT(*) COUNT(*)
10000 1000

View File

@ -1,5 +1,5 @@
--let $num_inserts = 10000 --let $num_inserts = 1000
--let $num_ops = 300 --let $num_ops = 30
--source suite/innodb/include/innodb_simulate_comp_failures.inc --source suite/innodb/include/innodb_simulate_comp_failures.inc
# clean exit # clean exit
--exit --exit