mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
5 lines
184 B
PHP
5 lines
184 B
PHP
|
if (!`SELECT count(*) FROM information_schema.plugins WHERE
|
||
|
(PLUGIN_STATUS = 'ACTIVE') AND PLUGIN_NAME = 'METADATA_LOCK_INFO'`){
|
||
|
skip Need archive METADATA_LOCK_INFO plugin;
|
||
|
}
|