sql: separate function creation code
This patch moves the VDBE function creation code from vdbe_emit_ck_constraint_create() to the new function vdbe_emit_create_function(). Because of this, the error message changes slightly. NO_DOC=refactoring NO_TEST=refactoring NO_CHANGELOG=refactoring
Showing
- src/box/sql/build.c 35 additions, 20 deletionssrc/box/sql/build.c
- test/sql-luatest/constraint_test.lua 1 addition, 2 deletionstest/sql-luatest/constraint_test.lua
- test/sql-tap/alter2.test.lua 1 addition, 2 deletionstest/sql-tap/alter2.test.lua
- test/sql/clear.result 1 addition, 1 deletiontest/sql/clear.result
Loading
Please register or sign in to comment