Less "default_charset_info"

This commit is contained in:
unknown 2002-12-19 15:27:46 +04:00
commit d19ba004e4
6 changed files with 32 additions and 27 deletions

View file

@ -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;