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
4a83fca1
Commit
4a83fca1
authored
Jun 13, 2003
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge rurik.mysql.com:/home/igor/mysql-4.1
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
parents
01b44b97
41485cf9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
mysql-test/r/connect.result
mysql-test/r/connect.result
+2
-0
mysql-test/t/connect.test
mysql-test/t/connect.test
+5
-0
mysql-test/t/rpl_temporary.test
mysql-test/t/rpl_temporary.test
+1
-3
No files found.
mysql-test/r/connect.result
View file @
4a83fca1
...
@@ -44,3 +44,5 @@ tables_priv
...
@@ -44,3 +44,5 @@ tables_priv
user
user
show tables;
show tables;
Tables_in_test
Tables_in_test
delete from mysql.user where user="test";
flush privileges;
mysql-test/t/connect.test
View file @
4a83fca1
...
@@ -62,3 +62,8 @@ show tables;
...
@@ -62,3 +62,8 @@ show tables;
#--error 1045
#--error 1045
#connect (con1,localhost,test,zorro,);
#connect (con1,localhost,test,zorro,);
#--error 1045
#--error 1045
# remove user 'test' so that other tests which may use 'test'
# do not depend on this test.
delete
from
mysql
.
user
where
user
=
"test"
;
flush
privileges
;
mysql-test/t/rpl_temporary.test
View file @
4a83fca1
...
@@ -19,9 +19,7 @@ connection master;
...
@@ -19,9 +19,7 @@ connection master;
connect
(
con1
,
localhost
,
root
,,);
connect
(
con1
,
localhost
,
root
,,);
connect
(
con2
,
localhost
,
root
,,);
connect
(
con2
,
localhost
,
root
,,);
# user 'boo' does not exist, because we want to be ''@localhost or ''@127.0.0.1
connect
(
con3
,
localhost
,,,);
# (using user 'test' conflicts with what connect.test does).
connect
(
con3
,
localhost
,
boo
,,);
# We are going to use SET PSEUDO_THREAD_ID in this test;
# We are going to use SET PSEUDO_THREAD_ID in this test;
# check that it requires the SUPER privilege.
# check that it requires the SUPER privilege.
...
...
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