summaryrefslogtreecommitdiff
path: root/sql/sql_type.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2018-02-22 01:24:02 +0100
committerSergei Golubchik <serg@mariadb.org>2018-02-24 00:50:58 +0100
commitf3088112cbe928f0ad57bb56146bcf1e58c27108 (patch)
treeee8405ebc7223e8c4ad21366e1278fa8651be595 /sql/sql_type.h
parent33366b10981567cb147375a28522f5e29d23aa5d (diff)
downloadmariadb-git-f3088112cbe928f0ad57bb56146bcf1e58c27108.tar.gz
MDEV-14645: AS OF TIMESTAMP is misused as TRX_ID
Remove 1668efb722d that introduced a special magic behavior for UNIX_TIMESTAMP() in the AS OF context
Diffstat (limited to 'sql/sql_type.h')
-rw-r--r--sql/sql_type.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/sql_type.h b/sql/sql_type.h
index 0738ef40ce8..db03b77d48f 100644
--- a/sql/sql_type.h
+++ b/sql/sql_type.h
@@ -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;