| 232 | |
| 233 | |
| 234 | bool Log_to_file_event_handler::init() |
| 235 | { |
| 236 | if (!is_initialized) |
| 237 | { |
| 238 | if (opt_log) |
| 239 | mysql_log.open_query_log(opt_logname); |
| 240 | |
| 241 | is_initialized= TRUE; |
| 242 | } |
| 243 | |
| 244 | return FALSE; |
| 245 | } |
| 246 | |
| 247 | |
| 248 | void Log_to_file_event_handler::cleanup() |
no test coverage detected