Bug #48230 slave_exec_mode is ignored by NDB
Submitted: 22 Oct 2009 13:25 Modified: 5 Nov 2009 14:32
Reporter: Andrew Hutchings Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: Jon Stephens CPU Architecture:Any

[22 Oct 2009 13:25] Andrew Hutchings
Description:
The slave_exec_mode is ignored by the NDB engine, it is hard coded as IDEMPOTENT and should probably be documented as such in the slave_exec_mode explanation and the cluster replication documentation.

How to repeat:
Look at the source for log_event.cc, especially functions such as:

Write_rows_log_event::do_before_row_operations()

Suggested fix:
Change docs for slave_exec_mode and cluster replication
[5 Nov 2009 14:32] Jon Stephens
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release.

If necessary, you can access the source repository and build the latest available version, including the bug fix. More information about accessing the source trees is available at

    http://dev.mysql.com/doc/en/installing-source.html