mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 10:45:30 +02:00
UUID() function should return UUID, not VARCHAR(36)
This commit is contained in:
parent
7ab11f2bda
commit
b1fab9bf4e
20 changed files with 204 additions and 182 deletions
|
|
@ -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;
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue