mirror of
https://github.com/MariaDB/server.git
synced 2025-11-08 00:28:29 +03:00
Explain fails at fix_fields stage and some items are left unfixed, particulary Item_group_concat. Item_group_concat::orig_args field is uninitialized in this case and Item_group_concat::print call leads to crash. The fix: move the initialization of Item_group_concat::orig_args into constructor.
24 KiB
24 KiB