box: do not expire SQL_EXPR functions
SQL_EXPR functions use the mechanics of prepared statements, so they can expire after a schema change. However, since subselects are prohibited in these functions, there is no point in expiring them. This patch makes it so that SQL_EXPR functions no longer expire. Part of #6986 NO_DOC=Bug NO_CHANGELOG=Bug in new functionality
Showing
- src/box/sql/func.c 1 addition, 0 deletionssrc/box/sql/func.c
- src/box/sql/vdbeInt.h 5 additions, 0 deletionssrc/box/sql/vdbeInt.h
- src/box/sql/vdbeaux.c 1 addition, 1 deletionsrc/box/sql/vdbeaux.c
- test/sql-luatest/sql_func_expr_test.lua 40 additions, 0 deletionstest/sql-luatest/sql_func_expr_test.lua
Loading
Please register or sign in to comment