1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

BUG#31611 (Security risk with BINLOG statement):

Adding missing drop of user created for test case.
This commit is contained in:
mats@kindahl-laptop.dnsalias.net
2007-11-12 11:29:55 +01:00
parent 6921dd0156
commit e4e8cb3a90
2 changed files with 2 additions and 0 deletions

View File

@ -350,4 +350,5 @@ SELECT * FROM t1;
a b
1 root@localhost
DROP DATABASE mysqltest1;
DROP USER untrusted@localhost;
End of 5.1 tests