diff options
author | unknown <acurtis/antony@xiphis.org/ltantony.xiphis.org> | 2006-08-25 00:37:01 -0700 |
---|---|---|
committer | unknown <acurtis/antony@xiphis.org/ltantony.xiphis.org> | 2006-08-25 00:37:01 -0700 |
commit | 6df61606ea4ca9d7ab8001e5debffb9b241fe507 (patch) | |
tree | acafcb9a633780998686a6b4059def02852d8887 /storage/federated | |
parent | cf9d738b6214afe33389798bd196b0205f09b3b8 (diff) | |
download | mariadb-git-6df61606ea4ca9d7ab8001e5debffb9b241fe507.tar.gz |
no longer need ifdef as plugin is conditionally compiled
Diffstat (limited to 'storage/federated')
-rw-r--r-- | storage/federated/ha_federated.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/federated/ha_federated.cc b/storage/federated/ha_federated.cc index 606fd1d1b31..98f48b09ba6 100644 --- a/storage/federated/ha_federated.cc +++ b/storage/federated/ha_federated.cc @@ -341,7 +341,6 @@ #pragma implementation // gcc: Class implementation #endif -#ifdef WITH_FEDERATED_STORAGE_ENGINE #include "ha_federated.h" #include "m_string.h" @@ -2901,4 +2900,3 @@ mysql_declare_plugin(federated) } mysql_declare_plugin_end; -#endif |