mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
2720b76c4a
Mask binlog positions, error, warning and other information that are not significant for the test
8 lines
295 B
PHP
8 lines
295 B
PHP
# Include file to show the slave status, masking out some information
|
|
# that varies depending on where the test is executed.
|
|
|
|
# masked out log positions
|
|
|
|
--replace_result $MASTER_MYPORT MASTER_PORT
|
|
--replace_column 1 # 7 # 8 # 9 # 16 # 22 # 23 # 33 # 35 # 36 #
|
|
query_vertical SHOW SLAVE STATUS;
|