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
d9f1abe9
Commit
d9f1abe9
authored
Mar 13, 2010
by
Davi Arnaut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Post-merge fix: remove unnecessary flush privileges.
parent
91223c4d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
mysql-test/r/plugin_not_embedded.result
mysql-test/r/plugin_not_embedded.result
+0
-1
mysql-test/t/plugin_not_embedded.test
mysql-test/t/plugin_not_embedded.test
+0
-1
No files found.
mysql-test/r/plugin_not_embedded.result
View file @
d9f1abe9
...
...
@@ -6,6 +6,5 @@ INSTALL PLUGIN example SONAME 'ha_example.so';
UNINSTALL PLUGIN example;
ERROR 42000: DELETE command denied to user 'bug51770'@'localhost' for table 'plugin'
GRANT DELETE ON mysql.plugin TO bug51770@localhost;
FLUSH PRIVILEGES;
UNINSTALL PLUGIN example;
DROP USER bug51770@localhost;
mysql-test/t/plugin_not_embedded.test
View file @
d9f1abe9
...
...
@@ -12,7 +12,6 @@ eval INSTALL PLUGIN example SONAME $HA_EXAMPLE_SO;
UNINSTALL
PLUGIN
example
;
connection
default
;
GRANT
DELETE
ON
mysql
.
plugin
TO
bug51770
@
localhost
;
FLUSH
PRIVILEGES
;
connection
con1
;
UNINSTALL
PLUGIN
example
;
disconnect
con1
;
...
...
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