Commit 84988bd6 authored by marko's avatar marko

branches/zip: row_sel_get_clust_rec_for_mysql(): Improve formatting.

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