diff options
Diffstat (limited to 'sql/ha_partition.h')
-rw-r--r-- | sql/ha_partition.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/ha_partition.h b/sql/ha_partition.h index c3c72394374..07a0b0de145 100644 --- a/sql/ha_partition.h +++ b/sql/ha_partition.h @@ -1282,9 +1282,6 @@ public: DBUG_ASSERT(h == m_file[i]->ht); return h; } -#if defined(WITH_WSREP) && !defined(EMBEDDED_LIBRARY) - virtual int wsrep_db_type() const; -#endif /* WITH_WSREP && !EMBEDDED_LIBRARY */ friend int cmp_key_rowid_part_id(void *ptr, uchar *ref1, uchar *ref2); }; |