mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-14645: AS OF TIMESTAMP is misused as TRX_ID
Remove 1668efb722
that introduced a special magic
behavior for UNIX_TIMESTAMP() in the AS OF context
This commit is contained in:
@ -4590,14 +4590,6 @@ bool Type_handler::
|
||||
}
|
||||
|
||||
|
||||
bool Type_handler::
|
||||
Item_longlong_typecast_fix_length_and_dec(Item_longlong_typecast *item) const
|
||||
{
|
||||
item->fix_length_and_dec_generic();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
#ifdef HAVE_SPATIAL
|
||||
|
||||
bool Type_handler_geometry::
|
||||
|
Reference in New Issue
Block a user