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
3b81549d
Commit
3b81549d
authored
Aug 24, 2002
by
monty@mashka.mysql.fi
Browse files
Options
Browse Files
Download
Plain Diff
merge with 3.23
parents
d49bf802
b8bf46ca
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
9 deletions
+14
-9
.bzrignore
.bzrignore
+9
-9
mysql-test/r/rpl_rotate_logs.result
mysql-test/r/rpl_rotate_logs.result
+0
-0
mysql-test/t/rpl000018.test
mysql-test/t/rpl000018.test
+5
-0
mysql-test/t/rpl_rotate_logs-master.opt
mysql-test/t/rpl_rotate_logs-master.opt
+0
-0
mysql-test/t/rpl_rotate_logs-slave-master-info.opt
mysql-test/t/rpl_rotate_logs-slave-master-info.opt
+0
-0
mysql-test/t/rpl_rotate_logs-slave.sh
mysql-test/t/rpl_rotate_logs-slave.sh
+0
-0
mysql-test/t/rpl_rotate_logs.test
mysql-test/t/rpl_rotate_logs.test
+0
-0
No files found.
.bzrignore
View file @
3b81549d
...
...
@@ -284,6 +284,7 @@ libmysqld/password.c
libmysqld/procedure.cc
libmysqld/records.cc
libmysqld/repl_failsafe.cc
libmysqld/set_var.cc
libmysqld/simple-test
libmysqld/slave.cc
libmysqld/sql_acl.cc
...
...
@@ -357,6 +358,8 @@ myisam/myisamlog
myisam/myisampack
myisam/test1.MYD
myisam/test1.MYI
myisam/test2.MYD
myisam/test2.MYI
mysql-4.0.2-alpha-pc-linux-gnu-i686.tar.gz
mysql-4.0.2-alpha.tar.gz
mysql-max-4.0.2-alpha-pc-linux-gnu-i686.tar.gz
...
...
@@ -424,6 +427,12 @@ sql-bench/copy-db
sql-bench/crash-me
sql-bench/gif/*
sql-bench/graph-compare-results
sql-bench/innotest1
sql-bench/innotest1a
sql-bench/innotest1b
sql-bench/innotest2
sql-bench/innotest2a
sql-bench/innotest2b
sql-bench/output/*
sql-bench/run-all-tests
sql-bench/server-cfg
...
...
@@ -485,12 +494,3 @@ vio/test-ssl
vio/test-sslclient
vio/test-sslserver
vio/viotest-ssl
sql-bench/innotest1
sql-bench/innotest1a
sql-bench/innotest1b
sql-bench/innotest2
sql-bench/innotest2a
sql-bench/innotest2b
myisam/test2.MYD
myisam/test2.MYI
libmysqld/set_var.cc
mysql-test/r/rpl
000016
.result
→
mysql-test/r/rpl
_rotate_logs
.result
View file @
3b81549d
File moved
mysql-test/t/rpl000018.test
View file @
3b81549d
#
# Running test with abort-slave-event-count=1
# This will force slave to reconnect after every event
#
require_manager
;
connect
(
master
,
localhost
,
root
,,
test
,
0
,
master
.
sock
);
connect
(
slave
,
localhost
,
root
,,
test
,
0
,
slave
.
sock
);
...
...
mysql-test/t/rpl
000016
-master.opt
→
mysql-test/t/rpl
_rotate_logs
-master.opt
View file @
3b81549d
File moved
mysql-test/t/rpl
000016
-slave-master-info.opt
→
mysql-test/t/rpl
_rotate_logs
-slave-master-info.opt
View file @
3b81549d
File moved
mysql-test/t/rpl
000016
-slave.sh
→
mysql-test/t/rpl
_rotate_logs
-slave.sh
View file @
3b81549d
File moved
mysql-test/t/rpl
000016
.test
→
mysql-test/t/rpl
_rotate_logs
.test
View file @
3b81549d
File moved
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