mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Changed meaning of HA_EXTRA_RESET and start of hidden primary keys for BDB tables
This commit is contained in:
parent
00625e0f8f
commit
9323e733ff
12 changed files with 71 additions and 42 deletions
|
|
@ -2104,8 +2104,8 @@ static int mrg_rrnd(MRG_INFO *info,byte *buf)
|
|||
{
|
||||
isam_info= *(info->current=info->file);
|
||||
info->end=info->current+info->count;
|
||||
mi_extra(isam_info,HA_EXTRA_CACHE);
|
||||
mi_extra(isam_info,HA_EXTRA_RESET);
|
||||
mi_extra(isam_info,HA_EXTRA_CACHE);
|
||||
filepos=isam_info->s->pack.header_length;
|
||||
}
|
||||
else
|
||||
|
|
@ -2127,8 +2127,8 @@ static int mrg_rrnd(MRG_INFO *info,byte *buf)
|
|||
info->current++;
|
||||
isam_info= *info->current;
|
||||
filepos=isam_info->s->pack.header_length;
|
||||
mi_extra(isam_info,HA_EXTRA_CACHE);
|
||||
mi_extra(isam_info,HA_EXTRA_RESET);
|
||||
mi_extra(isam_info,HA_EXTRA_CACHE);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue