[tarantool-patches] [PATCH v2 5/5] box: introduce multikey indexes in memtx

Kirill Shcherbatov kshcherbatov at tarantool.org
Tue Mar 19 19:05:51 MSK 2019


>  #endif /* TARANTOOL_BOX_FIELD_MAP_H_INCLUDED */
> diff --git a/src/box/tuple_format.c b/src/box/tuple_format.c
> index 1d765c7c7..60cca677b 100644
> --- a/src/box/tuple_format.c
> +++ b/src/box/tuple_format.c
> @@ -30,6 +30,7 @@
>   */
>  #include "bit/bit.h"
>  #include "fiber.h"
> +#include "tuple.h"
This header is redundant here. Dropped on branch.



More information about the Tarantool-patches mailing list