mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 19:41:47 +01:00
7 lines
258 B
PHP
7 lines
258 B
PHP
|
# Include file to show the slave status, masking out some information
|
||
|
# that varies depending on where the test is executed.
|
||
|
|
||
|
--replace_result $MASTER_MYPORT MASTER_PORT
|
||
|
--replace_column 1 # 8 # 9 # 16 # 23 # 33 # 34 # 35 #
|
||
|
query_vertical SHOW SLAVE STATUS;
|