Details
-
New Feature
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
Description
I need to use an external routine to generate RFC 4122 UUID's (https://tools.ietf.org/html/rfc4122) as MariaDB generates v1 UUID's. v1 UUID's are not opaque enough for our needs. I suggest that the uuid() function call accepts an optional parameter - uuid(4) to generate a v4 uuid, or create a new function call uuid4().
The RFC document above includes C source code for UUID types 1 to 5.
Attachments
Issue Links
- is blocked by
-
MDEV-33827 UUID() returns a NULL-able result
- Closed
- is part of
-
MDEV-10137 Providing compatibility to other databases
- Open
-
MDEV-23748 support not-MAC-address based UUID versions
- Closed
- relates to
-
MDEV-4958 Adding datatype UUID
- Closed
-
MDEV-32637 Implement native UUID7 function
- Closed