mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
ae8255e7f6
Fixed test suite failures when the auth plugin is not compiled in.
5 lines
196 B
SQL
5 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;
|