Current Path : /home/usr.opt/mysql57/mysql-test/suite/engines/funcs/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 |
Current File : //home/usr.opt/mysql57/mysql-test/suite/engines/funcs/t/tc_partition_reorg_divide_non_native.test |
# We use a separate test wrapper for engines not supporting native partitioning # since the test results will be different due to deprecation warnings. This test # wrapper be executed directly from MTR, and will include the core test setting # setting the ENGINE variable to be the default storage engine. --disable_warnings let $ENGINE=`SELECT variable_value FROM performance_schema.global_variables WHERE variable_name = 'DEFAULT_STORAGE_ENGINE'`; if ($ENGINE == "InnoDB") { skip Engines supporting native partitioning are not tested using this test wrapper; } --enable_warnings --source tc_partition_reorg_divide.test