MXS-2733 Add fix that fixes the problem

UTC_TIMESTAMP() was missing from the list of builtin functions.
This commit is contained in:
Johan Wikman
2019-10-28 08:34:39 +02:00
parent 9210ef5328
commit d2996e1ba6

View File

@ -98,6 +98,7 @@ static const char* BUILTIN_FUNCTIONS[] =
"unix_timestamp",
"utc_date",
"utc_time",
"utc_timestamp",
"week",
"weekday",
"weekofyear",