mariadb/mysql-test/suite/innodb
Marko Mäkelä c72221e2f8 MDEV-35411 innodb.log_file_size_online occasionally fails
The test innodb.log_file_size_online was killing the server shortly
after the completion of SET GLOBAL innodb_log_file_size.
It is possible that log_t::write_checkpoint() would let mysqltest.cc
proceed to kill the server before the message had been written to
the server error log.

Let us remove the occasionally failing check of that message, and
instead ensure that SET GLOBAL innodb_log_file_size to a different
size will result in an error log message when the server is not being
killed.
2024-11-13 12:04:05 +02:00
..
include Merge branch '10.6' into 10.11 2024-05-10 20:02:18 +02:00
r MDEV-35411 innodb.log_file_size_online occasionally fails 2024-11-13 12:04:05 +02:00
t MDEV-35411 innodb.log_file_size_online occasionally fails 2024-11-13 12:04:05 +02:00