diff options
Diffstat (limited to 'storage/csv')
-rw-r--r-- | storage/csv/ha_tina.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/storage/csv/ha_tina.h b/storage/csv/ha_tina.h index 3178b66fd64..043183444da 100644 --- a/storage/csv/ha_tina.h +++ b/storage/csv/ha_tina.h @@ -176,8 +176,5 @@ public: int encode_quote(const uchar *buf); int find_current_row(uchar *buf); int chain_append(); - - void start_operations_batch() {} - void end_operations_batch() {} }; |