Skip to content

Commit

Permalink
Adding vitess_hash function to ast (#1089)
Browse files Browse the repository at this point in the history
Co-authored-by: Arenatlx <ailinsilence4@gmail.com>
  • Loading branch information
bezmax and AilinKid authored Dec 1, 2020
1 parent 7119e3f commit 73dd7e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ast/functions.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ const (
UUIDShort = "uuid_short"
UUIDToBin = "uuid_to_bin"
BinToUUID = "bin_to_uuid"
VitessHash = "vitess_hash"
// get_lock() and release_lock() is parsed but do nothing.
// It is used for preventing error in Ruby's activerecord migrations.
GetLock = "get_lock"
Expand Down

0 comments on commit 73dd7e6

Please sign in to comment.