From a793b7fd8bc2075d216b94150a62d289352c6abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Wed, 6 Sep 2017 15:57:42 +0300 Subject: Follow-up to MDEV-13227: Do not run unnecessary test combinations The bug only affected innodb_page_size=64k. There is no point running the test with smaller page sizes. --- mysql-test/suite/innodb/t/innodb-enlarge-blob.opt | 3 +-- mysql-test/suite/innodb/t/innodb-enlarge-blob.test | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/mysql-test/suite/innodb/t/innodb-enlarge-blob.opt b/mysql-test/suite/innodb/t/innodb-enlarge-blob.opt index 4c2cd9b3e3c..7cc886cb9e5 100644 --- a/mysql-test/suite/innodb/t/innodb-enlarge-blob.opt +++ b/mysql-test/suite/innodb/t/innodb-enlarge-blob.opt @@ -1,6 +1,5 @@ --innodb-file-per-table --innodb-file-format='Barracuda' --innodb-buffer-pool-size=32M ---innodb-log-file-size=32M +--innodb-page-size=64k --innodb-strict-mode=OFF - diff --git a/mysql-test/suite/innodb/t/innodb-enlarge-blob.test b/mysql-test/suite/innodb/t/innodb-enlarge-blob.test index 84c23465a5c..9fc6403db49 100644 --- a/mysql-test/suite/innodb/t/innodb-enlarge-blob.test +++ b/mysql-test/suite/innodb/t/innodb-enlarge-blob.test @@ -1,5 +1,4 @@ --source include/have_innodb.inc ---source include/innodb_page_size.inc # # MDEV-13227: Assertion failure len < 16384 in file rem0rec.cc line 1285 -- cgit v1.2.1