mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
8 lines
169 B
PHP
8 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;
|