planner: update the syntax of drop hypo index (#44944)
close pingcap/tidb#43817
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user