| 154 | }; |
| 155 | |
| 156 | bool |
| 157 | Silence_log_table_errors::handle_condition(THD *, |
| 158 | uint, |
| 159 | const char*, |
| 160 | Sql_condition::enum_warning_level, |
| 161 | const char* msg, |
| 162 | Sql_condition ** cond_hdl) |
| 163 | { |
| 164 | *cond_hdl= NULL; |
| 165 | strmake(m_message, msg, sizeof(m_message)-1); |
| 166 | return TRUE; |
| 167 | } |
| 168 | |
| 169 | sql_print_message_func sql_print_message_handlers[3] = |
| 170 | { |