Skip to content
Snippets Groups Projects
Commit 1c3a01b6 authored by Nikita Pettik's avatar Nikita Pettik
Browse files

sql: move sql_stmt_finalize() to execute.h

We are going to introduce prepared statement cache. On statement's
deallocation we should release all resources which is done by
sql_stmt_finalize(). Now it is declared in sql/sqlInt.h header, which
accumulates almost all SQL related functions. To avoid including such a
huge header to use single function, let's move its signature to
box/execute.h

Needed for #2592
parent 022db041
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment