| 2372 | } |
| 2373 | |
| 2374 | bool Write_record::is_fatal_error(int error) |
| 2375 | { |
| 2376 | return error == HA_ERR_LOCK_DEADLOCK || |
| 2377 | error == HA_ERR_LOCK_WAIT_TIMEOUT || |
| 2378 | table->file->is_fatal_error(error, HA_CHECK_ALL); |
| 2379 | } |
| 2380 | |
| 2381 | int Write_record::single_insert(ha_rows *inserted) |
| 2382 | { |
no outgoing calls
no test coverage detected