16 lines
432 B
Plaintext
16 lines
432 B
Plaintext
#
|
|
# Testing truncate of undo log.
|
|
# Truncate happens automatically due to configuration option so nothing
|
|
# to be done from test-side and so the test is no-op test-case.
|
|
#
|
|
|
|
--source include/have_innodb_64k.inc
|
|
--source include/have_innodb.inc
|
|
--source include/have_undo_tablespaces.inc
|
|
|
|
# The test is restarting the server to force undo truncation.
|
|
--source include/not_embedded.inc
|
|
--source include/big_test.inc
|
|
|
|
select SLEEP(10);
|