diff options
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h index a86b390e78b..208ae989218 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -261,6 +261,8 @@ public: virtual int optimize(THD* thd); virtual int analyze(THD* thd); virtual int dump(THD* thd, int fd = -1) { return ER_DUMP_NOT_IMPLEMENTED; } + virtual void deactivate_non_unique_index(ha_rows rows) {} + virtual bool activate_all_index(THD *thd) {return 0;} // not implemented by default virtual int net_read_dump(NET* net) { return ER_DUMP_NOT_IMPLEMENTED; } |