Skip to content
Snippets Groups Projects
Commit b54c8b3b authored by Mergen Imeev's avatar Mergen Imeev Committed by Vladimir Davydov
Browse files

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
parent bc508c54
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