page0cur.c:

Sinisas patch to InnoDB ORDER BY DESC bug, push it now so that Jani has it available


innobase/page/page0cur.c:
  Sinisas patch to InnoDB ORDER BY DESC bug, push it now so that Jani has it available
This commit is contained in:
unknown 2003-02-07 00:44:32 +02:00
parent c5a26332d5
commit b2f8f07d92

View File

@ -301,7 +301,7 @@ page_cur_search_with_match(
/* This means current dfield is not SQL /* This means current dfield is not SQL
NULL, and the current rec field extends it */ NULL, and the current rec field extends it */
low = mid; low_rec = mid_rec;
low_matched_fields = cur_matched_fields; low_matched_fields = cur_matched_fields;
low_matched_bytes = cur_matched_bytes; low_matched_bytes = cur_matched_bytes;
} else { } else {