Commit e0e37478 authored by Jan Lindström's avatar Jan Lindström

MDEV-9865: Test encryption.innodb-log-encrypt-crash takes too long on debug build

Add big_test and not_debug requirements to avoid timeouts.
parent 743814f7
-- source include/have_innodb.inc
-- source include/not_embedded.inc
# test takes very long time on debug build
-- source include/not_debug.inc
-- source include/big_test.inc
-- source filekeys_plugin.inc
call mtr.add_suppression("InnoDB: New log files created, LSN=.*");
......
......@@ -13535,14 +13535,15 @@ ha_innobase::info_low(
break;
}
DBUG_EXECUTE_IF("ib_ha_innodb_stat_not_initialized",
DBUG_EXECUTE_IF("ib_ha_innodb_stat_not_initialized",
index->table->stat_initialized = FALSE;);
if (!ib_table->stat_initialized ||
(index->table != ib_table ||
!index->table->stat_initialized)) {
fprintf(stderr,
"InnoDB: Warning: Index %s points to table %s" " and ib_table %s statistics is initialized %d "
"InnoDB: Warning: Index %s points to table %s"
" and ib_table %s statistics is initialized %d "
" but index table %s initialized %d "
" mysql table is %s. Have you mixed "
"up .frm files from different "
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment