summaryrefslogtreecommitdiff
path: root/mysql-test/main/temp_table.result
diff options
context:
space:
mode:
authorAnel Husakovic <anel@mariadb.org>2022-07-16 13:32:37 +0200
committerAnel Husakovic <anel@mariadb.org>2022-07-16 13:32:37 +0200
commit243f33bc25ac50b298bc5f5c8ae15c6facc2d70d (patch)
treee8427daa74d82ec39ed04bb561a20ecb53d502dc /mysql-test/main/temp_table.result
parent18bb37d7e5b9b723729f59659a4d5a7ee2b7d97c (diff)
downloadmariadb-git-243f33bc25ac50b298bc5f5c8ae15c6facc2d70d.tar.gz
MDEV-28332: Alter on temporary table causes ER_TABLE_EXISTS_ERROR note
- Additionally update comments Reviewed by: <monty@mariadb.org>
Diffstat (limited to 'mysql-test/main/temp_table.result')
-rw-r--r--mysql-test/main/temp_table.result2
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/main/temp_table.result b/mysql-test/main/temp_table.result
index 97ef065dcc6..ff8156f9ace 100644
--- a/mysql-test/main/temp_table.result
+++ b/mysql-test/main/temp_table.result
@@ -60,8 +60,6 @@ a b
5 f
6 g
alter table t2 add primary key (a,b);
-Warnings:
-Note 1050 Table 't2' already exists
drop table t1,t2;
select * from t1;
c d