mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-9038 Binlog encryption tests
- 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
This commit is contained in:
6
mysql-test/include/wait_for_sql_thread_read_all.inc
Normal file
6
mysql-test/include/wait_for_sql_thread_read_all.inc
Normal file
@ -0,0 +1,6 @@
|
||||
--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
|
||||
|
Reference in New Issue
Block a user