mirror of
https://github.com/MariaDB/server.git
synced 2025-11-15 09:02:33 +03:00
Item_func_group_concat::print() wasn't printing sort order thus creating wrong view. This results in reported error. sql/item_sum.cc: Fix bug #14466 lost sort order in GROUP_CONCAT() in a view Now Item_func_group_concat::print() prints sort order. mysql-test/r/view.result: Test case for bug #14466 lost sort order in GROUP_CONCAT() in a view mysql-test/t/view.test: Test case for bug #14466 lost sort order in GROUP_CONCAT() in a view
58 KiB
58 KiB