~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/replication_services.cc

Merge Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
{
188
188
  message::TransactionContext *trx= in_transaction.mutable_transaction_context();
189
189
  trx->set_server_id(in_session->getServerId());
190
 
  trx->set_transaction_id(in_session->getTransactionId());
 
190
  trx->set_transaction_id(in_session->getQueryId());
191
191
  trx->set_start_timestamp(in_session->getCurrentTimestamp());
192
192
}
193
193