Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxsql
/ GetMySQLSocket
Method
GetMySQLSocket
phxbinlogsvr/config/phxsql_config.cpp:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
const char * PhxMySqlConfig::GetMySQLSocket() const {
37
return mysql_socket_.c_str();
38
}
39
40
void PhxMySqlConfig::ReadConfig() {
41
mysql_port_ = GetInteger(
"mysqld"
,
"port"
, 4306);
Callers
1
Connect
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected