page0cur.c:

  Sinisas patch to InnoDB ORDER BY DESC bug, push it now so that Jani has it available
parent f7a6c9c0
...@@ -301,7 +301,7 @@ page_cur_search_with_match( ...@@ -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 {
......
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