diff --git a/mysql-test/suite/binlog/r/binlog_commit_by_rotate_atomic.result b/mysql-test/suite/binlog/r/binlog_commit_by_rotate_atomic.result index 20c62e8a1ae..23d5eff24b6 100644 --- a/mysql-test/suite/binlog/r/binlog_commit_by_rotate_atomic.result +++ b/mysql-test/suite/binlog/r/binlog_commit_by_rotate_atomic.result @@ -50,7 +50,7 @@ SET GLOBAL binlog_large_commit_threshold = 10 * 1024 * 1024; SET debug = 'd,binlog_commit_by_rotate_crash_before_rename'; UPDATE t1 SET c1 = repeat('4', 5242880); ERROR HY000: Lost connection to server during query -# One cache file left afte crash +# One cache file left after crash # list #binlog_cache_files/ ML_BINLOG_CACHE_FILE non_binlog_cache @@ -79,7 +79,7 @@ INSERT INTO t1 VALUES('a'); SET debug = 'd,binlog_commit_by_rotate_crash_after_rotate'; COMMIT; ERROR HY000: Lost connection to server during query -# No cache file left afte crash +# No cache file left after crash # list #binlog_cache_files/ # restart include/show_binlog_events.inc diff --git a/mysql-test/suite/binlog/t/binlog_commit_by_rotate_atomic.test b/mysql-test/suite/binlog/t/binlog_commit_by_rotate_atomic.test index 394c910234c..8ee527cefb4 100644 --- a/mysql-test/suite/binlog/t/binlog_commit_by_rotate_atomic.test +++ b/mysql-test/suite/binlog/t/binlog_commit_by_rotate_atomic.test @@ -81,7 +81,7 @@ UPDATE t1 SET c1 = repeat('4', 5242880); It is not a binlog cache file EOF ---echo # One cache file left afte crash +--echo # One cache file left after crash --echo # list #binlog_cache_files/ --replace_regex /ML_[0-9]+/ML_BINLOG_CACHE_FILE/ --list_files $datadir/#binlog_cache_files @@ -125,7 +125,7 @@ SET debug = 'd,binlog_commit_by_rotate_crash_after_rotate'; --error 2013 COMMIT; ---echo # No cache file left afte crash +--echo # No cache file left after crash --echo # list #binlog_cache_files/ --replace_regex /ML_[0-9]+/ML_BINLOG_CACHE_FILE/ --list_files $datadir/#binlog_cache_files