Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: GuptaManan100 <[email protected]>
  • Loading branch information
GuptaManan100 committed Feb 26, 2021
1 parent 87dce26 commit 8f89299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/sqlparser/analyzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func CachePlan(stmt Statement) bool {
return false
}

//MustRewriteAST takes Statement and returns if the statement is set statement.
//MustRewriteAST takes Statement and returns true if RewriteAST must run on it for correct execution irrespective of user flags.
func MustRewriteAST(stmt Statement) bool {
switch node := stmt.(type) {
case *Set:
Expand Down

0 comments on commit 8f89299

Please sign in to comment.