Changes between Initial Version and Version 1 of Ticket #33507


Ignore:
Timestamp:
Feb 10, 2022, 3:32:51 AM (2 years ago)
Author:
Mariusz Felisiak
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33507 – Description

    initial v1  
    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 it 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 corrected the `has_native_uuid_field` feature flag and use `uuid` instead of `char(32)`.
Back to Top