mirror of
https://github.com/MariaDB/server.git
synced 2025-07-02 14:22:51 +03:00
7 lines
222 B
PHP
7 lines
222 B
PHP
--let $show_statement = show all slaves status
|
|
--let $field = Slave_SQL_State
|
|
--let $condition = = 'Slave has read all relay log; waiting for more updates'
|
|
--let $wait_for_all = 1
|
|
--source include/wait_show_condition.inc
|
|
|