When running in MIXED mode, automatic
switching from statement-based to row-based replication takes
place under the following conditions:
When a DML statement updates an NDB table
When a function contains UUID()
When 2 or more tables with AUTO_INCREMENT
columns are updated
When any INSERT DELAYED is executed
When the body of a view requires row-based replication, the
statement creating the view also uses it — for
example, this occurs when the statement creating a view uses
the UUID() function
When a call to a UDF is involved.

User Comments
Add your own comment.