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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user