Skip to content

Commit

Permalink
br: Add system table from v5.3.0 into blacklist which shouldn't be re…
Browse files Browse the repository at this point in the history
…stored (#29701)
  • Loading branch information
joccau authored Nov 11, 2021
1 parent 6512fe5 commit 58c02d5
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions br/pkg/restore/systable_restore.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,16 @@ var unRecoverableTable = map[string]struct{}{
"global_variables": {},

// all user related tables cannot be recovered for now.
"columns_priv": {},
"db": {},
"default_roles": {},
"global_grants": {},
"global_priv": {},
"role_edges": {},
"tables_priv": {},
"user": {},

"column_stats_usage": {},
"columns_priv": {},
"db": {},
"default_roles": {},
"global_grants": {},
"global_priv": {},
"role_edges": {},
"tables_priv": {},
"user": {},
"capture_plan_baselines_blacklist": {},
// gc info don't need to recover.
"gc_delete_range": {},
"gc_delete_range_done": {},
Expand Down

0 comments on commit 58c02d5

Please sign in to comment.