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

MDEV-30214: Generalize log filename in IO Error message

This commit is contained in:
Angelique
2023-05-25 23:10:53 +00:00
parent d1b1f8c9f2
commit 832b157bbe
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ connection slave;
--let $slave_io_errno= 1236
--let $show_slave_io_error= 1
# Mask line numbers
--let $slave_io_error_replace= / at [0-9]*/ at XXX/
--let $slave_io_error_replace= / at [0-9]*/ at XXX/ /the first event '(\.|master-bin.000001)'/the first event 'FILE'/
--source include/wait_for_slave_io_error.inc
connection master;