diff options
author | Sergey Glukhov <sergey.glukhov@oracle.com> | 2010-12-13 13:39:26 +0300 |
---|---|---|
committer | Sergey Glukhov <sergey.glukhov@oracle.com> | 2010-12-13 13:39:26 +0300 |
commit | 6330815a0ce15311cb90781d633b4c8cdfd34834 (patch) | |
tree | 4822858ad1a61e4d3bfb88cd05ddac8dfc8daa8a /sql/handler.cc | |
parent | 608948a2d3f3d7dd7a0dfe070697b8601a19b333 (diff) | |
download | mariadb-git-6330815a0ce15311cb90781d633b4c8cdfd34834.tar.gz |
Bug#58396 group_concat and explain extended are still crashy
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.
mysql-test/r/func_gconcat.result:
test case
mysql-test/t/func_gconcat.test:
test case
sql/item_sum.cc:
move the initialization of Item_group_concat::orig_args
into constructor.
Diffstat (limited to 'sql/handler.cc')
0 files changed, 0 insertions, 0 deletions