mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +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
|
Master_Port MASTER_MYPORT
|
||||||
Connect_Retry 1
|
Connect_Retry 1
|
||||||
Master_Log_File master-bin.000001
|
Master_Log_File master-bin.000001
|
||||||
Read_Master_Log_Pos 357
|
Read_Master_Log_Pos #
|
||||||
Relay_Log_File slave-relay-bin.000001
|
Relay_Log_File #
|
||||||
Relay_Log_Pos 401
|
Relay_Log_Pos #
|
||||||
Relay_Master_Log_File master-bin.000001
|
Relay_Master_Log_File master-bin.000001
|
||||||
Slave_IO_Running No
|
Slave_IO_Running No
|
||||||
Slave_SQL_Running Yes
|
Slave_SQL_Running Yes
|
||||||
@ -40,8 +40,8 @@ Replicate_Wild_Ignore_Table
|
|||||||
Last_Errno 0
|
Last_Errno 0
|
||||||
Last_Error
|
Last_Error
|
||||||
Skip_Counter 0
|
Skip_Counter 0
|
||||||
Exec_Master_Log_Pos 357
|
Exec_Master_Log_Pos #
|
||||||
Relay_Log_Space 401
|
Relay_Log_Space #
|
||||||
Until_Condition None
|
Until_Condition None
|
||||||
Until_Log_File
|
Until_Log_File
|
||||||
Until_Log_Pos 0
|
Until_Log_Pos 0
|
||||||
|
Reference in New Issue
Block a user