Commit 84988bd6 authored by marko's avatar marko

branches/zip: row_sel_get_clust_rec_for_mysql(): Improve formatting.

parent e5b6c394
...@@ -2937,9 +2937,9 @@ row_sel_get_clust_rec_for_mysql( ...@@ -2937,9 +2937,9 @@ row_sel_get_clust_rec_for_mysql(
visit through secondary index records that would not really visit through secondary index records that would not really
exist in our snapshot. */ exist in our snapshot. */
if (clust_rec && (old_vers || rec_get_deleted_flag( if (clust_rec
rec, && (old_vers
dict_table_is_comp( || rec_get_deleted_flag(rec, dict_table_is_comp(
sec_index->table))) sec_index->table)))
&& !row_sel_sec_rec_is_for_clust_rec( && !row_sel_sec_rec_is_for_clust_rec(
rec, sec_index, clust_rec, clust_index)) { rec, sec_index, clust_rec, clust_index)) {
......
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