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

  • From: Nikita Tatunov <hollow653@xxxxxxxxx>
  • To: korablev@xxxxxxxxxxxxx
  • Date: Fri, 20 Jul 2018 19:58:48 +0300

Ooops. Thank you! fixed it and pushed.

пт, 20 июл. 2018 г. в 19:43, n.pettik <korablev@xxxxxxxxxxxxx>:

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);



Other related posts: