[Tarantool-patches] [PATCH 04/15] vinyl: rename tx_manager -> vy_tx_manager

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Sun Jul 5 20:04:12 MSK 2020


Thanks for the patch!

The old name is still used in one place:

src/box/vy_scheduler.h
151: 	/** List of read views, see tx_manager::read_views. */

> diff --git a/src/box/vy_tx.c b/src/box/vy_tx.c
> index 846c632..17c79d6 100644
> --- a/src/box/vy_tx.c
> +++ b/src/box/vy_tx.c
> @@ -1140,7 +1141,7 @@ vy_tx_set(struct vy_tx *tx, struct vy_lsm *lsm, struct tuple *stmt)
>  }
>  
>  void
> -tx_manager_abort_writers_for_ddl(struct tx_manager *xm, struct space *space,
> +vy_tx_manager_abort_writers_for_ddl(struct vy_tx_manager *xm, struct space *space,
>  				 bool *need_wal_sync)

The indentation is broken here.


More information about the Tarantool-patches mailing list