diff options
Diffstat (limited to 'sql/handler.cc')
-rw-r--r-- | sql/handler.cc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sql/handler.cc b/sql/handler.cc index 51222146b35..2f2c7064e6a 100644 --- a/sql/handler.cc +++ b/sql/handler.cc @@ -8661,13 +8661,3 @@ Table_scope_and_contents_source_st::fix_period_fields(THD *thd, } return false; } - -void handler::ha_start_operations_batch() // currently useless?? -{ - table->file->start_operations_batch(); -} - -void handler::ha_end_operations_batch() // currently useless?? -{ - table->file->end_operations_batch(); -} |