remove uint

This commit is contained in:
Eugene Kosov 2018-02-20 15:09:31 +03:00
parent 8ed9ef54f9
commit d4822bef04

View file

@ -3221,7 +3221,7 @@ enum open_frm_error open_table_from_share(THD *thd, TABLE_SHARE *share,
if (++i < records)
record+= share->rec_buff_length;
}
for (uint i= 0; i < records; i++)
for (i= 0; i < records; i++)
MEM_UNDEFINED(outparam->record[i], share->reclength);
if (!(field_ptr = (Field **) alloc_root(&outparam->mem_root,