mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@@ -22,7 +22,7 @@ connection slave;
|
||||
include/stop_slave_io.inc
|
||||
SET SESSION debug_dbug="d,crash_before_rotate_relaylog";
|
||||
FLUSH LOGS;
|
||||
ERROR HY000: Lost connection to MySQL server during query
|
||||
ERROR HY000: Lost connection to server during query
|
||||
include/rpl_reconnect.inc
|
||||
=====Dumping and comparing tables=======;
|
||||
include/start_slave.inc
|
||||
@@ -40,7 +40,7 @@ insert into t1(a) values(9);
|
||||
connection slave;
|
||||
SET SESSION debug_dbug="d,crash_before_rotate_relaylog";
|
||||
FLUSH LOGS;
|
||||
ERROR HY000: Lost connection to MySQL server during query
|
||||
ERROR HY000: Lost connection to server during query
|
||||
include/rpl_reconnect.inc
|
||||
=====Dumping and comparing tables=======;
|
||||
include/start_slave.inc
|
||||
|
Reference in New Issue
Block a user