mirror of
https://github.com/MariaDB/server.git
synced 2025-05-10 02:01:19 +03:00
6 lines
196 B
SQL
6 lines
196 B
SQL
disable_query_log;
|
|
--require r/true.require
|
|
select (PLUGIN_LIBRARY LIKE 'auth_test_plugin%') as `TRUE` FROM INFORMATION_SCHEMA.PLUGINS
|
|
WHERE PLUGIN_NAME='test_plugin_server';
|
|
enable_query_log;
|