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
ed698cf5
Commit
ed698cf5
authored
Feb 04, 2008
by
mkindahl@dl145h.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes to make rpl_user test pass in pushbuild.
parent
1ab703f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
mysql-test/t/rpl_user.test
mysql-test/t/rpl_user.test
+9
-3
No files found.
mysql-test/t/rpl_user.test
View file @
ed698cf5
...
@@ -2,13 +2,19 @@
...
@@ -2,13 +2,19 @@
--
source
include
/
master
-
slave
.
inc
--
source
include
/
master
-
slave
.
inc
reset
master
;
#
#
# remove all users will be used in the test
# remove all users will be used in the test
#
#
connection
master
;
set
sql_log_bin
=
0
;
delete
from
mysql
.
user
where
Host
=
'fakehost'
;
delete
from
mysql
.
user
where
Host
=
'fakehost'
;
sync_slave_with_master
;
set
sql_log_bin
=
1
;
connection
slave
;
set
sql_log_bin
=
0
;
delete
from
mysql
.
user
where
Host
=
'fakehost'
;
set
sql_log_bin
=
1
;
#
#
# Test create user
# Test create user
...
...
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