mirror of
https://github.com/MariaDB/server.git
synced 2025-07-13 02:22:51 +03:00
The IO thread can report error code 2013 into the error log when it is stopped during the initial connection process to the primary, as well as when trying to read an event. However, because the IO thread is being stopped, its connection to the primary is force-killed by the signaling thread (see THD::awake_no_mutex()), and thereby these connection errors should be ignored. Reviewed By: ============ Kristian Nielsen <knielsen@knielsen-hq.org>
11 lines
329 B
Plaintext
11 lines
329 B
Plaintext
include/master-slave.inc
|
|
[connection master]
|
|
connection master;
|
|
connection slave;
|
|
# MDEV-32892: Repeatedly starting/stopping io_thread..
|
|
include/stop_slave.inc
|
|
NOT FOUND /Error reading packet from server: Lost connection/ in slave_log.err
|
|
NOT FOUND /error code: 2013/ in slave_log.err
|
|
include/start_slave.inc
|
|
include/rpl_end.inc
|