diff options
author | unknown <evgen@moonbone.local> | 2007-01-11 16:45:38 +0300 |
---|---|---|
committer | unknown <evgen@moonbone.local> | 2007-01-11 16:45:38 +0300 |
commit | 52c100ae0cfbf5588fe3fa1917aba3934241e3f6 (patch) | |
tree | 34f917f8b95414b540f86d33b2f29d88a5c28feb /mysql-test/r/delete.result | |
parent | 0fdd3dce16caf33148bcc42b98b5d5d6142182f6 (diff) | |
download | mariadb-git-52c100ae0cfbf5588fe3fa1917aba3934241e3f6.tar.gz |
Bug#23409: Arguments of the ENCODE() and the DECODE() functions were not printed
correctly.
The Item_func::print method was used to print the Item_func_encode and the
Item_func_decode objects. The last argument to ENCODE and DECODE functions
is a plain C string and thus Item_func::print wasn't able to print it.
The print() method is added to the Item_func_encode class. It correctly
prints the Item_func_encode and the Item_func_decode objects.
mysql-test/t/func_str.test:
Added a test case for bug#23409: Arguments of the ENCODE() and the
> DECODE() functionswere not printed correctly.
mysql-test/r/func_str.result:
Added a test case for bug#23409: Arguments of the ENCODE() and the DECODE() functions were not printed correctly.
sql/item_strfunc.h:
Bug#23409: Arguments of the ENCODE() and the DECODE() functions were not printed correctly.
The print() method is added to the Item_func_encode class.
sql/item_strfunc.cc:
Bug#23409: Arguments of the ENCODE() and the DECODE() functions were not printed correctly.
The print() method is added to the Item_func_encode class. It correctly
prints the Item_func_encode and the Item_func_decode objects.
Diffstat (limited to 'mysql-test/r/delete.result')
0 files changed, 0 insertions, 0 deletions