17
17
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
31
26
Item_func_year(Item *a) :Item_int_func(a) {}
33
28
const char *func_name() const { return "year"; }
34
30
int64_t val_int_endpoint(bool left_endp, bool *incl_endp);
35
31
void fix_length_and_dec()