[tarantool-patches] [PATCH v3 1/2] Write rows without a lsn to the transaction tail

Vladimir Davydov vdavydov.dev at gmail.com
Mon Mar 11 11:40:32 MSK 2019


On Sun, Mar 10, 2019 at 11:21:27PM +0300, Georgy Kirichenko wrote:
> Form a separate transaction with local changes in case of replication.
> This is important because we should be able to replicate such changes
> (e.g. made within an on_replace trigger) back. In the opposite case
> local changes will be incorporated into originating transaction and
> would be skipped by the originator replica.
> 
> Needed for: #2798
> ---
>  src/box/txn.c | 42 +++++++++++++++++++++++++++++-------------
>  src/box/txn.h |  6 ++++--
>  2 files changed, 33 insertions(+), 15 deletions(-)

Pushed to 2.1.



More information about the Tarantool-patches mailing list