diff options
Diffstat (limited to 'storage/tokudb/ha_tokudb.h')
| -rw-r--r-- | storage/tokudb/ha_tokudb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/tokudb/ha_tokudb.h b/storage/tokudb/ha_tokudb.h index c80be207005..b3b86e8b528 100644 --- a/storage/tokudb/ha_tokudb.h +++ b/storage/tokudb/ha_tokudb.h @@ -941,7 +941,7 @@ public: public: #endif -#if TOKU_INCLUDE_ALTER_55 +#if defined(TOKU_INCLUDE_ALTER_55) public: // Returns true of the 5.6 inplace alter table interface is used. bool try_hot_alter_table(); @@ -1037,7 +1037,7 @@ private: #if TOKU_INCLUDE_WRITE_FRM_DATA int write_frm_data(const uchar *frm_data, size_t frm_len); #endif -#if TOKU_INCLUDE_UPSERT +#if defined(TOKU_INCLUDE_UPSERT) private: int fast_update(THD *thd, List<Item> &update_fields, List<Item> &update_values, Item *conds); bool check_fast_update(THD *thd, List<Item> &update_fields, List<Item> &update_values, Item *conds); |
