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
361458c6
Commit
361458c6
authored
Jul 14, 2008
by
Sven Sandberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG#37975: wait_for_slave_* should increase the timeout
Post-push fixes: forgot to commit an updated result file.
parent
af598ecc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
mysql-test/suite/rpl_ndb/r/rpl_ndb_log.result
mysql-test/suite/rpl_ndb/r/rpl_ndb_log.result
+4
-8
No files found.
mysql-test/suite/rpl_ndb/r/rpl_ndb_log.result
View file @
361458c6
...
@@ -4,7 +4,7 @@ reset master;
...
@@ -4,7 +4,7 @@ reset master;
reset slave;
reset slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
start slave;
start slave;
stop slave;
include/stop_slave.inc
reset master;
reset master;
reset slave;
reset slave;
reset master;
reset master;
...
@@ -117,11 +117,7 @@ Aberdeen
...
@@ -117,11 +117,7 @@ Aberdeen
Abernathy
Abernathy
aberrant
aberrant
aberration
aberration
start slave;
include/start_slave.inc
let $result_pattern= '%127.0.0.1%root%master-bin.000002%slave-relay-bin.000005%Yes%Yes%0%0%None%' ;
--source include/wait_slave_status.inc
select * from t1 order by 1 asc;
select * from t1 order by 1 asc;
word
word
Aarhus
Aarhus
...
@@ -194,7 +190,8 @@ Abernathy
...
@@ -194,7 +190,8 @@ Abernathy
aberrant
aberrant
aberration
aberration
flush logs;
flush logs;
stop slave;
include/stop_slave.inc
include/start_slave.inc
create table t2 (n int)ENGINE=NDB;
create table t2 (n int)ENGINE=NDB;
insert into t2 values (1);
insert into t2 values (1);
show binlog events from <binlog_start>;
show binlog events from <binlog_start>;
...
@@ -230,7 +227,6 @@ show binary logs;
...
@@ -230,7 +227,6 @@ show binary logs;
Log_name File_size
Log_name File_size
master-bin.000001 1760
master-bin.000001 1760
master-bin.000002 623
master-bin.000002 623
start slave;
show binary logs;
show binary logs;
Log_name File_size
Log_name File_size
slave-bin.000001 1855
slave-bin.000001 1855
...
...
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