[FEAT MERGE] merge quick restore

Co-authored-by: LoLolobster <949673574@qq.com>
Co-authored-by: JiahuaChen <garfieldjia@qq.com>
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
This commit is contained in:
wxhwang
2024-08-02 07:23:13 +00:00
committed by ob-robot
parent bb08bad69e
commit 1a7b85c347
281 changed files with 25802 additions and 4677 deletions

View File

@ -3860,6 +3860,12 @@ STATUS longtext NO
START_TIMESTAMP timestamp(6) NO
BACKUP_SET_LIST longtext NO
BACKUP_PIECE_LIST longtext NO
RECOVER_SCN bigint(20) unsigned NO
RECOVER_SCN_DISPLAY datetime(6) NO
RECOVER_PROGRESS decimal(6,2) NO
TABLET_COUNT bigint(20) NO
FINISH_TABLET_COUNT bigint(20) NO
RESTORE_PROGRESS decimal(6,2) NO
TOTAL_BYTES bigint(20) NO
TOTAL_BYTES_DISPLAY varchar(27) NO
FINISH_BYTES bigint(20) NO

View File

@ -1811,6 +1811,12 @@ STATUS longtext NO
START_TIMESTAMP timestamp(6) NO
BACKUP_SET_LIST longtext NO
BACKUP_PIECE_LIST longtext NO
RECOVER_SCN bigint(20) unsigned NO
RECOVER_SCN_DISPLAY datetime(6) NO
RECOVER_PROGRESS decimal(6,2) NO
TABLET_COUNT bigint(20) NO
FINISH_TABLET_COUNT bigint(20) NO
RESTORE_PROGRESS decimal(6,2) NO
TOTAL_BYTES bigint(20) NO
TOTAL_BYTES_DISPLAY varchar(27) NO
FINISH_BYTES bigint(20) NO
@ -5300,6 +5306,12 @@ STATUS longtext NO
START_TIMESTAMP timestamp(6) NO
BACKUP_SET_LIST longtext NO
BACKUP_PIECE_LIST longtext NO
RECOVER_SCN bigint(20) unsigned NO
RECOVER_SCN_DISPLAY datetime(6) NO
RECOVER_PROGRESS decimal(6,2) NO
TABLET_COUNT bigint(20) NO
FINISH_TABLET_COUNT bigint(20) NO
RESTORE_PROGRESS decimal(6,2) NO
TOTAL_BYTES bigint(20) NO
TOTAL_BYTES_DISPLAY varchar(27) NO
FINISH_BYTES bigint(20) NO