mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
9 lines
221 B
PHP
9 lines
221 B
PHP
#
|
|
# Whether server supports dynamic loading.
|
|
#
|
|
if (`SELECT @@have_dynamic_loading != 'YES'`) {
|
|
--skip The test requires dynamic loading
|
|
}
|
|
disable_query_log;
|
|
show variables like 'have_dynamic_loading';
|
|
enable_query_log;
|