[MDEV-26948] MariaDB 10.2.10 does not write create temporary table into binary log in mixed mode Created: 2021-11-01 Updated: 2021-11-02 Resolved: 2021-11-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.2.10 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Luke | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | replication, temporary-table-replication | ||
| Environment: |
centos 6.10 |
||
| Issue Links: |
|
||||||||
| Description |
|
MariaDB 10.2.10 does not write create temporary tables into the binary log when using mixed mode. How to repeat:
but what is wired is it does write in the following create index statement into the binary log, which causes our replication break.
I tried this in MariaDB 10.2.40 and community version 5.7.30, both do not have this error happen. |
| Comments |
| Comment by Alice Sherepa [ 2021-11-02 ] |
|
Yes, that's right, the bug was fixed in 10.2.17 ( |