[Tarantool-patches] [PATCH v13 11/11] box/journal: redesign journal operations

Konstantin Osipov kostja.osipov at gmail.com
Thu Mar 19 13:37:49 MSK 2020


* Cyrill Gorcunov <gorcunov at gmail.com> [20/03/19 12:12]:
> --- a/src/box/wal.c
> +++ b/src/box/wal.c
> @@ -32,6 +32,7 @@
>  
>  #include "vclock.h"
>  #include "fiber.h"
> +#include "txn.h"

Please try to avoid including txn.h here.

You can do it, I'm pretty sure.

>  #include "fio.h"
>  #include "errinj.h"
>  #include "error.h"
> @@ -60,11 +61,17 @@ const char *wal_mode_STRS[] = { "none", "write", "fsync", NULL };
>  

-- 
Konstantin Osipov, Moscow, Russia


More information about the Tarantool-patches mailing list