| 2527 | } |
| 2528 | |
| 2529 | inline |
| 2530 | int Write_record::restore_on_error() |
| 2531 | { |
| 2532 | table->file->restore_auto_increment(prev_insert_id); |
| 2533 | return ignored_error ? 0 : 1; |
| 2534 | } |
| 2535 | |
| 2536 | inline |
| 2537 | int Write_record::after_insert(ha_rows *inserted) |
nothing calls this directly
no test coverage detected