MXS-2674 Recognize timediff as builtin function

This commit is contained in:
Johan Wikman
2019-09-12 12:38:57 +03:00
parent ff2048625b
commit c079d1312e

View File

@ -87,7 +87,7 @@ static const char* BUILTIN_FUNCTIONS[] =
"subtime", "subtime",
"sysdate", "sysdate",
"time", "time",
"timediff" "timediff",
"timestamp", "timestamp",
"timestampadd", "timestampadd",
"timestampdiff", "timestampdiff",