mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix several buildot errors on Windows
- do not attempt loading federatedx dynamically - does not work on Windows embedded - race condition in rpl_start_stop_slave - fix exclusion rule to catch warning in partition test
This commit is contained in:
@@ -40,5 +40,8 @@ if(`select TIMESTAMPDIFF(SECOND,@time_after_kill, @time_before_kill) > 60`)
|
||||
}
|
||||
|
||||
--echo [Killing of the slave IO thread was successful]
|
||||
--disable_warnings
|
||||
START SLAVE IO_THREAD;
|
||||
--enable_warnings
|
||||
# End of test
|
||||
--source include/rpl_end.inc
|
||||
|
Reference in New Issue
Block a user