mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
uuid() tests
This commit is contained in:
parent
1f0b9d14c3
commit
cb3cb957b2
2 changed files with 5 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ select hex(inet_aton('127'));
|
|||
select hex(inet_aton('127.1'));
|
||||
select hex(inet_aton('127.1.1'));
|
||||
|
||||
select length(uuid()), charset(uuid()), length(unhex(replace(uuid(),_utf8'-',_utf8'')));
|
||||
|
||||
#
|
||||
# Test for core dump with nan
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue