fixed bug where scan is not closed as it should

This commit is contained in:
unknown 2004-10-07 16:01:41 +00:00
parent 9757a3a2ec
commit c2d6d2c04b

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;