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

MDEV-20009 Add CAST(expr AS pluggable_type)

This commit is contained in:
Alexander Barkov
2019-07-10 11:55:16 +04:00
parent e37d7a3715
commit 265a7d1613
16 changed files with 246 additions and 6 deletions

View File

@ -3723,7 +3723,6 @@ public:
virtual Item *create_typecast_item(THD *thd, Item *item,
const Type_cast_attributes &attr) const
{
DBUG_ASSERT(0);
return NULL;
}
virtual Item_copy *create_item_copy(THD *thd, Item *item) const;