Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxsql
/ GetMysqlPort
Method
GetMysqlPort
phxsqlproxy/phxsqlproxyconfig.cpp:70–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
int PHXSqlProxyConfig::GetMysqlPort() {
71
return Option::GetDefault()->GetMySqlConfig()->GetMySQLPort();
72
}
73
74
int PHXSqlProxyConfig::OpenDebugMode() {
75
return is_open_debug_mode_;
Callers
5
ConnectDest
Method · 0.80
GetDestEndpoint
Method · 0.80
ByteFromConnectDestSvr
Method · 0.80
ByteFromMysqlClient
Method · 0.80
CanExecute
Method · 0.80
Calls
2
GetMySQLPort
Method · 0.80
GetMySqlConfig
Method · 0.80
Tested by
no test coverage detected