The rc field is used to return some information from functions
On 26 Apr 2019, at 10:37, Mergen Imeev <imeevma@tarantool.org> wrote:
On Mon, Apr 15, 2019 at 06:19:34PM +0300, n.pettik wrote:
'make ... the only errcode of OP_Halt’ ->I could not do it now.
make … be the only ...
On 12 Apr 2019, at 15:34, imeevma@tarantool.org wrote:
After this patch, the only error code that the OP_Halt opcode
will work with is SQL_TARANTOOL_ERROR.
So, why do we need it at all now? Let’s use simple flag
is_aborted like in parser.
I think we will do this when rc is one of
SQL_OK, SQL_ROW, SQL_DONE or SQL_TARANTOOL_ERROR. This will be in
the next patch-set.
That’s OK, but still don’t understand what prevents you fromdoing it right now..BTW, I don’t see corresponding patch in thepatch-set you’ve already sent (next one).