1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

backport of patch for blckhole plugin (47748) to trunk-bugfixing.

This commit is contained in:
Horst.Hunger
2010-04-26 20:44:10 +02:00
parent fca2aa6a4d
commit 63e7004bcc
5 changed files with 62 additions and 4 deletions

View File

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