mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 23:35:32 +02:00
BUG#12818224: 61921: WRITETRAXINBINLOG SHOULD BE WRITETRANXINBINLOG
IN SEMISYNC_MASTER.CC Fixing typo: writeTraxInBinlog() => writeTranxInBinlog() . Additionally, fixed identation.
This commit is contained in:
parent
74e7990a96
commit
c77928b473
1 changed files with 9 additions and 9 deletions
|
|
@ -312,18 +312,18 @@ int ActiveTranx::clear_active_tranx_nodes(const char *log_file_name,
|
|||
* The most important functions during semi-syn replication listed:
|
||||
*
|
||||
* Master:
|
||||
* . reportReplyBinlog(): called by the binlog dump thread when it receives
|
||||
* the slave's status information.
|
||||
* . updateSyncHeader(): based on transaction waiting information, decide
|
||||
* whether to request the slave to reply.
|
||||
* . writeTraxInBinlog(): called by the transaction thread when it finishes
|
||||
* writing all transaction events in binlog.
|
||||
* . commitTrx(): transaction thread wait for the slave reply.
|
||||
* . reportReplyBinlog(): called by the binlog dump thread when it receives
|
||||
* the slave's status information.
|
||||
* . updateSyncHeader(): based on transaction waiting information, decide
|
||||
* whether to request the slave to reply.
|
||||
* . writeTranxInBinlog(): called by the transaction thread when it finishes
|
||||
* writing all transaction events in binlog.
|
||||
* . commitTrx(): transaction thread wait for the slave reply.
|
||||
*
|
||||
* Slave:
|
||||
* . slaveReadSyncHeader(): read the semi-sync header from the master, get the
|
||||
* sync status and get the payload for events.
|
||||
* . slaveReply(): reply to the master about the replication progress.
|
||||
* sync status and get the payload for events.
|
||||
* . slaveReply(): reply to the master about the replication progress.
|
||||
*
|
||||
******************************************************************************/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue