Commit 82f8ed17 authored by Sergey Petrunya's avatar Sergey Petrunya

MWL#121: DS-MRR support for clustered primary keys

- Add testcases
parent 925e508a
......@@ -674,6 +674,7 @@ int DsMrr_impl::dsmrr_next_cpk(char **range_info)
goto end;
}
//TODO: make skip_index_tuple() calls, too?
//TODO: skip-record calls here?
//if (h2->mrr_funcs.skip_record &&
// h2->mrr_funcs.skip_record(h2->mrr_iter, (char *) cur_range_info, rowid))
......
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