mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
MDEV-32014: typo fix in test
This commit is contained in:
parent
70aa713f58
commit
39cce39ae1
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue