mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
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.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user