1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-16874 Implement class Item_handled_func

This commit is contained in:
Alexander Barkov
2018-08-01 16:14:41 +04:00
parent af46c25760
commit 54fc47960d
5 changed files with 547 additions and 258 deletions

View File

@ -367,6 +367,11 @@ protected:
{
make_from_item(thd, item, flags);
}
public:
bool check_date_with_warn(ulonglong flags)
{
return ::check_date_with_warn(this, flags, MYSQL_TIMESTAMP_ERROR);
}
};