diff options
author | Alexander Barkov <bar@mysql.com> | 2010-07-07 10:00:46 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mysql.com> | 2010-07-07 10:00:46 +0400 |
commit | 72bb9b7acbacc20172512184dc2724fccbc7a741 (patch) | |
tree | 55b5304fd8264de2fd755569e2286674043578a3 /sql/item_strfunc.cc | |
parent | 6eb854de1f2cf96fe16a77cf89e7a97809b6dd4f (diff) | |
download | mariadb-git-72bb9b7acbacc20172512184dc2724fccbc7a741.tar.gz |
Bug#52159 returning time type from function and empty left join causes debug assertion
Problem: Item_copy did not set "fixed", which resulted in DBUG_ASSERT in some cases.
Fix: adding initialization of the "fixed" member
Adding tests:
mysql-test/include/ctype_numconv.inc
mysql-test/r/ctype_binary.result
mysql-test/r/ctype_cp1251.result
mysql-test/r/ctype_latin1.result
mysql-test/r/ctype_ucs.result
Adding initialization of the "fixed" member:
sql/item.h
Diffstat (limited to 'sql/item_strfunc.cc')
0 files changed, 0 insertions, 0 deletions