MCPcopy Create free account
hub / github.com/MariaDB/server / is_fatal_error

Method is_fatal_error

sql/sql_insert.cc:2374–2379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2372}
2373
2374bool 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
2381int Write_record::single_insert(ha_rows *inserted)
2382{

Callers 15

executeMethod · 0.45
parse_optimizer_hintsMethod · 0.45
update_single_tableMethod · 0.45
send_dataMethod · 0.45
do_updatesMethod · 0.45
addMethod · 0.45
copy_data_error_ignoreFunction · 0.45
copy_data_between_tablesFunction · 0.45
end_sj_materializeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected