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
6c8f5476
Commit
6c8f5476
authored
May 12, 2007
by
evgen@moonbone.local
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
grant.result, grant.test:
Corrected test case for the bug#27878.
parent
9a427d8d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/r/grant.result
mysql-test/r/grant.result
+1
-1
mysql-test/t/grant.test
mysql-test/t/grant.test
+1
-1
No files found.
mysql-test/r/grant.result
View file @
6c8f5476
...
@@ -1121,7 +1121,7 @@ SELECT * FROM test.t1;
...
@@ -1121,7 +1121,7 @@ SELECT * FROM test.t1;
f1 f2
f1 f2
1 1
1 1
2 2
2 2
DROP
VIEW v1
;
DROP
DATABASE db27878
;
use test;
use test;
DROP TABLE t1;
DROP TABLE t1;
End of 5.0 tests
End of 5.0 tests
mysql-test/t/grant.test
View file @
6c8f5476
...
@@ -1144,7 +1144,7 @@ UPDATE v1 SET f2 = 4;
...
@@ -1144,7 +1144,7 @@ UPDATE v1 SET f2 = 4;
SELECT
*
FROM
test
.
t1
;
SELECT
*
FROM
test
.
t1
;
disconnect
user1
;
disconnect
user1
;
connection
default
;
connection
default
;
DROP
VIEW
v1
;
DROP
DATABASE
db27878
;
use
test
;
use
test
;
DROP
TABLE
t1
;
DROP
TABLE
t1
;
...
...
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