Missing many files in last commit

In last commit, a lot of files has been missed
This commit is contained in:
morningman
2018-10-31 16:19:21 +08:00
parent 5d3fc80067
commit 051aced48d
596 changed files with 16703 additions and 18103 deletions

View File

@ -139,7 +139,7 @@ bool TimestampFunctions::check_format(const StringVal& format, DateTimeValue& t)
void TimestampFunctions::report_bad_format(const StringVal* format) {
std::string format_str((char *)format->ptr, format->len);
// LOG(WARNING) << "Bad date/time conversion format: " << format_str
// << " Format must be: 'yyyy-MM-dd[ HH:mm:ss]'";
// << " Format must be: 'yyyy-MM-dd[ HH:mm:ss]'";
}
IntVal TimestampFunctions::year(