| 1222 | { return get_warning_info()->cond_count(); } |
| 1223 | |
| 1224 | Sql_condition_iterator sql_conditions() const |
| 1225 | { return get_warning_info()->m_warn_list; } |
| 1226 | |
| 1227 | void reserve_space(THD *thd, uint count) |
| 1228 | { get_warning_info()->reserve_space(thd, count); } |
no outgoing calls
no test coverage detected