[Tarantool-patches] [PATCH 6/6] sql: remove OP_ApplyType

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Wed Jun 10 01:29:52 MSK 2020


Thanks for the patch!

> diff --git a/src/box/sql/wherecode.c b/src/box/sql/wherecode.c
> index 1d7c76670..1ec9f4ed7 100644
> --- a/src/box/sql/wherecode.c
> +++ b/src/box/sql/wherecode.c
> @@ -571,7 +571,7 @@ codeEqualityTerm(Parse * pParse,	/* The parsing context */
>   *
>   * Before returning, @types is set to point to a buffer containing a
>   * copy of the column types array of the index allocated using
> - * sqlDbMalloc(). This array is passed to OP_ApplyType to provide
> + * sqlDbMalloc(). This array is passed to OP_CheckType to provide

@types parameter does not exist anymore. I guess it was removed in
one of the previous commits, and the comment should be updated there
too.

>   * correct implicit conversions.
>   */
>  static int


More information about the Tarantool-patches mailing list