mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
lots of post-merge changes
This commit is contained in:
@ -8,7 +8,7 @@ if (`SELECT @@have_dynamic_loading != 'YES'`) {
|
||||
#
|
||||
# Check if the variable UDF_EXAMPLE_SO is set
|
||||
#
|
||||
--require r/have_udf_example.require
|
||||
disable_query_log;
|
||||
eval select LENGTH('$UDF_EXAMPLE_SO') > 0 as 'have_udf_example_lib';
|
||||
enable_query_log;
|
||||
#
|
||||
if (`SELECT LENGTH('$UDF_EXAMPLE_SO') = 0`) {
|
||||
--skip Need udf example
|
||||
}
|
||||
|
Reference in New Issue
Block a user