Commit 26b2d23e authored by Rich Prohaska's avatar Rich Prohaska

#157 fix tokudb::index_next_same error handling

parent 097d63a3
...@@ -4760,6 +4760,7 @@ int ha_tokudb::index_next_same(uchar * buf, const uchar * key, uint keylen) { ...@@ -4760,6 +4760,7 @@ int ha_tokudb::index_next_same(uchar * buf, const uchar * key, uint keylen) {
} }
cleanup: cleanup:
error = handle_cursor_error(error, HA_ERR_END_OF_FILE, tokudb_active_index);
TOKUDB_DBUG_RETURN(error); TOKUDB_DBUG_RETURN(error);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment