mirror of
https://github.com/MariaDB/server.git
synced 2025-05-05 16:59:35 +03:00
- created binlog_encryption test suite and added it to the default list - moved some tests from rpl, binlog and multisource suites to extra so that they could be re-used in different suites - made minor changes in include files
7 lines
243 B
PHP
7 lines
243 B
PHP
--let $show_statement = show all slaves status
|
|
--let $field = Slave_SQL_State
|
|
--let $condition = = 'Slave has read all relay log; waiting for the slave I/O thread to update it'
|
|
--let $wait_for_all = 1
|
|
--source include/wait_show_condition.inc
|
|
|