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

Method restore_on_error

sql/sql_insert.cc:2529–2534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected