Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
e2bf6027
Commit
e2bf6027
authored
Sep 02, 2014
by
Jan Lindström
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-6682 innodb.innodb_simulate_comp_failures_small is too slow
if it's run on a real disk Made test smaller.
parent
b088609a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
mysql-test/suite/innodb/r/innodb_simulate_comp_failures_small.result
...suite/innodb/r/innodb_simulate_comp_failures_small.result
+1
-1
mysql-test/suite/innodb/t/innodb_simulate_comp_failures_small.test
...t/suite/innodb/t/innodb_simulate_comp_failures_small.test
+2
-2
No files found.
mysql-test/suite/innodb/r/innodb_simulate_comp_failures_small.result
View file @
e2bf6027
...
...
@@ -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;
SELECT COUNT(*) FROM t1;
COUNT(*)
1000
0
1000
mysql-test/suite/innodb/t/innodb_simulate_comp_failures_small.test
View file @
e2bf6027
--
let
$num_inserts
=
1000
0
--
let
$num_ops
=
30
0
--
let
$num_inserts
=
1000
--
let
$num_ops
=
30
--
source
suite
/
innodb
/
include
/
innodb_simulate_comp_failures
.
inc
# clean exit
--
exit
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment