18 lines
472 B
Plaintext
18 lines
472 B
Plaintext
--echo #
|
|
--echo # WL#6965: Truncate UNDO logs during recovery.
|
|
--echo #
|
|
|
|
# Setup this test
|
|
--source suite/innodb_undo/include/truncate_recover_setup.inc
|
|
|
|
--echo #
|
|
--echo # 3. Crash after ddl log, before truncate
|
|
--echo #
|
|
let $debug_point="+d,ib_undo_trunc_before_truncate";
|
|
let SEARCH_PATTERN = ib_undo_trunc_before_truncate;
|
|
--source suite/innodb_undo/include/truncate_recover_run.inc
|
|
|
|
# Cleanup this test
|
|
--source suite/innodb_undo/include/truncate_recover_cleanup.inc
|
|
|