1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

BINARY charset is now used instead of binary_flag

This commit is contained in:
unknown
2002-10-25 13:58:32 +05:00
parent 372b26e778
commit e823751548
25 changed files with 199 additions and 226 deletions

View File

@@ -882,7 +882,7 @@ bool select_singleval_subselect::send_data(List<Item> &items)
{
it->max_length= val_item->max_length;
it->decimals= val_item->decimals;
it->binary= val_item->binary;
it->set_charset(val_item->charset());
it->int_value= val_item->val_int_result();
String *s= val_item->str_result(&it->string_value);
if (s != &it->string_value)