mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
lots of post-merge changes
This commit is contained in:
parent
37f87d73ae
commit
0accbd0364
738 changed files with 9203 additions and 10969 deletions
|
|
@ -8,7 +8,6 @@ if (`SELECT @@have_dynamic_loading != 'YES'`) {
|
|||
#
|
||||
# Check if the variable MYPLUGLIB_SO is set
|
||||
#
|
||||
--require r/have_simple_parser.require
|
||||
disable_query_log;
|
||||
eval select LENGTH('$MYPLUGLIB_SO') > 0 as 'have_simple_parser';
|
||||
enable_query_log;
|
||||
if (`SELECT LENGTH('$MYPLUGLIB_SO') = 0`) {
|
||||
--skip simple parser is not built (no mypluglib.so)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue