初版
This commit is contained in:
13
build/lib/mysql/mysql-test/include/have_example_plugin.inc
Normal file
13
build/lib/mysql/mysql-test/include/have_example_plugin.inc
Normal file
@@ -0,0 +1,13 @@
|
||||
#
|
||||
# Check if server has support for loading udf's
|
||||
# i.e it will support dlopen
|
||||
#
|
||||
--source include/have_dynamic_loading.inc
|
||||
|
||||
#
|
||||
# Check if the variable EXAMPLE_PLUGIN is set
|
||||
#
|
||||
--require r/have_example_plugin.require
|
||||
disable_query_log;
|
||||
eval select LENGTH('$EXAMPLE_PLUGIN') > 0 as 'have_example_plugin';
|
||||
enable_query_log;
|
||||
Reference in New Issue
Block a user