Commit bd94603
committed
test: do not drop SQL_BUILTIN functions
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 #1821 parent d7cbc12 commit bd94603
1 file changed
+23
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| 182 | + | |
182 | 183 | | |
183 | 184 | | |
184 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
185 | 189 | | |
186 | 190 | | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
192 | 199 | | |
193 | 200 | | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
194 | 209 | | |
195 | 210 | | |
196 | 211 | | |
| |||
333 | 348 | | |
334 | 349 | | |
335 | 350 | | |
336 | | - | |
337 | | - | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
338 | 354 | | |
339 | 355 | | |
340 | 356 | | |
| |||
0 commit comments