mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 07:05:33 +02:00
BINARY charset is now used instead of binary_flag
This commit is contained in:
parent
372b26e778
commit
e823751548
25 changed files with 199 additions and 226 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue