diff options
author | jani@ua141d10.elisa.omakaista.fi <> | 2005-10-28 02:36:19 +0300 |
---|---|---|
committer | jani@ua141d10.elisa.omakaista.fi <> | 2005-10-28 02:36:19 +0300 |
commit | af50eff0d29bdb08f98124f9e8f8a5eb063c16c4 (patch) | |
tree | 15e24b28ea84bf971a840e358e58bfdcfb90ebe9 /sql/item_timefunc.h | |
parent | cbe21a8eb6c53ed4eb7f6228a322d642abacde95 (diff) | |
download | mariadb-git-af50eff0d29bdb08f98124f9e8f8a5eb063c16c4.tar.gz |
Merge 4.1 - 5.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 8e15acbc1fc..196966f5388 100644 --- a/sql/item_timefunc.h +++ b/sql/item_timefunc.h @@ -537,6 +537,7 @@ public: { return is_time_format ? "time_format" : "date_format"; } void fix_length_and_dec(); uint format_length(const String *format); + bool eq(const Item *item, bool binary_cmp) const; }; |