[MXS-1396] Persistent connections hang with Percona Server 5.6.37-82.2-log Created: 2017-09-07 Updated: 2020-08-25 Resolved: 2017-09-11 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 2.1.6 |
| Fix Version/s: | 2.1.8 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
When a COM_CHANGE_USER command from mysql_native_password to the same authentication method is done, Percona Server will respond with a AuthSwitchRequest packet instead of taking the authentication fast-path and sending an OK packet. |
| Comments |
| Comment by markus makela [ 2017-09-11 ] |
|
The AuthSwitchRequest packet is now properly processed. |