You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQL_BUILTIN was introduced in [1] (tarantool 2.2.1) and dropped in [2]
(tarantool 2.10.0-beta2). It is not permitted to drop SQL_BUILTIN
functions, thus, before this patch, tarantool_python_ci.lua was unable
to run with versions between 2.2.1 and 2.10.0-beta2, failing with
`ER_DROP_FUNCTION: Can't drop function 1: function is SQL built-in`.
This patch fixes this.
tarantool_python_ci.lua is used to start a tarantool instance for
Windows tests.
1. tarantool/tarantool@200a492
2. tarantool/tarantool@c49eab9
Part of #182
0 commit comments