summaryrefslogtreecommitdiff
path: root/mysql-test/r/create_select_tmp.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/create_select_tmp.result')
-rw-r--r--mysql-test/r/create_select_tmp.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/create_select_tmp.result b/mysql-test/r/create_select_tmp.result
index b99bf3e3591..668547bcff9 100644
--- a/mysql-test/r/create_select_tmp.result
+++ b/mysql-test/r/create_select_tmp.result
@@ -17,3 +17,4 @@ CREATE TEMPORARY TABLE t2 ( PRIMARY KEY (a) ) ENGINE=MYISAM SELECT a FROM t1;
ERROR 23000: Duplicate entry '1' for key 1
select * from t2;
ERROR 42S02: Table 'test.t2' doesn't exist
+drop table t1;