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
ac8f9d38
Commit
ac8f9d38
authored
Jul 05, 2005
by
jimw@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix test cases
parent
c45f86a2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
mysql-test/r/grant.result
mysql-test/r/grant.result
+2
-1
mysql-test/r/query_cache.result
mysql-test/r/query_cache.result
+0
-1
mysql-test/t/grant.test
mysql-test/t/grant.test
+2
-1
No files found.
mysql-test/r/grant.result
View file @
ac8f9d38
...
...
@@ -436,6 +436,7 @@ revoke all privileges on mysqltest.t1 from mysqltest_1@localhost;
delete from mysql.user where user=_binary'mysqltest_1';
drop database mysqltest;
use mysql;
insert into tables_priv values ('','
mysqltest_1','test_table','test_grantor','
',CURRENT_TIMESTAMP,'Select','Select');
insert into tables_priv values ('','
test_db','mysqltest_1','test_table','test_grantor
',CURRENT_TIMESTAMP,'Select','Select');
flush privileges;
delete from tables_priv where host = '' and user = 'mysqltest_1';
flush privileges;
mysql-test/r/query_cache.result
View file @
ac8f9d38
...
...
@@ -1057,6 +1057,5 @@ Qcache_inserts 2
show status like "Qcache_hits";
Variable_name Value
Qcache_hits 1
drop table t1;
set GLOBAL query_cache_size=0;
mysql-test/t/grant.test
View file @
ac8f9d38
...
...
@@ -397,6 +397,7 @@ drop database mysqltest;
#
connection default;
use mysql;
insert into tables_priv values ('','
mysqltest_1
','
test_table
','
test_grantor
','
',CURRENT_TIMESTAMP,'
Select
','
Select
');
insert into tables_priv values ('','
test_db
','
mysqltest_1
','
test_table
','
test_grantor
',CURRENT_TIMESTAMP,'
Select
','
Select
');
flush privileges;
delete from tables_priv where host = '' and user = '
mysqltest_1
'
;
flush
privileges
;
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