Skip to content

Commit

Permalink
Update WFMySQLConnection.
Browse files Browse the repository at this point in the history
  • Loading branch information
Barenboim committed Apr 22, 2024
1 parent bb815f7 commit a5a6d1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/client/WFMySQLConnection.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include <string.h>
#include <string>
#include <utility>
#include <openssl/ssl.h>
#include "URIParser.h"
#include "WFMySQLConnection.h"

Expand Down
2 changes: 1 addition & 1 deletion src/client/WFMySQLConnection.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class WFMySQLConnection
}

protected:
void set_ssl_ctx(WFMySQLTask *task)
void set_ssl_ctx(WFMySQLTask *task) const
{
using MySQLRequest = protocol::MySQLRequest;
using MySQLResponse = protocol::MySQLResponse;
Expand Down

0 comments on commit a5a6d1e

Please sign in to comment.