Current Path : /usr/opt/mysql57/mysql-test/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/t/lowercase_mixed_tmpdir.test |
--source include/have_case_sensitive_file_system.inc --source include/have_lowercase1.inc --disable_warnings drop table if exists t1; --enable_warnings create table t1 (id int); insert into t1 values (1); create temporary table t2 select * from t1; drop temporary table t2; drop table t1;