1
0
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:
Vladislav Vaintroub
2012-03-16 17:47:31 +01:00
parent d110e0377d
commit c5e1fb6720
4 changed files with 6 additions and 2 deletions

View File

@@ -7,4 +7,5 @@ kill <connection_id>;
set @time_after_kill := (select CURRENT_TIMESTAMP);
[Time after the query]
[Killing of the slave IO thread was successful]
START SLAVE IO_THREAD;
include/rpl_end.inc