diff options
Diffstat (limited to 'storage/heap/ha_heap.h')
-rw-r--r-- | storage/heap/ha_heap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/heap/ha_heap.h b/storage/heap/ha_heap.h index 3fbeddcec7a..3a41028c719 100644 --- a/storage/heap/ha_heap.h +++ b/storage/heap/ha_heap.h @@ -120,8 +120,6 @@ public: } bool check_if_incompatible_data(HA_CREATE_INFO *info, uint table_changes); int find_unique_row(uchar *record, uint unique_idx); - void start_operations_batch() {} - void end_operations_batch() {} private: void update_key_stats(); }; |