diff options
Diffstat (limited to 'sql/ha_sequence.h')
-rw-r--r-- | sql/ha_sequence.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/ha_sequence.h b/sql/ha_sequence.h index 3aacd62c5cb..f753d038114 100644 --- a/sql/ha_sequence.h +++ b/sql/ha_sequence.h @@ -84,6 +84,10 @@ public: int info(uint); LEX_CSTRING *engine_name() { return hton_name(file->ht); } int external_lock(THD *thd, int lock_type); + int extra(enum ha_extra_function operation); + /* For ALTER ONLINE TABLE */ + bool check_if_incompatible_data(HA_CREATE_INFO *create_info, + uint table_changes); /* Functions that are directly mapped to the underlying handler */ int rnd_init(bool scan) |