mirror of
https://github.com/MariaDB/server.git
synced 2025-11-06 13:10:12 +03:00
consider clustered primary keys Choosing a shortest index for the covering index scan, the optimizer ignored the fact, that the clustered primary key read involves whole table data. The find_shortest_key function has been modified to take into account that fact that a clustered PK has a longest key of possible covering indices.
16 KiB
16 KiB