|
395cbdc103
|
Simplify handling of "client data" by having a pointer to it only in DCB and not in session structure. Change name of session->client to session->client_dcb for greater clarity. Temporary free of client data in DCB, to be moved to authenticator when it becomes a module. Fix incorrect name of listener_alloc.
|
2016-02-23 11:13:21 +00:00 |
|
|
5077933e41
|
Fix bug in mysql_client.c (over optimisation of protocol setting); various clarifications and improvements re code review.
|
2016-02-22 11:05:02 +00:00 |
|
|
866e91c088
|
Changes to improve robustness of SSL processing, separate it so far as possible from protocols. Separate the detailed mechanism of authentication from the MySQL protocol with a view to making it into a module later.
|
2016-02-15 09:29:07 +00:00 |
|