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

BINARY charset is now used instead of binary_flag

This commit is contained in:
bar@bar.mysql.r18.ru
2002-10-25 13:58:32 +05:00
parent 0ca3212a8c
commit 95aef91521
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)