mirror of
https://github.com/MariaDB/server.git
synced 2025-11-27 05:41:41 +03:00
When executing a query like "select id, 0 as const, val from ...", there are 3 columns(items) in Query->select at handlerton->create_group_by(). After that, MariaDB makes a temporary table with 2 columns. The skipped items are const item, so fixing Spider to skip const items for items at Query->select.
438 KiB
438 KiB