mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
remove uint
This commit is contained in:
parent
8ed9ef54f9
commit
d4822bef04
1 changed files with 1 additions and 1 deletions
|
@ -3221,7 +3221,7 @@ enum open_frm_error open_table_from_share(THD *thd, TABLE_SHARE *share,
|
||||||
if (++i < records)
|
if (++i < records)
|
||||||
record+= share->rec_buff_length;
|
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);
|
MEM_UNDEFINED(outparam->record[i], share->reclength);
|
||||||
|
|
||||||
if (!(field_ptr = (Field **) alloc_root(&outparam->mem_root,
|
if (!(field_ptr = (Field **) alloc_root(&outparam->mem_root,
|
||||||
|
|
Loading…
Add table
Reference in a new issue