mariadb/mysql-test/include/have_example_plugin.inc

15 lines
259 B
PHP
Raw Normal View History

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