Commit 06d96b64 authored by marko's avatar marko

branches/zip: row_sel_sec_rec_is_for_clust_rec(): Augment the bug fix in r918:

After calling row_sel_sec_rec_is_for_blob(), skip the cmp_data_data()
comparison of the incomplete prefix.
parent 009533b4
...@@ -166,6 +166,8 @@ row_sel_sec_rec_is_for_clust_rec( ...@@ -166,6 +166,8 @@ row_sel_sec_rec_is_for_clust_rec(
clust_index->table))) { clust_index->table))) {
goto inequal; goto inequal;
} }
continue;
} }
} }
......
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