diff options
author | unknown <elliot@mysql.com> | 2005-08-03 16:12:06 -0400 |
---|---|---|
committer | unknown <elliot@mysql.com> | 2005-08-03 16:12:06 -0400 |
commit | 357ebcc284c9d5c5e18c6badc419001831a108db (patch) | |
tree | c0580c470ab8944e1ec89bc930d662ce0e3598d1 | |
parent | 6743d71800927da9c8b000625cd092593d23ff73 (diff) | |
download | mariadb-git-357ebcc284c9d5c5e18c6badc419001831a108db.tar.gz |
BUG#12330 Adding updated result file which I missed in last changeset.
Adds --replace_column to make test results deterministic.
mysql-test/r/rpl_slave_status.result:
BUG#12330 updated result file which I missed in last changeset
This updates the test to use --replace_column to make the test
deterministic.
-rw-r--r-- | mysql-test/r/rpl_slave_status.result | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mysql-test/r/rpl_slave_status.result b/mysql-test/r/rpl_slave_status.result index 5e9b6ab31ad..8badbab85ff 100644 --- a/mysql-test/r/rpl_slave_status.result +++ b/mysql-test/r/rpl_slave_status.result @@ -25,9 +25,9 @@ Master_User rpl Master_Port MASTER_MYPORT Connect_Retry 1 Master_Log_File master-bin.000001 -Read_Master_Log_Pos 357 -Relay_Log_File slave-relay-bin.000001 -Relay_Log_Pos 401 +Read_Master_Log_Pos # +Relay_Log_File # +Relay_Log_Pos # Relay_Master_Log_File master-bin.000001 Slave_IO_Running No Slave_SQL_Running Yes @@ -40,8 +40,8 @@ Replicate_Wild_Ignore_Table Last_Errno 0 Last_Error Skip_Counter 0 -Exec_Master_Log_Pos 357 -Relay_Log_Space 401 +Exec_Master_Log_Pos # +Relay_Log_Space # Until_Condition None Until_Log_File Until_Log_Pos 0 |