mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
ha_innodb.cc:
Return a value from innobase_repl_report_sent_binlog() sql/ha_innodb.cc: Return a value from innobase_repl_report_sent_binlog()
This commit is contained in:
parent
d00d1dd1fa
commit
40d0c3e6db
1 changed files with 2 additions and 0 deletions
|
@ -1904,6 +1904,8 @@ innobase_repl_report_sent_binlog(
|
|||
|
||||
pthread_cond_broadcast(&innobase_repl_cond);
|
||||
}
|
||||
|
||||
return(0);
|
||||
}
|
||||
#endif /* HAVE_REPLICATION */
|
||||
|
||||
|
|
Loading…
Reference in a new issue