mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
5.5-merge
This commit is contained in:
@@ -6,8 +6,9 @@ if (`SELECT @@have_dynamic_loading != 'YES'`) {
|
||||
}
|
||||
|
||||
#
|
||||
# Check if the variable MYPLUGLIB_SO is set
|
||||
# Check if the variable SIMPLE_PARSER is set
|
||||
#
|
||||
if (`SELECT LENGTH('$MYPLUGLIB_SO') = 0`) {
|
||||
if (!$MYPLUGLIB_SO) {
|
||||
--skip simple parser is not built (no mypluglib.so)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user