| 38 | } |
| 39 | |
| 40 | void PhxMySqlConfig::ReadConfig() { |
| 41 | mysql_port_ = GetInteger("mysqld", "port", 4306); |
| 42 | mysql_socket_ = Get("mysqld", "socket", ""); |
| 43 | phxsql::LogVerbose("%s read mysql port %d", __func__, mysql_port_); |
| 44 | } |
| 45 | |
| 46 | } |
| 47 |
nothing calls this directly
no test coverage detected