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
9e91f479
Commit
9e91f479
authored
Sep 10, 2013
by
Libing Song
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug#17402313 DUMP THREAD SENDS SOME EVENTS MORE THAN ONCE
Postfix, suppress the new warning generated by the bug's fix.
parent
d5fdf9ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
mysql-test/suite/rpl/r/rpl_log_pos.result
mysql-test/suite/rpl/r/rpl_log_pos.result
+1
-0
mysql-test/suite/rpl/t/rpl_log_pos.test
mysql-test/suite/rpl/t/rpl_log_pos.test
+1
-0
No files found.
mysql-test/suite/rpl/r/rpl_log_pos.result
View file @
9e91f479
include/master-slave.inc
include/master-slave.inc
[connection master]
[connection master]
call mtr.add_suppression ("Slave I/O: Got fatal error 1236 from master when reading data from binary");
call mtr.add_suppression ("Slave I/O: Got fatal error 1236 from master when reading data from binary");
CALL mtr.add_suppression("Failed to read an event from active binlog.*");
show master status;
show master status;
File Position Binlog_Do_DB Binlog_Ignore_DB
File Position Binlog_Do_DB Binlog_Ignore_DB
master-bin.000001 # <Binlog_Do_DB> <Binlog_Ignore_DB>
master-bin.000001 # <Binlog_Do_DB> <Binlog_Ignore_DB>
...
...
mysql-test/suite/rpl/t/rpl_log_pos.test
View file @
9e91f479
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
source
include
/
master
-
slave
.
inc
;
source
include
/
master
-
slave
.
inc
;
call
mtr
.
add_suppression
(
"Slave I/O: Got fatal error 1236 from master when reading data from binary"
);
call
mtr
.
add_suppression
(
"Slave I/O: Got fatal error 1236 from master when reading data from binary"
);
CALL
mtr
.
add_suppression
(
"Failed to read an event from active binlog.*"
);
source
include
/
show_master_status
.
inc
;
source
include
/
show_master_status
.
inc
;
sync_slave_with_master
;
sync_slave_with_master
;
source
include
/
stop_slave
.
inc
;
source
include
/
stop_slave
.
inc
;
...
...
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