| 771 | { get_warning_info()->remove_marked_sql_conditions(); } |
| 772 | |
| 773 | const Sql_condition *get_error_condition() const |
| 774 | { return get_warning_info()->get_error_condition(); } |
| 775 | |
| 776 | void copy_sql_conditions_to_wi(THD *thd, Warning_info *dst_wi) const |
| 777 | { dst_wi->append_warning_info(thd, get_warning_info()); } |
nothing calls this directly
no test coverage detected