[MXS-4860] Include regular errors in call command response object. Created: 2023-11-14 Updated: 2023-12-18 Resolved: 2023-12-18 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | None |
| Fix Version/s: | 24.02.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Johan Wikman | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-196, MXS-SPRINT-197 |
| Description |
|
Regular errors, .i.e those logged using MXS_ERROR, are currently not included in the response object returned by call commands. That's mostly ok as call commands typically log errors using a macro that uses both MXS_ERROR and explicitly adds an error to the response. Currently the MXS_ERROR is actually pointless, as they will not end up the log or be returned, but simply be discarded. |