diff options
author | unknown <thek@adventure.(none)> | 2008-03-26 14:03:01 +0100 |
---|---|---|
committer | unknown <thek@adventure.(none)> | 2008-03-26 14:03:01 +0100 |
commit | 9a9f477ec0fa810045b35514fced68bfb4b18a6c (patch) | |
tree | 51ca8804a3656136d905099e53de647a30ef21c1 /mysql-test/r/grant.result | |
parent | 11bf693034ef4c59b983a28ce75dd649c10eb522 (diff) | |
download | mariadb-git-9a9f477ec0fa810045b35514fced68bfb4b18a6c.tar.gz |
Corrected result-file merge error.
Diffstat (limited to 'mysql-test/r/grant.result')
-rw-r--r-- | mysql-test/r/grant.result | 6 |
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' |