diff options
author | Sergei Golubchik <sergii@pisem.net> | 2012-05-02 15:23:49 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2012-05-02 15:23:49 +0200 |
commit | 1a4633059e922412145132b881d9a2bb749d6cf8 (patch) | |
tree | 295c08523fa3041e0edd15c7cce90aa00acaefea /sql/item_subselect.h | |
parent | beec2a2b1d79eb7f689ee083fe68d08682b14300 (diff) | |
download | mariadb-git-1a4633059e922412145132b881d9a2bb749d6cf8.tar.gz |
implement Item_singlerow_subselect::get_date() to avoid
unnecessary date->string->date conversion
Diffstat (limited to 'sql/item_subselect.h')
-rw-r--r-- | sql/item_subselect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_subselect.h b/sql/item_subselect.h index ec3b44dc96c..c6d1882a6b4 100644 --- a/sql/item_subselect.h +++ b/sql/item_subselect.h @@ -275,6 +275,7 @@ public: String *val_str (String *); my_decimal *val_decimal(my_decimal *); bool val_bool(); + bool get_date(MYSQL_TIME *ltime,uint fuzzydate); enum Item_result result_type() const; enum_field_types field_type() const; void fix_length_and_dec(); |