| 328 | bool activate_log_handler(THD* thd, uint log_type); |
| 329 | |
| 330 | MYSQL_QUERY_LOG *get_log_file_handler() const |
| 331 | { |
| 332 | if (file_log_handler) |
| 333 | return file_log_handler->get_mysql_log(); |
| 334 | return NULL; |
| 335 | } |
| 336 | }; |
| 337 | |
| 338 | enum enum_binlog_row_image { |
no test coverage detected