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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
f493e395
Commit
f493e395
authored
Dec 29, 2016
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make the test work with any innodb_page_size.
parent
23cc1be2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
mysql-test/suite/innodb/t/doublewrite.test
mysql-test/suite/innodb/t/doublewrite.test
+4
-4
No files found.
mysql-test/suite/innodb/t/doublewrite.test
View file @
f493e395
...
...
@@ -13,10 +13,10 @@ SET GLOBAL innodb_fast_shutdown = 0;
--
source
include
/
restart_mysqld
.
inc
--
disable_query_log
call
mtr
.
add_suppression
(
"
InnoDB: Database page [0-9]+:1 contained only zeroes.
"
);
call
mtr
.
add_suppression
(
"
Header page consists of zero bytes
"
);
call
mtr
.
add_suppression
(
"C
hecksum mismatch in tablespace.*table test/t1
"
);
call
mtr
.
add_suppression
(
"
but the innodb_page_size start-up parameter is
"
);
call
mtr
.
add_suppression
(
"
space header page consists of zero bytes.*test.t1
"
);
call
mtr
.
add_suppression
(
"
checksum mismatch in tablespace.*test.t1
"
);
call
mtr
.
add_suppression
(
"C
urrent page size .* != page size on page
"
);
call
mtr
.
add_suppression
(
"
innodb-page-size mismatch in tablespace.*test.t1
"
);
call
mtr
.
add_suppression
(
"Database page corruption"
);
--
enable_query_log
...
...
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