1340
1340
* as the row to delete (this is the conflicting row), so
1341
1341
* we need to notify TransactionService to use that row.
1345
1345
* We set the "current" statement message to NULL. This triggers
1346
1346
* the replication services component to generate a new statement
1347
1347
* message for the inserted record which will come next.
1353
1353
if (before_record == NULL)
1356
transaction_services.updateRecord(session, table, before_record, after_record);
1356
transaction_services.updateRecord(*session, *table, before_record, after_record);