Update WFMySQLConnection.

This commit is contained in:
Xie Han
2024-04-19 23:40:28 +08:00
committed by xiehan
parent bb815f7323
commit a5a6d1e5b6
2 changed files with 1 additions and 2 deletions

View File

@@ -21,7 +21,6 @@
#include <string.h>
#include <string>
#include <utility>
#include <openssl/ssl.h>
#include "URIParser.h"
#include "WFMySQLConnection.h"

View File

@@ -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;