1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-32014: typo fix in test

This commit is contained in:
Brandon Nesterenko
2024-10-13 14:24:05 -06:00
parent 70aa713f58
commit 39cce39ae1
2 changed files with 4 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ SET GLOBAL binlog_large_commit_threshold = 10 * 1024 * 1024;
SET debug = 'd,binlog_commit_by_rotate_crash_before_rename'; SET debug = 'd,binlog_commit_by_rotate_crash_before_rename';
UPDATE t1 SET c1 = repeat('4', 5242880); UPDATE t1 SET c1 = repeat('4', 5242880);
ERROR HY000: Lost connection to server during query ERROR HY000: Lost connection to server during query
# One cache file left afte crash # One cache file left after crash
# list #binlog_cache_files/ # list #binlog_cache_files/
ML_BINLOG_CACHE_FILE ML_BINLOG_CACHE_FILE
non_binlog_cache non_binlog_cache
@@ -79,7 +79,7 @@ INSERT INTO t1 VALUES('a');
SET debug = 'd,binlog_commit_by_rotate_crash_after_rotate'; SET debug = 'd,binlog_commit_by_rotate_crash_after_rotate';
COMMIT; COMMIT;
ERROR HY000: Lost connection to server during query ERROR HY000: Lost connection to server during query
# No cache file left afte crash # No cache file left after crash
# list #binlog_cache_files/ # list #binlog_cache_files/
# restart # restart
include/show_binlog_events.inc include/show_binlog_events.inc

View File

@@ -81,7 +81,7 @@ UPDATE t1 SET c1 = repeat('4', 5242880);
It is not a binlog cache file It is not a binlog cache file
EOF EOF
--echo # One cache file left afte crash --echo # One cache file left after crash
--echo # list #binlog_cache_files/ --echo # list #binlog_cache_files/
--replace_regex /ML_[0-9]+/ML_BINLOG_CACHE_FILE/ --replace_regex /ML_[0-9]+/ML_BINLOG_CACHE_FILE/
--list_files $datadir/#binlog_cache_files --list_files $datadir/#binlog_cache_files
@@ -125,7 +125,7 @@ SET debug = 'd,binlog_commit_by_rotate_crash_after_rotate';
--error 2013 --error 2013
COMMIT; COMMIT;
--echo # No cache file left afte crash --echo # No cache file left after crash
--echo # list #binlog_cache_files/ --echo # list #binlog_cache_files/
--replace_regex /ML_[0-9]+/ML_BINLOG_CACHE_FILE/ --replace_regex /ML_[0-9]+/ML_BINLOG_CACHE_FILE/
--list_files $datadir/#binlog_cache_files --list_files $datadir/#binlog_cache_files