summaryrefslogtreecommitdiff
path: root/mysql-test/r/windows.result
diff options
context:
space:
mode:
authorunknown <gkodinov/kgeorge@macbook.gmz>2006-07-25 11:45:10 +0300
committerunknown <gkodinov/kgeorge@macbook.gmz>2006-07-25 11:45:10 +0300
commit4e7121c07b0cfb5ed39e25edd9022ba1811d65fa (patch)
tree4f46bbdaea88db32a194b6e66baa82a41c8894c9 /mysql-test/r/windows.result
parenta8fd83d676a5d8a64921f1f13ba4fa4f45221da8 (diff)
downloadmariadb-git-4e7121c07b0cfb5ed39e25edd9022ba1811d65fa.tar.gz
Bug#16712: group_concat returns odd srting insead of intended result
when calculating GROUP_CONCAT all blob fields are transformed to varchar when making the temp table. However a varchar has at max 2 bytes for length. This fix makes the conversion only for blobs whose max length is below that limit. Otherwise blob field is created by make_string_field() call. mysql-test/r/func_gconcat.result: Bug#16712: group_concat returns odd srting insead of intended result * testsuite for the bug mysql-test/t/func_gconcat.test: Bug#16712: group_concat returns odd srting insead of intended result * testsuite for the bug sql/item_sum.cc: Bug#16712: group_concat returns odd srting insead of intended result * force blob->varchar conversion for small enough blobs only sql/sql_select.cc: Bug#16712: group_concat returns odd srting insead of intended result * force blob->varchar conversion for small enough blobs only
Diffstat (limited to 'mysql-test/r/windows.result')
0 files changed, 0 insertions, 0 deletions