File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
mysql-test/suite/innodb/t Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 2
2
# WL#6965: Truncate UNDO logs.
3
3
#
4
4
5
+ --source include/big_test.inc
5
6
# With larger innodb_page_size, the undo log tablespaces do not grow enough.
6
7
--source include/innodb_page_size_small.inc
7
8
--source include/have_innodb.inc
8
9
--source include/have_debug.inc
9
10
--source include/have_undo_tablespaces.inc
10
-
11
- # Valgrind would complain about memory leaks when we crash on purpose.
12
- --source include/not_valgrind.inc
13
- # Embedded server does not support crashing
11
+ # Tests with embedded server do not support restarting
14
12
--source include/not_embedded.inc
15
- # Avoid CrashReporter popup on Mac
16
- --source include/not_crashrep.inc
17
13
18
14
SET GLOBAL innodb_undo_logs = 4;
19
15
SET GLOBAL innodb_undo_log_truncate = 1;
You can’t perform that action at this time.
0 commit comments