summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <thek@adventure.(none)>2008-03-26 14:03:01 +0100
committerunknown <thek@adventure.(none)>2008-03-26 14:03:01 +0100
commit266fc6121b15f868e16ec5aa42f277673efff684 (patch)
tree51ca8804a3656136d905099e53de647a30ef21c1
parent6df9a37d147260ce62dcbb7fac7634b6d6d21f98 (diff)
downloadmariadb-git-266fc6121b15f868e16ec5aa42f277673efff684.tar.gz
Corrected result-file merge error.
-rw-r--r--mysql-test/r/grant.result6
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/r/grant.result b/mysql-test/r/grant.result
index c157e1d4706..b91f2016a9e 100644
--- a/mysql-test/r/grant.result
+++ b/mysql-test/r/grant.result
@@ -1218,6 +1218,12 @@ DROP USER mysqltest_1@localhost;
DROP DATABASE db27878;
use test;
DROP TABLE t1;
+#
+# Bug#33275 Server crash when creating temporary table mysql.user
+#
+CREATE TEMPORARY TABLE mysql.user (id INT);
+FLUSH PRIVILEGES;
+DROP TABLE mysql.user;
drop table if exists test;
Warnings:
Note 1051 Unknown table 'test'