Opened 3 years ago

Closed 3 years ago

#32342 closed Cleanup/optimization (fixed)

Enable supports_index_column_ordering on MySQL 8.0.1+

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: Database layer (models, ORM) Version: 3.1
Severity: Normal Keywords:
Cc: Adam Johnson Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

MySQL 8.0.1+ supports descending indexes and introspection of columns orders (ASC/DESC) for indexes, see

Noticed when reviewing #26167. Refs #20888.

Change History (3)

comment:1 by Mariusz Felisiak, 3 years ago

Has patch: set

comment:2 by Adam Johnson, 3 years ago

Triage Stage: UnreviewedAccepted

comment:3 by GitHub <noreply@…>, 3 years ago

Resolution: fixed
Status: assignedclosed

In 407d3cf3:

Fixed #32342 -- Added index order introspection on MySQL 8.0.1+.

Note: See TracTickets for help on using tickets.
Back to Top