1
0
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:
tomas@poseidon.ndb.mysql.com
2004-10-07 16:01:41 +00:00
parent 294bcf2cc0
commit 9035aab33c

View File

@@ -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;