| 1262 | { get_warning_info()->remove_marked_sql_conditions(); } |
| 1263 | |
| 1264 | const Sql_condition *get_error_condition() const |
| 1265 | { return get_warning_info()->get_error_condition(); } |
| 1266 | |
| 1267 | void copy_sql_conditions_to_wi(THD *thd, Warning_info *dst_wi) const |
| 1268 | { dst_wi->append_warning_info(thd, get_warning_info()); } |
nothing calls this directly
no test coverage detected