[CONC-351] session state variables should be cleared if ok packet of next command doesn't return session state information Created: 2018-08-06 Updated: 2018-11-12 Resolved: 2018-10-23 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 3.0.6 |
| Fix Version/s: | 3.0.7, 3.1.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Since ok packet fix in 3.0.6 which now reads the session variables from mysql_real_connect and mysql_change_user the server test session_tracker_last_gtid fails, since the session variables are not cleared if the ok packet doesn't contain session information. |