summaryrefslogtreecommitdiff
path: root/innobase/page
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2003-02-07 00:44:32 +0200
committerunknown <heikki@hundin.mysql.fi>2003-02-07 00:44:32 +0200
commitb2f8f07d92095297b6ebf5822c321aa7157f73fc (patch)
tree3b5dec4c94c4f0cf88b4c1fa90de0c6c966c2916 /innobase/page
parentc5a26332d5b35ff1c773454d5aac56a49c4d3e96 (diff)
downloadmariadb-git-b2f8f07d92095297b6ebf5822c321aa7157f73fc.tar.gz
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
Diffstat (limited to 'innobase/page')
-rw-r--r--innobase/page/page0cur.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/page/page0cur.c b/innobase/page/page0cur.c
index 1ea6e3e3018..2042db80529 100644
--- a/innobase/page/page0cur.c
+++ b/innobase/page/page0cur.c
@@ -301,7 +301,7 @@ page_cur_search_with_match(
/* This means current dfield is not SQL
NULL, and the current rec field extends it */
- low = mid;
+ low_rec = mid_rec;
low_matched_fields = cur_matched_fields;
low_matched_bytes = cur_matched_bytes;
} else {