Commit 1111b818 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#5023 always compile in the update callback in the handlerton (even for mysql...

#5023 always compile in the update callback in the handlerton (even for mysql 5.5 without hcad) refs[t:5023]

git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@44263 c7de825b-a66e-492c-adef-691d508d4ae1
parent e2ad4213
......@@ -8000,6 +8000,7 @@ void ha_tokudb::set_dup_value_for_pk(DBT* key) {
#include "ha_tokudb_admin.cc"
// alter table code for various mysql distros
#include "ha_tokudb_update_fun.cc"
#include "ha_tokudb_alter_51.cc"
#include "ha_tokudb_alter_55.cc"
#include "ha_tokudb_alter_56.cc"
......
......@@ -13,11 +13,7 @@
#define TOKU_INCLUDE_ROW_TYPE_COMPRESSION 1
#endif
#if defined(HA_GENERAL_ONLINE) || (50600 <= MYSQL_VERSION_ID && MYSQL_VERSION_ID <= 50699)
#define TOKU_INCLUDE_UPDATE_FUN 1
#else
#define TOKU_INCLUDE_UPDATE_FUN 0
#endif
#if !defined(HA_CLUSTERING)
#define HA_CLUSTERING 0
......
This diff is collapsed.
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