mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +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:
@@ -55,7 +55,6 @@ class Item_char_typecast;
|
||||
class Item_time_typecast;
|
||||
class Item_date_typecast;
|
||||
class Item_datetime_typecast;
|
||||
class Item_longlong_typecast;
|
||||
class Item_func_plus;
|
||||
class Item_func_minus;
|
||||
class Item_func_mul;
|
||||
@@ -1332,8 +1331,6 @@ public:
|
||||
Item_date_typecast_fix_length_and_dec(Item_date_typecast *item) const;
|
||||
virtual bool
|
||||
Item_datetime_typecast_fix_length_and_dec(Item_datetime_typecast *item) const;
|
||||
virtual bool
|
||||
Item_longlong_typecast_fix_length_and_dec(Item_longlong_typecast *item) const;
|
||||
|
||||
virtual bool
|
||||
Item_func_plus_fix_length_and_dec(Item_func_plus *func) const= 0;
|
||||
|
||||
Reference in New Issue
Block a user