mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
5.3 merge
This commit is contained in:
commit
4f435bddfd
750 changed files with 17312 additions and 7063 deletions
|
|
@ -1,5 +1,4 @@
|
|||
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;
|
||||
if (`select count(*) = 0 from information_schema.plugins where plugin_name = 'test_plugin_server' and plugin_status='active'`)
|
||||
{
|
||||
--skip Needs auth_test_plugin
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue