mirror of
https://github.com/MariaDB/server.git
synced 2025-11-28 17:36:30 +03:00
Currently when both PARTITION BY and ORDER BY clauses are empty then we create a Item with the first field in the select list and sort with that field. It should be created as an Item_temptable_field instead of Item_field because the print() function continues to work even if the table has been dropped.
59 KiB
59 KiB