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 54f628138c9..9cbb6c928ee 100644 --- a/sql/ha_partition.h +++ b/sql/ha_partition.h @@ -1642,8 +1642,5 @@ public: bool can_convert_blob( const Field_blob* field, const Column_definition& new_field) const override; - - void start_operations_batch() {} - void end_operations_batch() {} }; #endif /* HA_PARTITION_INCLUDED */ |