[tarantool-patches] Re: [PATCH] sql: xfer optimization issue

Nikita Tatunov hollow653 at gmail.com
Fri Jul 20 19:58:48 MSK 2018


Ooops. Thank you! fixed it and pushed.

пт, 20 июл. 2018 г. в 19:43, n.pettik <korablev at tarantool.org>:

> LGTM.
>
> diff --git a/src/box/sql/insert.c b/src/box/sql/insert.c
> index 3c3bf37..4f52fa5 100644
> --- a/src/box/sql/insert.c
> +++ b/src/box/sql/insert.c
> @@ -1869,7 +1869,7 @@ xferOptimization(Parse * pParse, /* Parser context
> */
>    * table (tab1) is initially empty.
>    */
>
> - /* The Vdbe we're building*/
> + /* The Vdbe struct we're building. */
>
>
> You misunderstood me. What I mean is:
>
> struct Vibe *v = …;
>
>   Vdbe *v = sqlite3GetVdbe(pParse);
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.tarantool.org/pipermail/tarantool-patches/attachments/20180720/15c3f3ad/attachment.html>


More information about the Tarantool-patches mailing list