mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
fixed bug where scan is not closed as it should
This commit is contained in:
parent
9757a3a2ec
commit
c2d6d2c04b
1 changed files with 3 additions and 0 deletions
|
@ -2170,6 +2170,9 @@ int ha_ndbcluster::index_read(byte *buf,
|
|||
break;
|
||||
}
|
||||
|
||||
if (m_active_cursor)
|
||||
close_scan();
|
||||
|
||||
key_range start_key;
|
||||
start_key.key = key;
|
||||
start_key.length = key_len;
|
||||
|
|
Loading…
Reference in a new issue