mirror of
https://github.com/MariaDB/server.git
synced 2025-11-25 17:25:02 +03:00
ORDER BY does not work Use "dynamic" row format (instead of "block") for MARIA internal temporary tables created for cursors. With "block" row format MARIA may shuffle rows, with "dynamic" row format records are inserted sequentially (there are no gaps in data file while we fill temporary tables). This is needed to preserve row order when scanning materialized cursors.
194 KiB
194 KiB