Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.0.8
-
Fix Version/s: 10.0.10
-
Component/s: None
-
Labels:None
Description
The test rpl.rpl_row_create_table seems to fail in prepared statement mode
perl mysql-test-run.pl --ps-protocol rpl.rpl_row_create_table
Seen in Buildbot, for example (link will expire eventually):
https://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2/builds/1724/steps/test_7/logs/stdio
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Here is an excerpt from this rpl_row_create_table test case, where the failure actually happens:
When the statements are executed normally, the last create is not written to the binary log:
But when the last create is executed as a prepared statement, it is written to the binlog as is, and since the slave does not know anything about temporary table t7, replication fails: