summaryrefslogtreecommitdiff
path: root/sql/item_buff.cc
diff options
context:
space:
mode:
authorunknown <bar@bar.mysql.r18.ru>2002-12-19 15:27:46 +0400
committerunknown <bar@bar.mysql.r18.ru>2002-12-19 15:27:46 +0400
commitd19ba004e45cb33f5dce8182b633a54af3b9c4c3 (patch)
treec3e6bd23507975df60294ce53fadcc33d3a0b554 /sql/item_buff.cc
parentef9c22611960eb3e7ebf1d0e4a53f47e3ef62480 (diff)
downloadmariadb-git-d19ba004e45cb33f5dce8182b633a54af3b9c4c3.tar.gz
Less "default_charset_info"
Diffstat (limited to 'sql/item_buff.cc')
-rw-r--r--sql/item_buff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_buff.cc b/sql/item_buff.cc
index 7b8976bb572..573d4ab17e3 100644
--- a/sql/item_buff.cc
+++ b/sql/item_buff.cc
@@ -99,7 +99,7 @@ bool Item_field_buff::cmp(void)
{
bool tmp= field->cmp(buff) != 0; // This is not a blob!
if (tmp)
- field->get_image(buff,length);
+ field->get_image(buff,length,field->charset());
if (null_value != field->is_null())
{
null_value= !null_value;