mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Added the ability to use TLS when connecting to a database. (#24348)
* Added the ability to use TLS when connecting to a database.
* Trying to kickstart CI checks
* Revert the kickstart change
Co-authored-by: myuzhobcplidtkieno <myuzhobcplidtkieno@github.com>
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
(cherry picked from commit ae553f8966)
This commit is contained in:
committed by
Shauren
parent
d0e1794d99
commit
de5f7edede
@@ -49,6 +49,7 @@ struct TC_DATABASE_API MySQLConnectionInfo
|
||||
std::string database;
|
||||
std::string host;
|
||||
std::string port_or_socket;
|
||||
std::string ssl;
|
||||
};
|
||||
|
||||
class TC_DATABASE_API MySQLConnection
|
||||
|
||||
Reference in New Issue
Block a user