Skip to content

Commit

Permalink
evalengine: Add MID alias (#15066)
Browse files Browse the repository at this point in the history
Signed-off-by: Dirkjan Bussink <[email protected]>
  • Loading branch information
dbussink authored Jan 29, 2024
1 parent b977e51 commit d4cc25d
Show file tree
Hide file tree
Showing 5 changed files with 7,298 additions and 7,287 deletions.
1 change: 1 addition & 0 deletions go/vt/sqlparser/keywords.go
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ var keywords = []keyword{
{"loop", UNUSED},
{"low_priority", LOW_PRIORITY},
{"ltrim", LTRIM},
{"mid", MID},
{"min", MIN},
{"manifest", MANIFEST},
{"master_bind", UNUSED},
Expand Down
Loading

0 comments on commit d4cc25d

Please sign in to comment.