diff options
author | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2009-09-10 15:24:07 +0500 |
---|---|---|
committer | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2009-09-10 15:24:07 +0500 |
commit | 10406ae65871de074e807e626f9ede686e9321d4 (patch) | |
tree | d57eb47198b5b9ed74be5982062200f2cbb5efd7 /mysql-test/r/comments.result | |
parent | 24f103e39c100d0ca4fa4a4777fe82cd6d69034b (diff) | |
download | mariadb-git-10406ae65871de074e807e626f9ede686e9321d4.tar.gz |
Bug#46815 CONCAT_WS returning wrong data
The problem is that argument buffer can be used as result buffer
and it leads to argument value change.
The fix is to use 'old buffer' as result buffer only
if first argument is not constant item.
mysql-test/r/func_str.result:
test result
mysql-test/t/func_str.test:
test case
sql/item_strfunc.cc:
The problem is that argument buffer can be used as result buffer
and it leads to argument value change.
The fix is to use 'old buffer' as result buffer only
if first argument is not constant item.
Diffstat (limited to 'mysql-test/r/comments.result')
0 files changed, 0 insertions, 0 deletions