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