mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-32350 Can't selectively restore sequences using innodb tables from backup
Added support for sequences to do discard and import tablespace
This commit is contained in:
@ -143,7 +143,7 @@ public:
|
||||
{ file->unbind_psi(); }
|
||||
void rebind_psi() override
|
||||
{ file->rebind_psi(); }
|
||||
|
||||
int discard_or_import_tablespace(my_bool discard) override;
|
||||
bool auto_repair(int error) const override
|
||||
{ return file->auto_repair(error); }
|
||||
int repair(THD* thd, HA_CHECK_OPT* check_opt) override
|
||||
|
Reference in New Issue
Block a user