mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
UUID() function should return UUID, not VARCHAR(36)
This commit is contained in:
@ -106,6 +106,7 @@ select export_set(3, _latin1'foo', _utf8'bar', ',', 4);
|
||||
create table t1 as select uuid(), length(uuid());
|
||||
--enable_warnings
|
||||
show create table t1;
|
||||
select length(`uuid()`) from t1;
|
||||
drop table t1;
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user