Commit e3036421 authored by unknown's avatar unknown

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
parent bb10cc45
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment