From 06eaf7232e9a920468c0f8d74dcf2fe8b555501c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 14:24:36 +0200 Subject: Adding upstream version 1:10.11.6. Signed-off-by: Daniel Baumann --- mysql-test/main/lowercase_mixed_tmpdir.result | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mysql-test/main/lowercase_mixed_tmpdir.result (limited to 'mysql-test/main/lowercase_mixed_tmpdir.result') diff --git a/mysql-test/main/lowercase_mixed_tmpdir.result b/mysql-test/main/lowercase_mixed_tmpdir.result new file mode 100644 index 00000000..e11b5e4c --- /dev/null +++ b/mysql-test/main/lowercase_mixed_tmpdir.result @@ -0,0 +1,6 @@ +drop table if exists t1; +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; -- cgit v1.2.3