Changes between Version 1 and Version 2 of Ticket #33507


Ignore:
Timestamp:
Feb 10, 2022, 4:49:00 AM (2 years ago)
Author:
Carlton Gibson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33507

    • Property Triage Stage UnreviewedAccepted
  • Ticket #33507 – Description

    v1 v2  
    1 MariaDB 10.7 introduces `UUID` data type, see [https://mariadb.com/kb/en/uuid-data-type/ docs] and [https://mariadb.org/10-7-preview-feature-uuid-data-type/ blog post]. We should corrected the `has_native_uuid_field` feature flag and use `uuid` instead of `char(32)`.
     1MariaDB 10.7 introduces `UUID` data type, see [https://mariadb.com/kb/en/uuid-data-type/ docs] and [https://mariadb.org/10-7-preview-feature-uuid-data-type/ blog post]. We should correct the `has_native_uuid_field` feature flag and use `uuid` instead of `char(32)`.
Back to Top