[Tarantool-patches] [PATCH v3 7/8] sql: remove unused functions
Mergen Imeev
imeevma at tarantool.org
Sun Jul 5 17:50:24 MSK 2020
On Mon, Jun 29, 2020 at 11:52:17PM +0000, Nikita Pettik wrote:
> On 25 Jun 18:17, imeevma at tarantool.org wrote:
> > After previous patches, some functions and the ApplyType opcode
> > become unused, so this patch removes them.
> >
> > Follow-up #4230
> > ---
>
> Все еще можно нагрепать OP_ApplyType. Перепроверь.
>
Fixed:
diff --git a/src/box/sql/sqlInt.h b/src/box/sql/sqlInt.h
index e7826519b..0879ccbfa 100644
--- a/src/box/sql/sqlInt.h
+++ b/src/box/sql/sqlInt.h
@@ -3863,7 +3863,7 @@ int sqlVarintLen(u64 v);
#define putVarint sqlPutVarint
/**
- * Code an OP_ApplyType opcode that will force types
+ * Code an OP_ImplicitCast opcode that will force types
* for given range of register starting from @reg.
*
* @param v VDBE.
More information about the Tarantool-patches
mailing list