[MDEV-24976] MYSQL_BIN_LOG::write_transaction_to_binlog - need_unlog detection loop is executed only once Created: 2021-02-25 Updated: 2023-05-17 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 10.4, 10.5 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Yury Chaikou | Assignee: | Andrei Elkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Looks like this break should be executed only when the condition is met, otherwise we will exit the loop after the first iteration. /sql/log.cc - MYSQL_BIN_LOG::write_transaction_to_binlog
|