1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Back porting the test case for semi-sync

This commit is contained in:
He Zhenxing
2009-09-30 16:09:31 +08:00
parent 623ed58cfd
commit 6799db2504
5 changed files with 932 additions and 0 deletions

View File

@ -0,0 +1,15 @@
#
# Check if dynamic loading is supported
#
--require r/have_dynamic_loading.require
disable_query_log;
show variables like 'have_dynamic_loading';
enable_query_log;
#
# Check if the variable SEMISYNC_MASTER_PLUGIN is set
#
if (`select LENGTH('$SEMISYNC_MASTER_PLUGIN') = 0`)
{
skip Need semisync plugins;
}