~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item_timefunc.h

update to latest from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
612
612
 
613
613
class Item_func_from_unixtime :public Item_date_func
614
614
{
615
 
  THD *thd;
 
615
  Session *session;
616
616
 public:
617
617
  Item_func_from_unixtime(Item *a) :Item_date_func(a) {}
618
618
  int64_t val_int();