Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#33508 closed Cleanup/optimization (fixed)

MariaDB 10.8+ supports ordering on individual columns in the index.

Reported by: Mariusz Felisiak Owned by: Alokik Roy
Component: Database layer (models, ORM) Version: 4.0
Severity: Normal Keywords: mariadb
Cc: Alokik Roy Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

MariaDB 10.8+ supports ordering on individual columns in the index, see release notes. We should correct the supports_index_column_ordering feature flag.

Change History (7)

comment:1 by Carlton Gibson, 2 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Alokik Roy, 2 years ago

Cc: Alokik Roy added
Owner: changed from nobody to Alokik Roy
Status: newassigned

comment:4 by Alokik Roy, 2 years ago

Has patch: set

comment:5 by Mariusz Felisiak, 2 years ago

Triage Stage: AcceptedReady for checkin

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

Resolution: fixed
Status: assignedclosed

In c1d168b:

Fixed #33508 -- Fixed DatabaseFeatures.supports_index_column_ordering on MariaDB 10.8+.

comment:7 by Mariusz Felisiak <felisiak.mariusz@…>, 2 years ago

In 6f311c7e:

Refs #33508 -- Corrected note about MySQL/MariaDB support of index ordering.

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