[MXS-3458] Execution of PS fails when strict_sp_calls is enabled Created: 2021-03-25 Updated: 2021-08-19 Resolved: 2021-08-19 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | readwritesplit |
| Affects Version/s: | 2.3.20, 2.5.14 |
| Fix Version/s: | 6.2.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-138 |
| Description |
|
With strict_sp_calls=true prepared statements will fail due to them not being added to the session command history. A solution to this would be to route all session commands to all servers regardless of whether the session is locked to the master. |