[MXS-1902] COM_CHANGE_USER lost connection Created: 2018-06-05 Updated: 2018-06-21 Resolved: 2018-06-21 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | mariadbclient |
| Affects Version/s: | 2.2.7 |
| Fix Version/s: | 2.2.10 |
| Type: | Bug | Priority: | Major |
| Reporter: | dapeng huang | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When execute mysql_change_user(), client api return error below '2013 Lost connection to MySQL server at 'reading final connect information', system error: 0' |
| Comments |
| Comment by dapeng huang [ 2018-06-07 ] | |||||||||
|
The reason maybe
this branch did not set rc; so the return value of route_by_statement is uncertain, if return_code is not 0, the connection will be close; | |||||||||
| Comment by markus makela [ 2018-06-21 ] | |||||||||
|
Should be fixed by commit e99d9826ad1cb7cb293de1c3929a0dd1db28d779. |