mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
5.5-merge
This commit is contained in:
@ -8,7 +8,7 @@ if (`SELECT @@have_dynamic_loading != 'YES'`) {
|
||||
#
|
||||
# Check if the variable SEMISYNC_MASTER_SO is set
|
||||
#
|
||||
if (`select LENGTH('$SEMISYNC_MASTER_SO') = 0`)
|
||||
if (!$SEMISYNC_MASTER_SO)
|
||||
{
|
||||
skip Need semisync plugins;
|
||||
}
|
||||
|
Reference in New Issue
Block a user