add defensive abort in debug mode
This commit is contained in:
parent
05fcf4f468
commit
b6bca92248
@ -152,6 +152,9 @@ int check_sequence_set_violation(const concurrent_control::ObWriteFlag write_fla
|
||||
TRANS_LOG(ERROR, "multiple modification on one row found", K(reader_seq_no),
|
||||
K(writer_tx_id), K(writer_dml_flag), K(writer_seq_no),
|
||||
K(locker_tx_id), K(locker_dml_flag), K(locker_seq_no));
|
||||
#ifdef ENABLE_DEBUG_LOG
|
||||
ob_abort();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user