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

Patch for 47759 to trunk-bugfixing.

This commit is contained in:
Horst.Hunger
2010-05-05 09:35:38 +02:00
parent 8372ce979d
commit 9eae31abc4
5 changed files with 50 additions and 5 deletions

View File

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