[tarantool-patches] Re: [PATCH 1/1] sql: fix out of time auto commit mode detection

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Tue May 22 00:46:32 MSK 2018


Hello. Thanks for review!

On 22/05/2018 00:45, Nikita Pettik wrote:
>     + * Once per execution time prepare the programm: detect
> 
> Nitpicking: 'program'.

@@ -5352,7 +5352,7 @@ case OP_Init: {          /* jump */
         assert(pOp->p4.z==0 || strncmp(pOp->p4.z, "-" "- ", 3)==0);
         assert(pOp==p->aOp);  /* Always instruction 0 */
         /*
-        * Once per execution time prepare the programm: detect
+        * Once per execution time prepare the program: detect
          * autocommit, create SQL specific transaction things. To


> 
> LGTM.
> 
> -- 
> Nikita Pettik
> 




More information about the Tarantool-patches mailing list