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
926d86db
Commit
926d86db
authored
Jun 17, 2003
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge gbichot@213.136.52.20:/home/bk/mysql-4.0
into mysql.com:/home/mysql_src/mysql-4.0
parents
ad5c763e
800bbfa0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
mysql-test/mysql-test-run.sh
mysql-test/mysql-test-run.sh
+3
-1
mysql-test/t/rpl_rotate_logs.test
mysql-test/t/rpl_rotate_logs.test
+0
-3
No files found.
mysql-test/mysql-test-run.sh
View file @
926d86db
...
@@ -569,7 +569,9 @@ error () {
...
@@ -569,7 +569,9 @@ error () {
}
}
error_is
()
{
error_is
()
{
$CAT
<
$TIMEFILE
|
$SED
-e
's/.* At line \(.*\)\: \(.*\)/ \>\> Error at line \1: \2<\</'
|
$HEAD
-1
$ECHO
"Errors are (from
$TIMEFILE
) :"
$CAT
<
$TIMEFILE
$ECHO
"(the last line(s) may be the ones that caused the die() in mysqltest)"
}
}
prefix_to_8
()
{
prefix_to_8
()
{
...
...
mysql-test/t/rpl_rotate_logs.test
View file @
926d86db
...
@@ -73,12 +73,9 @@ insert into t2 values(1234);
...
@@ -73,12 +73,9 @@ insert into t2 values(1234);
#same value on the master
#same value on the master
connection
master
;
connection
master
;
save_master_pos
;
set
insert_id
=
1234
;
set
insert_id
=
1234
;
insert
into
t2
values
(
NULL
);
insert
into
t2
values
(
NULL
);
connection
slave
;
connection
slave
;
sync_with_master
;
wait_for_slave_to_stop
;
wait_for_slave_to_stop
;
#restart slave skipping one event
#restart slave skipping one event
...
...
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