mirror of
https://github.com/MariaDB/server.git
synced 2025-11-06 13:10:12 +03:00
buffering is used FORCE INDEX FOR ORDER BY now prevents the optimizer from using join buffering. As a result the optimizer can use indexed access on the first table and doesn't need to sort the complete resultset at the end of the statement.
288 KiB
288 KiB