mirror of
https://github.com/sogou/workflow.git
synced 2026-02-08 01:33:17 +08:00
Update WFMySQLConnection.
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
#include <string.h>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <openssl/ssl.h>
|
||||
#include "URIParser.h"
|
||||
#include "WFMySQLConnection.h"
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ public:
|
||||
}
|
||||
|
||||
protected:
|
||||
void set_ssl_ctx(WFMySQLTask *task)
|
||||
void set_ssl_ctx(WFMySQLTask *task) const
|
||||
{
|
||||
using MySQLRequest = protocol::MySQLRequest;
|
||||
using MySQLResponse = protocol::MySQLResponse;
|
||||
|
||||
Reference in New Issue
Block a user