Moved SSL structure to the DCB instead of the MySQL protocol.

This allows for non-MySQL SSL connections.
This commit is contained in:
Markus Makela
2015-06-01 20:51:26 +03:00
parent 4d5291c263
commit d7232d8b6e
6 changed files with 164 additions and 60 deletions

View File

@ -137,10 +137,7 @@ void mysql_protocol_done (
goto retblock;
}
scmd = p->protocol_cmd_history;
if(p->ssl)
{
SSL_free(p->ssl);
}
while (scmd != NULL)
{
scmd2 = scmd->scom_next;