1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Automatic merge

This commit is contained in:
Michael Widenius
2010-10-01 18:27:32 +03:00
43 changed files with 186 additions and 167 deletions

View File

@ -3487,7 +3487,8 @@ static TABLE *create_table_from_items(THD *thd, HA_CREATE_INFO *create_info,
tmp_table.s->db_low_byte_first=
test(create_info->db_type == myisam_hton ||
create_info->db_type == heap_hton);
tmp_table.null_row=tmp_table.maybe_null=0;
tmp_table.null_row= 0;
tmp_table.maybe_null= 0;
while ((item=it++))
{