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
1ebcd903
Commit
1ebcd903
authored
Apr 01, 2005
by
jimw@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the new ps_grant test to clean itself up properly.
parent
aa4f3522
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
mysql-test/r/ps_grant.result
mysql-test/r/ps_grant.result
+0
-1
mysql-test/t/ps_grant.test
mysql-test/t/ps_grant.test
+0
-1
No files found.
mysql-test/r/ps_grant.result
View file @
1ebcd903
...
...
@@ -78,5 +78,4 @@ drop user second_user@localhost ;
commit ;
show grants for second_user@localhost ;
ERROR 42000: There is no such grant defined for user 'second_user' on host 'localhost'
drop table t1,t9 ;
drop database mysqltest;
mysql-test/t/ps_grant.test
View file @
1ebcd903
...
...
@@ -114,7 +114,6 @@ commit ;
--
error
1141
show
grants
for
second_user
@
localhost
;
drop
table
t1
,
t9
;
drop
database
mysqltest
;
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