planner: update the syntax of drop hypo index (#44944)

close pingcap/tidb#43817
This commit is contained in:
Yuanjia Zhang
2023-06-26 17:08:35 +08:00
committed by GitHub
parent 352b44e1e4
commit 09bbf08d72
7 changed files with 5183 additions and 5147 deletions

View File

@ -1830,6 +1830,7 @@ type DropIndexStmt struct {
IndexName string
Table *TableName
LockAlg *IndexLockAndAlgorithm
IsHypo bool // whether this operation is for a hypothetical index.
}
// Restore implements Node interface.