mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
e49a210c8c
The plugin feature is disabled, you need HAVE_DLOPEN Selectively skip tests that require dynamic loading (ie: static builds). mysql-test/include/have_dynamic_loading.inc: Add require file. mysql-test/t/ps_not_windows.test: Test requires dynamic loading support.
7 lines
169 B
PHP
7 lines
169 B
PHP
#
|
|
# Whether server supports dynamic loading.
|
|
#
|
|
--require r/have_dynamic_loading.require
|
|
disable_query_log;
|
|
show variables like 'have_dynamic_loading';
|
|
enable_query_log;
|