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:
@ -6,8 +6,9 @@ if (`SELECT @@have_dynamic_loading != 'YES'`) {
|
||||
}
|
||||
|
||||
#
|
||||
# Check if the variable HA_EXAMPLE_SO is set
|
||||
# Check if the variable EXAMPLE_PLUGIN is set
|
||||
#
|
||||
if (`SELECT LENGTH('$HA_EXAMPLE_SO') = 0`) {
|
||||
if (!$HA_EXAMPLE_SO) {
|
||||
--skip Need example plugin
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user