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:
@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user