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
09725280
Commit
09725280
authored
Sep 06, 2002
by
peter@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/home/pz/mysql/mysql-4.0-root
into mysql.com:/home/pz/mysql/mysql-4.0
parents
c29fa93f
38f93584
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
30 additions
and
0 deletions
+30
-0
mysql-test/t/rpl_flush_log_loop-master.opt
mysql-test/t/rpl_flush_log_loop-master.opt
+1
-0
mysql-test/t/rpl_flush_log_loop-master.sh
mysql-test/t/rpl_flush_log_loop-master.sh
+5
-0
mysql-test/t/rpl_flush_log_loop-slave.opt
mysql-test/t/rpl_flush_log_loop-slave.opt
+1
-0
mysql-test/t/rpl_flush_log_loop-slave.sh
mysql-test/t/rpl_flush_log_loop-slave.sh
+4
-0
mysql-test/t/rpl_flush_log_loop.test
mysql-test/t/rpl_flush_log_loop.test
+19
-0
No files found.
mysql-test/t/rpl_flush_log_loop-master.opt
0 → 100644
View file @
09725280
--server_id=1 --log-bin
mysql-test/t/rpl_flush_log_loop-master.sh
0 → 100755
View file @
09725280
rm
-f
$MYSQL_TEST_DIR
/var/slave-data/
*
-bin
.
*
rm
-f
$MYSQL_TEST_DIR
/var/slave-data/master.info
rm
-f
$MYSQL_TEST_DIR
/var/slave-data/
*
.index
mysql-test/t/rpl_flush_log_loop-slave.opt
0 → 100644
View file @
09725280
--server_id=2 --log-bin
mysql-test/t/rpl_flush_log_loop-slave.sh
0 → 100755
View file @
09725280
rm
-f
$MYSQL_TEST_DIR
/var/master-data/master.info
rm
-f
$MYSQL_TEST_DIR
/var/master-data/
*
-bin
.
*
rm
-f
$MYSQL_TEST_DIR
/var/master-data/
*
.index
mysql-test/t/rpl_flush_log_loop.test
0 → 100644
View file @
09725280
# Testing if "flush logs" command bouncing resulting in logs created in a loop
# in case of bi-directional replication
source
include
/
master
-
slave
.
inc
connection
slave
;
eval
change
master
to
master_host
=
'127.0.0.1'
,
master_user
=
'root'
,
master_password
=
''
,
master_port
=
$MASTER_MYPORT
;
slave
start
;
connection
master
;
slave
stop
;
eval
change
master
to
master_host
=
'127.0.0.1'
,
master_user
=
'root'
,
master_password
=
''
,
master_port
=
$SLAVE_MYPORT
;
slave
start
;
flush
logs
;
sleep
5
;
show
slave
status
;
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