summaryrefslogtreecommitdiff
path: root/storage/innodb_plugin/btr/btr0cur.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innodb_plugin/btr/btr0cur.c')
-rw-r--r--storage/innodb_plugin/btr/btr0cur.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/innodb_plugin/btr/btr0cur.c b/storage/innodb_plugin/btr/btr0cur.c
index b67da53ec8a..223b976dea7 100644
--- a/storage/innodb_plugin/btr/btr0cur.c
+++ b/storage/innodb_plugin/btr/btr0cur.c
@@ -3194,6 +3194,8 @@ btr_estimate_n_rows_in_range(
n_rows = n_rows * 2;
}
+ DBUG_EXECUTE_IF("bug14007649", return(n_rows););
+
/* Do not estimate the number of rows in the range
to over 1 / 2 of the estimated rows in the whole
table */