mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
BUG#12330 Add --replace_column in order to make test deterministic.
mysql-test/t/rpl_slave_status.test: Add --replace-column to make show slave status deterministic
This commit is contained in:
@ -23,6 +23,7 @@ connection slave;
|
||||
stop slave;
|
||||
start slave;
|
||||
--replace_result $MASTER_MYPORT MASTER_MYPORT
|
||||
--replace_column 7 # 8 # 9 # 22 # 23 #
|
||||
--vertical_results
|
||||
show slave status;
|
||||
|
||||
|
Reference in New Issue
Block a user