mirror of
https://github.com/MariaDB/server.git
synced 2025-12-03 05:41:09 +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.
477 KiB
477 KiB