[tarantool-patches] Re: [PATCH v3 3/4] box: do not evaluate ck constraints on recovery

Konstantin Osipov kostja.osipov at gmail.com
Tue Oct 8 15:16:03 MSK 2019


* Kirill Shcherbatov <kshcherbatov at tarantool.org> [19/10/07 17:22]:
> diff --git a/src/box/alter.cc b/src/box/alter.cc
> index f8f1802d0..45596a646 100644
> --- a/src/box/alter.cc
> +++ b/src/box/alter.cc
> @@ -30,6 +30,7 @@
>   */
>  #include "alter.h"
>  #include "assoc.h"
> +#include "cfg.h"

Can you avoid this dependency? There is a depdendency of alter on
the engine.h, can we query force recovery from it? 

It's in memtx->snap_dir, in particular.


-- 
Konstantin Osipov, Moscow, Russia




More information about the Tarantool-patches mailing list