| 42 | using namespace phxsql; |
| 43 | |
| 44 | void InitPhxsqlPlugins() { |
| 45 | phxbinlogsvr::PhxBinlogClientPlatformInfo::GetDefault()->RegisterClientFactory(new PhxBinlogClientFactory_PhxRPC()); |
| 46 | phxsql::ResigterLogFunc(phxsql::PhxGLog::Log); |
| 47 | phxrpc::setvlog(phxsql::PhxGLog::Log); |
| 48 | } |
| 49 | |
| 50 | void InitProxyPlugins() { |
| 51 | //monitor plugin initialization |
no test coverage detected