MCPcopy Create free account
hub / github.com/arkdb/inception / do_table_deletes

Method do_table_deletes

sql/sql_delete.cc:968–1031  ·  view source on GitHub ↗

Implements the inner loop of nested-loops join within multi-DELETE execution. @param table The table from which to delete. @param ignore If used, all non fatal errors will be translated to warnings and we should not break the row-by-row iteration. @return Status code @retval 0 All ok. @retval 1 Triggers or handler reported error. @retval -1 End of file from handler. *

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 9

init_read_recordFunction · 0.85
end_read_recordFunction · 0.85
process_triggersMethod · 0.80
ha_delete_rowMethod · 0.80
has_transactionsMethod · 0.80
start_bulk_deleteMethod · 0.45
print_errorMethod · 0.45
end_bulk_deleteMethod · 0.45

Tested by

no test coverage detected