mariadb/mysql-test/include/have_semisync_plugin.inc

16 lines
254 B
PHP
Raw Normal View History

#
2009-10-18 11:57:38 +08:00
# Check if server has support for loading plugins
#
2009-10-18 11:57:38 +08:00
if (`SELECT @@have_dynamic_loading != 'YES'`) {
--skip Requires dynamic loading
}
#
2011-04-25 17:22:25 +02:00
# Check if the variable SEMISYNC_MASTER_SO is set
#
2011-07-02 22:08:51 +02:00
if (!$SEMISYNC_MASTER_SO)
{
skip Need semisync plugins;
}