Bug #61921 writeTraxInBinlog should be writeTranxInBinlog in semisync_master.cc
Submitted: 20 Jul 2011 2:32 Modified: 12 Sep 2011 8:49
Reporter: seaman ning Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Replication Severity:S3 (Non-critical)
Version:5.5.14 OS:Any
Assigned to: CPU Architecture:Any
Tags: semisync

[20 Jul 2011 2:32] seaman ning
Description:
in semisync_master.cc line 318:

318  *  . writeTraxInBinlog(): called by the transaction thread when it finishes
319  *                         writing all transaction events in binlog.

the writeTraxInBinlog should by writeTranxInBinlog

How to repeat:
see source code plugin/semisync/semisync_master.cc line 318

Suggested fix:
in semisync_master.cc line 318:

318  *  . writeTraxInBinlog(): called by the transaction thread when it finishes
319  *                         writing all transaction events in binlog.

the writeTraxInBinlog should by writeTranxInBinlog
[20 Jul 2011 5:13] Valeriy Kravchuk
Verified by code review with current mysql-5.5 from bzr.
[12 Sep 2011 8:49] Jon Stephens
Fixed in 5.5.17/5.6.4.

No user-facing changes to document.

Closed.