mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
881a76699e
Merged the implementation to a new base tree.
4 lines
178 B
SQL
4 lines
178 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';
|