1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fix typos in mysql-test/

This commit is contained in:
Vasilii Lakhin
2025-04-07 20:13:58 +03:00
committed by Daniel Black
parent 40c5b62531
commit 1b95e46524
682 changed files with 967 additions and 968 deletions

View File

@ -131,7 +131,7 @@ start slave;
--sync_with_master
--connection server_1
# Now save the current position and make slave to try to syncrhonize.
# Now save the current position and make slave to try to synchronize.
# It shouldn't work, the slave IO thread is expected to abort with an error
--save_master_pos

View File

@ -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";