change recorder destroy when offline

This commit is contained in:
obdev
2022-11-11 11:07:05 +00:00
committed by wangzelin.wzl
parent 16a4a46d78
commit 5f7586e893
8 changed files with 21 additions and 40 deletions

View File

@ -123,7 +123,7 @@ public:
UNUSED(log_handler);
return OB_NOT_SUPPORTED;
}
virtual int destroy_storage_schema_recorder()
virtual int reset_storage_schema_recorder()
{ // do nothing
return OB_NOT_SUPPORTED;
}