summaryrefslogtreecommitdiff
path: root/sql/item.cc
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2003-08-11 13:17:48 +0300
committerunknown <bell@sanja.is.com.ua>2003-08-11 13:17:48 +0300
commit27c522127f57759cf6f41148513dcd73bccb1496 (patch)
tree8fe351ac8c2b687531f52cf4b02aa4c7092fe14f /sql/item.cc
parent986be1aaba87365517a290a23a3b7d66109d2605 (diff)
downloadmariadb-git-27c522127f57759cf6f41148513dcd73bccb1496.tar.gz
after merge fix
Diffstat (limited to 'sql/item.cc')
-rw-r--r--sql/item.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item.cc b/sql/item.cc
index 58c47025a6f..555112c1890 100644
--- a/sql/item.cc
+++ b/sql/item.cc
@@ -1693,7 +1693,7 @@ void Item_cache_str::store(Item *item)
value_buff.copy(*value);
value= &value_buff;
}
- set_charset(&item->collation);
+ collation.set(item->collation);
}
double Item_cache_str::val()
{