mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
fixed bug where scan is not closed as it should
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user