1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Merge branch '10.3' into bb-10.3-fix_len_dec

This commit is contained in:
Oleksandr Byelkin
2018-06-20 08:29:07 +02:00
5 changed files with 207 additions and 0 deletions

View File

@ -16814,7 +16814,10 @@ Field *create_tmp_field(THD *thd, TABLE *table,Item *item, Item::Type type,
if (result && modify_item)
field->result_field= result;
if (orig_item)
{
item->maybe_null= save_maybe_null;
result->field_name= orig_item->name;
}
}
else if (table_cant_handle_bit_fields && field->field->type() ==
MYSQL_TYPE_BIT)