1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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.
This commit is contained in:
Marko Mäkelä
2017-09-06 15:57:42 +03:00
parent cd694d76ce
commit a793b7fd8b
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,5 @@
--innodb-file-per-table --innodb-file-per-table
--innodb-file-format='Barracuda' --innodb-file-format='Barracuda'
--innodb-buffer-pool-size=32M --innodb-buffer-pool-size=32M
--innodb-log-file-size=32M --innodb-page-size=64k
--innodb-strict-mode=OFF --innodb-strict-mode=OFF

View File

@ -1,5 +1,4 @@
--source include/have_innodb.inc --source include/have_innodb.inc
--source include/innodb_page_size.inc
# #
# MDEV-13227: Assertion failure len < 16384 in file rem0rec.cc line 1285 # MDEV-13227: Assertion failure len < 16384 in file rem0rec.cc line 1285