| 1242 | |
| 1243 | |
| 1244 | int error_log_print(enum loglevel level, const char *format, |
| 1245 | va_list args) |
| 1246 | { |
| 1247 | return logger.error_log_print(level, format, args); |
| 1248 | } |
| 1249 | |
| 1250 | |
| 1251 | bool LOGGER::log_command(THD *thd, enum enum_server_command command) |
no test coverage detected