Skip to content

Commit

Permalink
support restore pitr phase 1 (#17719)
Browse files Browse the repository at this point in the history
support restore pitr phase 1

Approved by: @daviszhen, @iamlinjunhong, @heni02, @badboynt1
  • Loading branch information
YANGGMM authored Jul 28, 2024
1 parent 61a9ffc commit da77cde
Show file tree
Hide file tree
Showing 14 changed files with 11,073 additions and 9,754 deletions.
3 changes: 1 addition & 2 deletions pkg/frontend/mysql_cmd_executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -1178,8 +1178,7 @@ func handleAlterPitr(ses *Session, execCtx *ExecCtx, ap *tree.AlterPitr) error {
}

func handleRestorePitr(ses *Session, execCtx *ExecCtx, rp *tree.RestorePitr) error {
//return doRestorePitr(execCtx.reqCtx, ses, rp)
return nil
return doRestorePitr(execCtx.reqCtx, ses, rp)
}

// handleCreateAccount creates a new user-level tenant in the context of the tenant SYS
Expand Down
Loading

0 comments on commit da77cde

Please sign in to comment.