Commit 5829aec0 authored by heikki@donna.mysql.fi's avatar heikki@donna.mysql.fi
Browse files

row0sel.c Fix a bug in consistent read through secondary key

parent 81dd2597
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -2701,8 +2701,10 @@ row_search_for_mysql(
			goto next_rec;
		}
		
		if (prebuilt->need_to_access_clustered) {
		        rec = clust_rec;
		}
	}

	/* We found a qualifying row */