[MXS-3338] Last statement in read-only transaction doesn't trigger transaction replay Created: 2020-12-14 Updated: 2020-12-15 Resolved: 2020-12-14 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | readwritesplit |
| Affects Version/s: | 2.5.5 |
| Fix Version/s: | 2.5.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The last statement of a read-only transaction (i.e. the COMMIT) isn't executed as a part of the read-only transaction which prevents it from being included in the transaction. If the statement fails, it will be replayed as a normal statement. |