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:
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user