diff options
Diffstat (limited to 'sql/ha_partition.cc')
-rw-r--r-- | sql/ha_partition.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sql/ha_partition.cc b/sql/ha_partition.cc index 15cbb03978e..da7f3aeff89 100644 --- a/sql/ha_partition.cc +++ b/sql/ha_partition.cc @@ -388,15 +388,6 @@ const char *ha_partition::table_type() const } -#if defined(WITH_WSREP) && !defined(EMBEDDED_LIBRARY) -int ha_partition::wsrep_db_type() const -{ - // we can do this since we only support a single engine type - return partition_ht()->db_type; -} -#endif /* WITH_WSREP && !EMBEDDED_LIBRARY */ - - /* Destructor method |