mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 01:34:17 +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)
|
||||
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,
|
||||
|
|
Loading…
Add table
Reference in a new issue