Commit 40d0c3e6 authored by unknown's avatar unknown
Browse files

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()
parent d00d1dd1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1904,6 +1904,8 @@ innobase_repl_report_sent_binlog(

                pthread_cond_broadcast(&innobase_repl_cond);
        }

	return(0);
}
#endif /* HAVE_REPLICATION */