MXS-2733 Add fix that fixes the problem
UTC_TIMESTAMP() was missing from the list of builtin functions.
This commit is contained in:
@ -98,6 +98,7 @@ static const char* BUILTIN_FUNCTIONS[] =
|
|||||||
"unix_timestamp",
|
"unix_timestamp",
|
||||||
"utc_date",
|
"utc_date",
|
||||||
"utc_time",
|
"utc_time",
|
||||||
|
"utc_timestamp",
|
||||||
"week",
|
"week",
|
||||||
"weekday",
|
"weekday",
|
||||||
"weekofyear",
|
"weekofyear",
|
||||||
|
Reference in New Issue
Block a user