[Tarantool-patches] [PATCH v2 05/16] sql: move sql_finalize() to execute.h

Nikita Pettik korablev at tarantool.org
Thu Dec 5 16:37:07 MSK 2019


On 04 Dec 14:40, Konstantin Osipov wrote:
> * 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.

Function's declaration just has been moved to a different header,
so now we have to include it to be able to use sql_finalize()
 
> -- 
> Konstantin Osipov, Moscow, Russia


More information about the Tarantool-patches mailing list