File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
mysql-test/suite/encryption/t Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
-- source include/have_innodb.inc
2
2
-- source include/not_embedded.inc
3
+ # test takes very long time on debug build
4
+ -- source include/not_debug.inc
5
+ -- source include/big_test.inc
3
6
-- source filekeys_plugin.inc
4
7
5
8
call mtr.add_suppression("InnoDB: New log files created, LSN=.*");
Original file line number Diff line number Diff line change @@ -13535,14 +13535,15 @@ ha_innobase::info_low(
13535
13535
break;
13536
13536
}
13537
13537
13538
- DBUG_EXECUTE_IF("ib_ha_innodb_stat_not_initialized",
13538
+ DBUG_EXECUTE_IF("ib_ha_innodb_stat_not_initialized",
13539
13539
index->table->stat_initialized = FALSE;);
13540
13540
13541
13541
if (!ib_table->stat_initialized ||
13542
13542
(index->table != ib_table ||
13543
13543
!index->table->stat_initialized)) {
13544
13544
fprintf(stderr,
13545
- "InnoDB: Warning: Index %s points to table %s" " and ib_table %s statistics is initialized %d "
13545
+ "InnoDB: Warning: Index %s points to table %s"
13546
+ " and ib_table %s statistics is initialized %d "
13546
13547
" but index table %s initialized %d "
13547
13548
" mysql table is %s. Have you mixed "
13548
13549
"up .frm files from different "
You can’t perform that action at this time.
0 commit comments