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",
|
||||
"utc_date",
|
||||
"utc_time",
|
||||
"utc_timestamp",
|
||||
"week",
|
||||
"weekday",
|
||||
"weekofyear",
|
||||
|
Reference in New Issue
Block a user