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:
@ -350,4 +350,5 @@ SELECT * FROM t1;
|
||||
a b
|
||||
1 root@localhost
|
||||
DROP DATABASE mysqltest1;
|
||||
DROP USER untrusted@localhost;
|
||||
End of 5.1 tests
|
||||
|
Reference in New Issue
Block a user