<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div><br class=""><blockquote type="cite" class=""><div 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"><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); padding-left: 1ex;"><div style="word-wrap: break-word;" class=""><div class=""><blockquote type="cite" class=""><div 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;" class=""><div class="gmail_quote"><div class=""><div class="">diff --git a/extra/lempar.c b/extra/lempar.c</div><div class="">index 00fd79c..d043e39 100644</div><div class="">--- a/extra/lempar.c</div><div class="">+++ b/extra/lempar.c</div><div class="">@@ -336,8 +336,8 @@ void *ParseAlloc(void *(*mallocProc)(YYMALLOCARGTYPE)){</div><div class="">   if( pParser ){</div><div class=""> #ifdef YYTRACKMAXSTACKDEPTH</div><div class="">     pParser->yyhwm = 0;</div><div class="">-    pParser->is_fallback_failed = false;</div><div class=""> #endif</div><div class="">+    pParser->is_fallback_failed = false;</div></div></div></div></div></blockquote><div class=""><br class=""></div><div class="">Could you please explain this code movement?</div></div></div></blockquote><div class="">To be more accurate it's just variable initialization that was in wrong place.</div><div class="">Moreover in most cases (almost always) after allocating memory for this</div><div class="">variable there was non-zero value ('true', basically), that was causing</div><div class="">"keyword 'BEGIN' is reserved" error message if we use "BEGIN" instead</div><div class="">of "START TRANSACTION", after the patch changes are applied.</div></div></div></div></blockquote><div><br class=""></div>Ok, thx for explanation. Now patch LGTM.</div><div><br class=""></div><br class=""></body></html>