Commit 1ec9f715 authored by zkasheff's avatar zkasheff

refs #6684, fix icp bug of queries that do multiple index_next_same calls with the same cursor

parent aa59bca6
......@@ -4452,6 +4452,7 @@ cleanup:
void ha_tokudb::invalidate_bulk_fetch() {
bytes_used_in_range_query_buff= 0;
curr_range_query_buff_offset = 0;
icp_went_out_of_range = false;
}
void ha_tokudb::invalidate_icp() {
......
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