Commit aee7a9d7 authored by unknown's avatar unknown
Browse files

Merge marko@bk-internal.mysql.com:/home/bk/mysql-5.0

into hundin.mysql.fi:/home/marko/mysql-5.0

parents c1d06b3c e16b1b4a
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -311,9 +311,6 @@ page_cur_search_with_match(
			low_matched_bytes = cur_matched_bytes;

		} else if (cmp == -1) {
			offsets = rec_get_offsets(mid_rec, index, offsets,
					dtuple_get_n_fields_cmp(tuple), &heap);

			if (mode == PAGE_CUR_LE_OR_EXTENDS
			    && page_cur_rec_field_extends(tuple, mid_rec,
						offsets, cur_matched_fields)) {
@@ -366,9 +363,6 @@ page_cur_search_with_match(
			low_matched_bytes = cur_matched_bytes;

		} else if (cmp == -1) {
			offsets = rec_get_offsets(mid_rec, index, offsets,
					dtuple_get_n_fields_cmp(tuple), &heap);

			if (mode == PAGE_CUR_LE_OR_EXTENDS
			    && page_cur_rec_field_extends(tuple, mid_rec,
						offsets, cur_matched_fields)) {