~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/functions/time/curdate.cc

  • Committer: Brian Aker
  • Date: 2008-11-23 00:59:08 UTC
  • Revision ID: brian@tangent.org-20081123005908-yydyfzf60h8cc2zy
Update bits for replication

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
  Session *session= current_session;
60
60
  session->variables.time_zone->gmt_sec_to_TIME(now_time,
61
61
                                             (my_time_t)session->query_start());
62
 
  session->time_zone_used= 1;
63
62
}
64
63
 
65
64
/**