Skip to content
Snippets Groups Projects
Commit 4e523fa0 authored by Kirill Shcherbatov's avatar Kirill Shcherbatov Committed by Konstantin Osipov
Browse files

sql: replace bool is_derived_coll marker with flag

Introduce a new flag SQL_FUNC_DERIVEDCOLL for function that may
require collation to be applied on its result instead of separate
boolean variable. This is required to get rid of FuncDef in
further patches.

Needed for #4113, #2200, #2233
parent e1a7cb7f
No related branches found
No related tags found
Loading
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