Skip to content
Snippets Groups Projects
Commit d0d668fa authored by Mergen Imeev's avatar Mergen Imeev Committed by Nikita Pettik
Browse files

sql: do not reset region on select

Prior to this patch, region on fiber was reset during select(), get(),
count(), max(), or min(). This would result in an error if one of these
operations was used in a user-defined function in SQL. After this patch,
these functions truncate region instead of resetting it.

Closes #5427
parent 2a3a0d1a
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