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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
1e18d64d
Commit
1e18d64d
authored
Jan 30, 2001
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql sql/table.cc: Auto merged
parents
3a1fad21
6ad4e304
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
mysql-test/mysql-test-run.sh
mysql-test/mysql-test-run.sh
+1
-0
mysql-test/t/rpl000017-slave.sh
mysql-test/t/rpl000017-slave.sh
+2
-2
mysql-test/t/rpl000017.test
mysql-test/t/rpl000017.test
+2
-0
No files found.
mysql-test/mysql-test-run.sh
View file @
1e18d64d
...
...
@@ -392,6 +392,7 @@ start_slave()
master_info
=
"--master-user=root
\
--master-connect-retry=1
\
--master-host=127.0.0.1
\
--master-password=
\
--master-port=
$MASTER_MYPORT
\
--server-id=2"
else
...
...
mysql-test/t/rpl000017-slave.sh
View file @
1e18d64d
...
...
@@ -2,8 +2,8 @@ cat > $MYSQL_TEST_DIR/var/slave-data/master.info <<EOF
master-bin.001
4
127.0.0.1
r
oot
r
eplicate
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
9306
1
EOF
mysql-test/t/rpl000017.test
View file @
1e18d64d
...
...
@@ -2,6 +2,8 @@ connect (master,localhost,root,,test,0,mysql-master.sock);
connect
(
slave
,
localhost
,
root
,,
test
,
0
,
mysql
-
slave
.
sock
);
connection
master
;
reset
master
;
grant
file
on
*.*
to
replicate
@
localhost
identified
by
'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'
;
connection
slave
;
slave
start
;
connection
master
;
...
...
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