summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb_gis/r/rtree_compress2.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/innodb_gis/r/rtree_compress2.result')
-rw-r--r--mysql-test/suite/innodb_gis/r/rtree_compress2.result12
1 files changed, 4 insertions, 8 deletions
diff --git a/mysql-test/suite/innodb_gis/r/rtree_compress2.result b/mysql-test/suite/innodb_gis/r/rtree_compress2.result
index 04940f2b3b1..3fa6b5e8c01 100644
--- a/mysql-test/suite/innodb_gis/r/rtree_compress2.result
+++ b/mysql-test/suite/innodb_gis/r/rtree_compress2.result
@@ -9,16 +9,12 @@ set i = i + 1;
end while;
end|
CALL insert_t1(70000);
-select count(*) from t1;
-count(*)
-70000
check table t1;
Table Op Msg_type Msg_text
test.t1 check status OK
-truncate table t1;
-call mtr.add_suppression("InnoDB: A copy of page \[page id: space=[0-9]+, page number=[0-9]+\] in the doublewrite buffer slot [0-9]+ is not within space bounds");
-START TRANSACTION;
-CALL insert_t1(5000);
-COMMIT;
+select count(*) from t1;
+count(*)
+70000
+delete from t1;
drop procedure insert_t1;
drop table t1;