mirror of
https://github.com/MariaDB/server.git
synced 2025-11-15 09:02:33 +03:00
- added join cache indication in EXPLAIN (Extra column). - prefer filesort over full scan over index for ORDER BY (because it's faster). - when switching from REF to RANGE because RANGE uses longer key turn off sort on the head table only as the resulting RANGE access is a candidate for join cache and we don't want to disable it by sorting on the first table only.
22 KiB
22 KiB