[tarantool-patches] Re: [PATCH v1 8/9] sql: use diag_set() to set an error in SQL functions

Mergen Imeev imeevma at tarantool.org
Mon Jun 3 14:54:13 MSK 2019


On Sun, Jun 02, 2019 at 06:35:08PM +0200, Vladislav Shpilevoy wrote:
> 
> > diff --git a/src/box/sql/vdbeapi.c b/src/box/sql/vdbeapi.c
> > index 597d37e..673ccd1 100644
> > --- a/src/box/sql/vdbeapi.c
> > +++ b/src/box/sql/vdbeapi.c
> > @@ -762,75 +724,6 @@ sql_aggregate_context(sql_context * p, int nByte)
> > -/*
> > - * Set the auxiliary data pointer and delete function, for the iArg'th
> > - * argument to the user-function defined by pCtx. Any previous value is
> > - * deleted by calling the delete function specified when it was set.
> > - */
> > -void
> > -sql_set_auxdata(sql_context * pCtx,
> > -		    int iArg, void *pAux, void (*xDelete) (void *)
> > -    )
> 
> Still is mentioned in a couple of comments.
Fixed.




More information about the Tarantool-patches mailing list