1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

only This is a backport of the patch for 47739 into trunk.

This commit is contained in:
Horst.Hunger
2010-04-26 21:39:24 +02:00
parent 63e7004bcc
commit 4f4ed5d9e1
5 changed files with 54 additions and 10 deletions

View File

@ -0,0 +1,5 @@
if (`select plugin_library IS NULL from information_schema.plugins where plugin_name LIKE '%archive%'`)
{
--skip archive plugin not available
}