diff options
author | unknown <mats@kindahl-laptop.dnsalias.net> | 2007-11-12 11:29:55 +0100 |
---|---|---|
committer | unknown <mats@kindahl-laptop.dnsalias.net> | 2007-11-12 11:29:55 +0100 |
commit | c4f94b70bdaa26e9b8782771f079a2dc3c1594d6 (patch) | |
tree | 7ec47d9f4689623b29809a67bd972cd41ed1afaf /mysql-test/r/mysqlbinlog.result | |
parent | 10397af9c519b8238599a1ff9fed0d3e871c50e7 (diff) | |
download | mariadb-git-c4f94b70bdaa26e9b8782771f079a2dc3c1594d6.tar.gz |
BUG#31611 (Security risk with BINLOG statement):
Adding missing drop of user created for test case.
mysql-test/r/mysqlbinlog.result:
Result file change.
mysql-test/t/mysqlbinlog.test:
Dropping user that was added earlier in the test.
Diffstat (limited to 'mysql-test/r/mysqlbinlog.result')
-rw-r--r-- | mysql-test/r/mysqlbinlog.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/mysqlbinlog.result b/mysql-test/r/mysqlbinlog.result index 287fbd7e7f3..1deb9401aa1 100644 --- a/mysql-test/r/mysqlbinlog.result +++ b/mysql-test/r/mysqlbinlog.result @@ -350,4 +350,5 @@ SELECT * FROM t1; a b 1 root@localhost DROP DATABASE mysqltest1; +DROP USER untrusted@localhost; End of 5.1 tests |