1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

MDEV-4254 Semisync plugins to link statically into MariaDB

fix semisync plugins and tests to work with both with static and dynamic linking
This commit is contained in:
Sergei Golubchik
2013-04-09 23:28:21 +02:00
parent c50ee6c23d
commit 0d25ee4f13
31 changed files with 157 additions and 250 deletions

View File

@@ -0,0 +1,4 @@
if (`select count(*) < 2 from information_schema.plugins where plugin_name like 'rpl_semi_sync_%'`)
{
--skip Test requires semisync plugins
}