mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Heap table code cleanup
This commit is contained in:
@ -47,7 +47,8 @@ int heap_rnext(HP_INFO *info, byte *record)
|
||||
}
|
||||
if (pos)
|
||||
{
|
||||
memcpy(&pos, pos + hp_rb_key_length(keyinfo, pos), sizeof(byte*));
|
||||
memcpy(&pos, pos + (*keyinfo->get_key_length)(keyinfo, pos),
|
||||
sizeof(byte*));
|
||||
info->current_ptr = pos;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user