Skip to content

Commit

Permalink
Merge 10.0 into 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Feb 9, 2017
2 parents 0340067 + 6011fb6 commit ef065db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion storage/innobase/srv/srv0srv.cc
Expand Up @@ -900,7 +900,7 @@ srv_suspend_thread(
@return whether the wait timed out */
static
bool
srv_resume_thread(srv_slot_t* slot, int64_t sig_count = 0, bool wait = true,
srv_resume_thread(srv_slot_t* slot, ib_int64_t sig_count = 0, bool wait = true,
ulint timeout_usec = 0)
{
bool timeout;
Expand Down
2 changes: 1 addition & 1 deletion storage/xtradb/srv/srv0srv.cc
Expand Up @@ -1058,7 +1058,7 @@ srv_suspend_thread(
@return whether the wait timed out */
static
bool
srv_resume_thread(srv_slot_t* slot, int64_t sig_count = 0, bool wait = true,
srv_resume_thread(srv_slot_t* slot, ib_int64_t sig_count = 0, bool wait = true,
ulint timeout_usec = 0)
{
bool timeout;
Expand Down

0 comments on commit ef065db

Please sign in to comment.