| 719 | { get_warning_info()->opt_clear(query_id); } |
| 720 | |
| 721 | ulong current_row_for_warning() const |
| 722 | { return get_warning_info()->current_row_for_warning(); } |
| 723 | |
| 724 | void inc_current_row_for_warning() |
| 725 | { get_warning_info()->inc_current_row_for_warning(); } |
nothing calls this directly
no test coverage detected