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
2551e1ae
Commit
2551e1ae
authored
Jan 26, 2012
by
Vladislav Vaintroub
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
yet another attempt to fix rpl_corruption test
parent
7b346986
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mysql-test/suite/rpl/t/rpl_corruption.test
mysql-test/suite/rpl/t/rpl_corruption.test
+2
-2
No files found.
mysql-test/suite/rpl/t/rpl_corruption.test
View file @
2551e1ae
...
...
@@ -115,7 +115,7 @@ SET GLOBAL master_verify_checksum=0;
SET
GLOBAL
debug_dbug
=
"+d,corrupt_read_log_event2"
;
--
connection
slave
START
SLAVE
IO_THREAD
;
let
$slave_io_errno
=
1595
,
1722
;
let
$slave_io_errno
=
1595
,
1722
,
1923
;
--
source
include
/
wait_for_slave_io_error
.
inc
--
connection
master
SET
GLOBAL
debug_dbug
=
"-d,corrupt_read_log_event2"
;
...
...
@@ -127,7 +127,7 @@ SET GLOBAL master_verify_checksum=1;
--
connection
slave
SET
GLOBAL
debug_dbug
=
"+d,corrupt_queue_event"
;
START
SLAVE
IO_THREAD
;
let
$slave_io_errno
=
1595
,
1722
;
let
$slave_io_errno
=
1595
,
1722
,
1923
;
--
source
include
/
wait_for_slave_io_error
.
inc
SET
GLOBAL
debug_dbug
=
"-d,corrupt_queue_event"
;
...
...
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