mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
846112ce36
Some builders in our CI, most notably FreeBSD and IBM AIX, do not support sparse files. Also, Microsoft Windows requires special means for creating sparse files. Since these platforms do not run ./mtr --big-test, we will for now simply move the test to a separate file that requires that option.
16 lines
560 B
Text
16 lines
560 B
Text
call mtr.add_suppression("InnoDB: The change buffer is corrupted");
|
|
#
|
|
# MDEV-24412 InnoDB: Upgrade after a crash is not supported
|
|
#
|
|
# restart: --innodb-data-home-dir=MYSQLTEST_VARDIR/tmp/log_upgrade --innodb-log-group-home-dir=MYSQLTEST_VARDIR/tmp/log_upgrade --innodb-force-recovery=5 --innodb-log-file-size=4m
|
|
SELECT COUNT(*) FROM INFORMATION_SCHEMA.ENGINES
|
|
WHERE engine = 'innodb'
|
|
AND support IN ('YES', 'DEFAULT', 'ENABLED');
|
|
COUNT(*)
|
|
1
|
|
FOUND 1 /InnoDB: Upgrading redo log:/ in mysqld.1.err
|
|
ib_buffer_pool
|
|
ib_logfile0
|
|
ibdata1
|
|
# restart
|
|
# End of 10.5 tests
|