Commit d4822bef authored by Eugene Kosov's avatar Eugene Kosov

remove uint

parent 8ed9ef54
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment