summaryrefslogtreecommitdiff
path: root/mysql-test/t/grant.test
diff options
context:
space:
mode:
authorunknown <thek@adventure.(none)>2008-03-26 11:07:10 +0100
committerunknown <thek@adventure.(none)>2008-03-26 11:07:10 +0100
commit6df9a37d147260ce62dcbb7fac7634b6d6d21f98 (patch)
tree09cab07bc297c76bfb24b418dc7e2d5d3d061b1d /mysql-test/t/grant.test
parent001829914befbbaec672334b298d152fa8727060 (diff)
parenta3126bfc2ecdbe321ff05e5810e2eb6b631d02ca (diff)
downloadmariadb-git-6df9a37d147260ce62dcbb7fac7634b6d6d21f98.tar.gz
Merge adventure.(none):/home/thek/Development/cpp/bug33275/my50-bug33275
into adventure.(none):/home/thek/Development/cpp/bug33275/my51-bug33275 sql/sql_acl.cc: Auto merged mysql-test/r/grant.result: Manual merge mysql-test/t/grant.test: Manual merge
Diffstat (limited to 'mysql-test/t/grant.test')
-rw-r--r--mysql-test/t/grant.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/t/grant.test b/mysql-test/t/grant.test
index e540ce703a1..44e7945847c 100644
--- a/mysql-test/t/grant.test
+++ b/mysql-test/t/grant.test
@@ -1266,6 +1266,12 @@ DROP DATABASE db27878;
use test;
DROP TABLE t1;
+--echo #
+--echo # Bug#33275 Server crash when creating temporary table mysql.user
+--echo #
+CREATE TEMPORARY TABLE mysql.user (id INT);
+FLUSH PRIVILEGES;
+DROP TABLE mysql.user;
#
# Bug #33201 Crash occurs when granting update privilege on one column of a view
#