1
0
mirror of https://github.com/MariaDB/server.git synced 2025-04-20 09:08:00 +03:00
mariadb/mysql-test/include/have_plugin_interface.inc
2018-03-29 13:59:44 +03:00

6 lines
203 B
PHP

--disable_query_log
--require include/true.require
select (PLUGIN_LIBRARY LIKE 'qa_auth_interface%') as `TRUE` FROM INFORMATION_SCHEMA.PLUGINS
WHERE PLUGIN_NAME='qa_auth_interface';
--enable_query_log