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

Post-review fixes for bug #19089

This commit is contained in:
igor@rurik.mysql.com
2006-05-22 07:57:46 -07:00
parent 4a27cbfd02
commit a6aaca7d6a
4 changed files with 10 additions and 3 deletions

View File

@@ -8697,7 +8697,10 @@ create_tmp_table(THD *thd,TMP_TABLE_PARAM *param,List<Item> &fields,
if (is_null)
field->set_null();
else
{
field->set_notnull();
memcpy(field->ptr, from, field->pack_length());
}
}
if (from_field[i])