mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 23:35:32 +02:00
Bug#14400 - Query joins wrong rows from table which is subject of
"concurrent insert" After merge fix.
This commit is contained in:
parent
52758ca0f1
commit
ac746932e8
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ int mi_rkey(MI_INFO *info, byte *buf, int inx, const byte *key, uint key_len,
|
|||
if (info->lastpos >= info->state->data_file_length &&
|
||||
(search_flag != HA_READ_KEY_EXACT ||
|
||||
last_used_keyseg != keyinfo->seg + keyinfo->keysegs))
|
||||
{
|
||||
do
|
||||
{
|
||||
uint not_used;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue