• Sergey Glukhov's avatar
    Bug#58396 group_concat and explain extended are still crashy · 4096f35a
    Sergey Glukhov authored
    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.
    4096f35a
func_gconcat.result 44.4 KB