[MDEV-20091] DROP TEMPORARY table is logged despite no CREATE was logged Created: 2019-07-18 Updated: 2020-08-25 Resolved: 2019-07-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.1, 10.2, 10.3, 10.4 |
| Fix Version/s: | 10.2.26, 10.1.41, 10.3.17, 10.4.7 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Andrei Elkin | Assignee: | Sujatha Sivakumar (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | temporary-table-replication | ||
| Issue Links: |
|
||||||||
| Description |
|
commit c4bb7cd6dcd83a8c1dc15794d51cfacd10980855 Fix for 'added code for not logging DROP TEMPORARY TABLE for tables where the CREATE TABLE was not logged. ' However the DROP query gets logged into binary log despite the fact of no CREATE was logged.
The connection close also create the DROP event in binlog. |
| Comments |
| Comment by Sujatha Sivakumar (Inactive) [ 2019-07-25 ] |
|
Fix has been pushed to 10.1.41 version. The patch is different in 10.2+ versions. 10.3 patch: https://github.com/MariaDB/server/commit/b218a17cd1bcae4f6fbe66f4f1bce5527cf55b07 10.4 patch: https://github.com/MariaDB/server/commit/a6bef8ea0737ee2286afdc30c60e3bb9004489de |