mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix typos in mysql-test/
This commit is contained in:
committed by
Daniel Black
parent
40c5b62531
commit
1b95e46524
@@ -17,7 +17,7 @@ connection master;
|
||||
insert into t1(a) values(4);
|
||||
insert into t1(a) values(5);
|
||||
insert into t1(a) values(6);
|
||||
=====Removing relay log files and crashing/recoverying the slave=======;
|
||||
=====Removing relay log files and crashing/recovering the slave=======;
|
||||
connection slave;
|
||||
include/stop_slave_io.inc
|
||||
SET SESSION debug_dbug="d,crash_before_rotate_relaylog";
|
||||
|
Reference in New Issue
Block a user