初版
This commit is contained in:
12
build/lib/mysql/mysql-test/t/lowercase_mixed_tmpdir.test
Normal file
12
build/lib/mysql/mysql-test/t/lowercase_mixed_tmpdir.test
Normal file
@@ -0,0 +1,12 @@
|
||||
--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) engine=myisam;
|
||||
insert into t1 values (1);
|
||||
create temporary table t2 select * from t1;
|
||||
drop temporary table t2;
|
||||
drop table t1;
|
||||
Reference in New Issue
Block a user