~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/tztime.cc

  • Committer: Toru Maesaka
  • Date: 2008-12-18 06:53:47 UTC
  • mto: (713.1.5 devel)
  • mto: This revision was merged to the branch mainline in revision 714.
  • Revision ID: dev@torum.net-20081218065347-8m8lwkl5ejau69ht
Fixed the issues pointed out by Jay's code review

Show diffs side-by-side

added added

removed removed

Lines of Context:
301
301
    DRIZZLE_TIME has two matching my_time_t ranges and some of them have none.
302
302
*/
303
303
static void
304
 
gmt_sec_to_TIME(DRIZZLE_TIME *tmp, my_time_t sec_in_utc, const TIME_ZONE_INFO *sp)
 
304
gmt_sec_to_TIME(DRIZZLE_TIME *tmp, time_t sec_in_utc, const TIME_ZONE_INFO *sp)
305
305
{
306
306
  const TRAN_TYPE_INFO *ttisp;
307
307
  const LS_INFO *lp;