config root man

Current Path : /usr/opt/mysql57/mysql-test/suite/innodb_undo/t/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/opt/mysql57/mysql-test/suite/innodb_undo/t/noop.test

#
# 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);

Man Man