1
0
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:
unknown
2005-08-03 15:08:03 -04:00
parent bb10cc4577
commit e30364215a

View File

@ -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;