1
0
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:
Sergei Golubchik
2018-02-22 01:24:02 +01:00
parent 33366b1098
commit f3088112cb
11 changed files with 10 additions and 119 deletions

View File

@ -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::