| 1198 | { return get_warning_info()->set_current_row_for_warning(row); } |
| 1199 | |
| 1200 | ulong current_row_for_warning() const |
| 1201 | { return get_warning_info()->current_row_for_warning(); } |
| 1202 | |
| 1203 | void inc_current_row_for_warning() |
| 1204 | { get_warning_info()->inc_current_row_for_warning(); } |
nothing calls this directly
no test coverage detected