Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
e4e8cb3a
Commit
e4e8cb3a
authored
Nov 12, 2007
by
mats@kindahl-laptop.dnsalias.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG#31611 (Security risk with BINLOG statement):
Adding missing drop of user created for test case.
parent
6921dd01
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
mysql-test/r/mysqlbinlog.result
mysql-test/r/mysqlbinlog.result
+1
-0
mysql-test/t/mysqlbinlog.test
mysql-test/t/mysqlbinlog.test
+1
-0
No files found.
mysql-test/r/mysqlbinlog.result
View file @
e4e8cb3a
...
...
@@ -350,4 +350,5 @@ SELECT * FROM t1;
a b
1 root@localhost
DROP DATABASE mysqltest1;
DROP USER untrusted@localhost;
End of 5.1 tests
mysql-test/t/mysqlbinlog.test
View file @
e4e8cb3a
...
...
@@ -276,5 +276,6 @@ INSERT INTO t1 VALUES (1,USER());
SELECT
*
FROM
t1
;
connection
default
;
DROP
DATABASE
mysqltest1
;
DROP
USER
untrusted
@
localhost
;
--
echo
End
of
5.1
tests
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment