MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / get_log_file_handler

Method get_log_file_handler

sql/log.h:330–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
338enum enum_binlog_row_image {

Callers 2

reopen_general_logFunction · 0.80
fix_log_stateFunction · 0.80

Calls 1

get_mysql_logMethod · 0.80

Tested by

no test coverage detected