Current Path : /usr/opt/mysql57/mysql-test/suite/innodb_fts/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 : //usr/opt/mysql57/mysql-test/suite/innodb_fts/t/tablespace_location_error.test |
--source include/have_debug.inc --source include/have_innodb.inc --echo # Test with file_per_table --source ../include/tablespace_location_error.inc CREATE TABLESPACE s_def ADD DATAFILE 's_def.ibd'; --let $MYSQLD_DATADIR = `select @@datadir` --let $INNODB_PAGE_SIZE = `select @@innodb_page_size` --source suite/innodb/include/show_i_s_tablespaces.inc --echo # Test with TABLESPACE --let $EXTRA_PARAMS=TABLESPACE=s_def --source ../include/tablespace_location_error.inc DROP TABLESPACE s_def;