Commit 6df61606 authored by unknown's avatar unknown

no longer need ifdef as plugin is conditionally compiled

parent cf9d738b
...@@ -341,7 +341,6 @@ ...@@ -341,7 +341,6 @@
#pragma implementation // gcc: Class implementation #pragma implementation // gcc: Class implementation
#endif #endif
#ifdef WITH_FEDERATED_STORAGE_ENGINE
#include "ha_federated.h" #include "ha_federated.h"
#include "m_string.h" #include "m_string.h"
...@@ -2901,4 +2900,3 @@ mysql_declare_plugin(federated) ...@@ -2901,4 +2900,3 @@ mysql_declare_plugin(federated)
} }
mysql_declare_plugin_end; mysql_declare_plugin_end;
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment