Skip to content

br: add restore registry table in mysql #20438

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mysql-schema/mysql-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ aliases: ['/docs-cn/dev/system-tables/system-table-overview/','/docs-cn/dev/refe
## 备份和恢复相关系统表

* `tidb_pitr_id_map` 存储时间点恢复 (Point-in-time recovery, PITR) 操作的 ID 映射信息
* `tidb_restore_registry` 存储恢复任务的注册表,给每个恢复任务分配唯一的恢复 ID 并防止不同的恢复操作相互冲突

## 其它系统表

Expand Down