Skip to content

Commit 75559a6

Browse files
committed
Add new MySQL 8.0 UUID functions
Signed-off-by: Michal Čihař <michal@cihar.com>
1 parent 2251576 commit 75559a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/contexts/_functionsMySql80000.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ AVG (F)
1818
BENCHMARK (F)
1919
BIN (F)
2020
BINARY (F)
21+
BIN_TO_UUID (F)
2122
BIT_AND (F)
2223
BIT_COUNT (F)
2324
BIT_LENGTH (F)
@@ -130,6 +131,7 @@ IS_IPV4_COMPAT (F)
130131
IS_IPV4_MAPPED (F)
131132
IS_IPV6 (F)
132133
IS_USED_LOCK (F)
134+
IS_UUID (F)
133135
IsClosed (F)
134136
IsEmpty (F)
135137
ISNULL (F)
@@ -372,6 +374,7 @@ UTC_TIME (F)
372374
UTC_TIMESTAMP (F)
373375
UUID (F)
374376
UUID_SHORT (F)
377+
UUID_TO_BIN (F)
375378
VALIDATE_PASSWORD_STRENGTH (F)
376379
VALUES (F)
377380
VAR_POP (F)

0 commit comments

Comments
 (0)