memgraph/src/transactions
Matija Santl f872c93ad1 Add command id to remote produce
Summary:
Command id is necessary in remote produce to identify an ongoing pull
because a transaction can have multiple commands that all belong under
the same plan and tx id.

Reviewers: teon.banek, mtomic, buda

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1386
2018-05-16 10:20:39 +02:00
..
commit_log.hpp Replace command_id_t with CommandId and transaction_id_t with TransactionId. 2018-04-20 13:55:14 +02:00
engine_master.cpp Two phase commit on cursor destruction 2018-04-03 16:20:00 +02:00
engine_master.hpp Two phase commit on cursor destruction 2018-04-03 16:20:00 +02:00
engine_rpc_messages.hpp Replace command_id_t with CommandId and transaction_id_t with TransactionId. 2018-04-20 13:55:14 +02:00
engine_single_node.cpp Replace command_id_t with CommandId and transaction_id_t with TransactionId. 2018-04-20 13:55:14 +02:00
engine_single_node.hpp Replace command_id_t with CommandId and transaction_id_t with TransactionId. 2018-04-20 13:55:14 +02:00
engine_worker.cpp Add command id to remote produce 2018-05-16 10:20:39 +02:00
engine_worker.hpp Add command id to remote produce 2018-05-16 10:20:39 +02:00
engine.hpp Replace command_id_t with CommandId and transaction_id_t with TransactionId. 2018-04-20 13:55:14 +02:00
lock_store.hpp Make transaction thread-safe 2018-02-22 11:53:37 +01:00
snapshot.hpp Replace command_id_t with CommandId and transaction_id_t with TransactionId. 2018-04-20 13:55:14 +02:00
transaction.hpp Replace command_id_t with CommandId and transaction_id_t with TransactionId. 2018-04-20 13:55:14 +02:00
type.hpp Replace command_id_t with CommandId and transaction_id_t with TransactionId. 2018-04-20 13:55:14 +02:00