sql: get rid of MATCH sql builtin
In relation with FuncDef cache rework we need to clean-up builtins list. The MATCH fucntion is a stub that raises an error and it could be dropped. Needed for #4182 @kostja: make the patch actually pass the tests, remove tap count change in e_expr.test.lua, since it's disabled and was not run
Showing
- src/box/sql/func.c 0 additions, 28 deletionssrc/box/sql/func.c
- src/box/sql/main.c 0 additions, 6 deletionssrc/box/sql/main.c
- src/box/sql/sqlInt.h 0 additions, 2 deletionssrc/box/sql/sqlInt.h
- src/box/sql/vdbeapi.c 0 additions, 20 deletionssrc/box/sql/vdbeapi.c
- test/sql-tap/e_expr.test.lua 0 additions, 24 deletionstest/sql-tap/e_expr.test.lua
- test/sql-tap/func.test.lua 1 addition, 43 deletionstest/sql-tap/func.test.lua
Loading
Please register or sign in to comment