sql: remove copying of result in finalizers
This patch removes copying of the result in the finalizers of the SQL built-in aggregate functions. Part of #4145
Showing
- src/box/sql/func.c 67 additions, 103 deletionssrc/box/sql/func.c
- src/box/sql/sqlInt.h 1 addition, 13 deletionssrc/box/sql/sqlInt.h
- src/box/sql/vdbe.c 4 additions, 24 deletionssrc/box/sql/vdbe.c
- src/box/sql/vdbeInt.h 0 additions, 1 deletionsrc/box/sql/vdbeInt.h
- src/box/sql/vdbeapi.c 0 additions, 39 deletionssrc/box/sql/vdbeapi.c
Loading
Please register or sign in to comment