item_strfunc.cc:

After merge change.
  4.1 method was replaced in 5.0.
This commit is contained in:
bar@mysql.com 2005-08-12 18:13:42 +05:00
parent 1b50f35ab2
commit 4a071b4833

View File

@ -1570,7 +1570,7 @@ Item *Item_func_sysconst::safe_charset_converter(CHARSET_INFO *tocs)
return NULL;
}
conv->str_value.copy();
conv->str_value.shrink_to_length();
conv->str_value.mark_as_const();
return conv;
}