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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
49ce7daa
Commit
49ce7daa
authored
Nov 15, 2010
by
Magnus Blåudd
Browse files
Options
Browse Files
Download
Plain Diff
Merge 5.5-bug58195 -> 5.5-mtr
parents
e012532a
a557a661
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
client/mysqltest.cc
client/mysqltest.cc
+2
-2
No files found.
client/mysqltest.cc
View file @
49ce7daa
...
...
@@ -4243,7 +4243,7 @@ int do_save_master_pos()
const
char
latest_applied_binlog_epoch_str
[]
=
"latest_applied_binlog_epoch="
;
if
(
count
)
sleep
(
1
);
my_sleep
(
100
*
1000
);
/* 100ms */
if
(
mysql_query
(
mysql
,
query
=
"show engine ndb status"
))
die
(
"failed in '%s': %d %s"
,
query
,
mysql_errno
(
mysql
),
mysql_error
(
mysql
));
...
...
@@ -4332,7 +4332,7 @@ int do_save_master_pos()
count
++
;
if
(
latest_handled_binlog_epoch
>=
start_epoch
)
do_continue
=
0
;
else
if
(
count
>
30
)
else
if
(
count
>
30
0
)
/* 30s */
{
break
;
}
...
...
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