Skip to content

Commit

Permalink
Ignore create index.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Dec 20, 2024
1 parent 19f1e3d commit 0199fb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/antlr/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ func visit(tree antlr.Tree) ([]Event, error) {
case *generated.RenameTableContext:
return processRenameTable(ctx)
case
*generated.CreateIndexContext,
*generated.CreateEventContext,
*generated.DropEventContext,
*generated.EmptyStatement_Context,
Expand Down

0 comments on commit 0199fb7

Please sign in to comment.