mariadb/mysql-test/include/have_udf.inc

15 lines
247 B
PHP
Raw Normal View History

#
# Check if server has support for loading plugins
#
if (`SELECT @@have_dynamic_loading != 'YES'`) {
--skip UDF requires dynamic loading
}
#
# Check if the variable UDF_EXAMPLE_LIB is set
#
2011-07-02 22:08:51 +02:00
if (!$UDF_EXAMPLE_SO) {
2011-04-25 17:22:25 +02:00
--skip Need udf example
}