1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Merge sanja.is.com.ua:/home/bell/mysql/bk/work-simple_in-4.1

into sanja.is.com.ua:/home/bell/mysql/bk/work-all_any-4.1
This commit is contained in:
bell@sanja.is.com.ua
2003-08-11 13:19:34 +03:00

View File

@@ -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()
{