summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/innodb/r/records_in_range,4k.rdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/innodb/r/records_in_range,4k.rdiff')
-rw-r--r--mysql-test/suite/innodb/r/records_in_range,4k.rdiff8
1 files changed, 8 insertions, 0 deletions
diff --git a/mysql-test/suite/innodb/r/records_in_range,4k.rdiff b/mysql-test/suite/innodb/r/records_in_range,4k.rdiff
new file mode 100644
index 00000000..12b857ec
--- /dev/null
+++ b/mysql-test/suite/innodb/r/records_in_range,4k.rdiff
@@ -0,0 +1,8 @@
+@@ -39,7 +39,7 @@
+ WHERE
+ table_name='records_in_range_test' AND stat_name = 'size';
+ index_name stat_name stat_value
+-PRIMARY size 1
++PRIMARY size 5
+ SET @save_dbug = @@debug_dbug;
+ SET DEBUG_DBUG='+d,print_btr_estimate_n_rows_in_range_return_value';