1312
1309
* as the row to delete (this is the conflicting row), so
1313
1310
* we need to notify TransactionService to use that row.
1317
1314
* We set the "current" statement message to NULL. This triggers
1318
1315
* the replication services component to generate a new statement
1319
1316
* message for the inserted record which will come next.
1325
1322
if (before_record == NULL)
1328
transaction_services.updateRecord(*session, *table, before_record, after_record);
1325
TransactionServices::updateRecord(*session, *table, before_record, after_record);