[MDEV-11871] Test mysqlbinlog.test fails with warnings "bytes lost" Created: 2017-01-22 Updated: 2017-01-29 Resolved: 2017-01-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Affects Version/s: | 10.2 |
| Fix Version/s: | 10.2.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | 10.2-rc | ||
| Description |
|
The problem appeared in 10.2 tree with the flashback commit
|
| Comments |
| Comment by Elena Stepanova [ 2017-01-22 ] |
|
plinux, FYI. Whoever can fix it, please do it. |
| Comment by Andrii Nikitin (Inactive) [ 2017-01-23 ] |
|
I believe this should be fixed by moving "delete_dynamic(&binlog_events);" into cleanup() |
| Comment by Lixun Peng [ 2017-01-23 ] |
|
anikitin Yes, you're right. When parsing an event failed, the delete_dynamic(&binlog_events) will not be called. |
| Comment by Lixun Peng [ 2017-01-24 ] |
|
Hi Monty, Could you please help me to review this fix? Pull Request: https://github.com/MariaDB/server/pull/296 |
| Comment by Sergei Golubchik [ 2017-01-29 ] |
|
Already fixed in 64b5e94236e |