[MXS-2450] Crash on COM_CHANGE_USER with disable_sescmd_history=true Created: 2019-04-23 Updated: 2020-08-25 Resolved: 2019-04-24 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | readwritesplit |
| Affects Version/s: | 2.3.6 |
| Fix Version/s: | 2.3.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The code that discards the session command history will cause a crash if the first session command that is executed is COM_CHANGE_USER and session command history is disabled. Removing disable_sescmd_history=true and adding prune_sescmd_history=true will prevent the crash. |