summaryrefslogtreecommitdiff
path: root/storage/innobase/include/rem0cmp.ic
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/rem0cmp.ic')
-rw-r--r--storage/innobase/include/rem0cmp.ic2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/rem0cmp.ic b/storage/innobase/include/rem0cmp.ic
index 52dc7ff5dc9..45e12301a3c 100644
--- a/storage/innobase/include/rem0cmp.ic
+++ b/storage/innobase/include/rem0cmp.ic
@@ -72,5 +72,5 @@ cmp_rec_rec(
ulint match_b = 0;
return(cmp_rec_rec_with_match(rec1, rec2, offsets1, offsets2, index,
- &match_f, &match_b));
+ FALSE, &match_f, &match_b));
}