Commit 295947c6 authored by Rich Prohaska's avatar Rich Prohaska

#157 fix tokudb::index_next_same error handling

parent 7e47ab40
......@@ -4760,6 +4760,7 @@ int ha_tokudb::index_next_same(uchar * buf, const uchar * key, uint keylen) {
}
cleanup:
error = handle_cursor_error(error, HA_ERR_END_OF_FILE, tokudb_active_index);
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