| 22 | } |
| 23 | |
| 24 | void RequestFilterPlugin::SetConfig(phxsqlproxy::PHXSqlProxyConfig * config, |
| 25 | phxsqlproxy::WorkerConfig_t * worker_config) { |
| 26 | } |
| 27 | |
| 28 | bool RequestFilterPlugin::CanExecute(bool is_masterPort, const std::string & db_name, const char * buf, int buf_size) { |
| 29 | return true; |
nothing calls this directly
no outgoing calls
no test coverage detected