[Tarantool-patches] [PATCH v2 05/16] sql: move sql_finalize() to execute.h
Konstantin Osipov
kostja.osipov at gmail.com
Wed Dec 4 14:40:12 MSK 2019
* Nikita Pettik <korablev at tarantool.org> [19/11/21 10:00]:
> index a2c66ce00..1b0e85943 100644
> --- a/src/box/ck_constraint.c
> +++ b/src/box/ck_constraint.c
> @@ -29,6 +29,7 @@
> * SUCH DAMAGE.
> */
> #include "box/session.h"
> +#include "execute.h"
> #include "bind.h"
> #include "ck_constraint.h"
> #include "errcode.h"
All such additions require an explanation in the CS comment
otherwise they look stray.
--
Konstantin Osipov, Moscow, Russia
More information about the Tarantool-patches
mailing list