<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div>LGTM.</div><div><br class=""><blockquote type="cite" class=""><div dir="ltr" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><div class="gmail_quote"><div class=""><div class="">diff --git a/src/box/sql/insert.c b/src/box/sql/insert.c</div><div class="">index 3c3bf37..4f52fa5 100644</div><div class="">--- a/src/box/sql/insert.c</div><div class="">+++ b/src/box/sql/insert.c</div><div class="">@@ -1869,7 +1869,7 @@ xferOptimization(Parse * pParse,<span style="white-space: pre;" class="">    </span>/* Parser context */</div><div class=""> <span style="white-space: pre;" class="">    </span><span class="Apple-converted-space"> </span>* table (tab1) is initially empty.</div><div class=""> <span style="white-space: pre;" class="">       </span><span class="Apple-converted-space"> </span>*/</div><div class=""> </div><div class="">-<span style="white-space: pre;" class="">    </span>/* The Vdbe we're building*/</div><div class="">+<span style="white-space: pre;" class=""> </span>/* The Vdbe struct we're building. */</div></div></div></div></blockquote><div><br class=""></div><div>You misunderstood me. What I mean is:</div><div><br class=""></div><div>struct Vibe *v = …;</div><br class=""><blockquote type="cite" class=""><div dir="ltr" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><div class="gmail_quote"><div class=""><div class=""> <span style="white-space: pre;" class=""> </span>Vdbe *v = sqlite3GetVdbe(pParse);</div></div></div></div></blockquote></div><br class=""></body></html>