mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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
|
a b
|
||||||
1 root@localhost
|
1 root@localhost
|
||||||
DROP DATABASE mysqltest1;
|
DROP DATABASE mysqltest1;
|
||||||
|
DROP USER untrusted@localhost;
|
||||||
End of 5.1 tests
|
End of 5.1 tests
|
||||||
|
@ -276,5 +276,6 @@ INSERT INTO t1 VALUES (1,USER());
|
|||||||
SELECT * FROM t1;
|
SELECT * FROM t1;
|
||||||
connection default;
|
connection default;
|
||||||
DROP DATABASE mysqltest1;
|
DROP DATABASE mysqltest1;
|
||||||
|
DROP USER untrusted@localhost;
|
||||||
|
|
||||||
--echo End of 5.1 tests
|
--echo End of 5.1 tests
|
||||||
|
Reference in New Issue
Block a user