mirror of
https://github.com/MariaDB/server.git
synced 2025-11-12 10:22:39 +03:00
and auto_increment keys
Problems:
1. ALTER TABLE ... ORDER BY... doesn't make sence if there's a
user-defined clustered index in the table.
2. using a secondary index is slower than using a clustered one
for a table scan.
Fixes:
1. raise a warning.
2. use the clustered index.
222 KiB
222 KiB