diff options
author | igor@rurik.mysql.com <> | 2006-04-12 13:23:11 -0700 |
---|---|---|
committer | igor@rurik.mysql.com <> | 2006-04-12 13:23:11 -0700 |
commit | fb75fcde654669a90458a40a22b975d41e18942a (patch) | |
tree | 0e931bec089509ebd89a8eb00a6cb2c028f8050f /sql/item_timefunc.h | |
parent | 6a3bb50ce66f38d820cf4c34fce9ff1088dbff4d (diff) | |
parent | abc16b5b007e20a43b5403770473f1b58dbad76c (diff) | |
download | mariadb-git-fb75fcde654669a90458a40a22b975d41e18942a.tar.gz |
Merge rurik.mysql.com:/home/igor/dev/mysql-5.0-0
into rurik.mysql.com:/home/igor/dev/mysql-5.1-0
Diffstat (limited to 'sql/item_timefunc.h')
-rw-r--r-- | sql/item_timefunc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_timefunc.h b/sql/item_timefunc.h index fd2f3945fca..c5ea618dafe 100644 --- a/sql/item_timefunc.h +++ b/sql/item_timefunc.h @@ -647,6 +647,7 @@ public: double val_real() { DBUG_ASSERT(fixed == 1); return (double) val_int(); } longlong val_int(); bool get_date(TIME *res, uint fuzzy_date); + bool eq(const Item *item, bool binary_cmp) const; void print(String *str); }; |