~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Monty Taylor
  • Date: 2009-03-18 19:18:55 UTC
  • mto: (950.1.1 mordred)
  • mto: This revision was merged to the branch mainline in revision 943.
  • Revision ID: mordred@inaugust.com-20090318191855-30mv0eskfel4giwx
Removed more unused macros/things we don't need to check because they are posix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1389
1389
    return 1;
1390
1390
  drizzle_init_variables();
1391
1391
 
1392
 
#ifdef HAVE_TZNAME
1393
1392
  {
1394
1393
    struct tm tm_tmp;
1395
1394
    localtime_r(&server_start_time,&tm_tmp);
1397
1396
            sizeof(system_time_zone)-1);
1398
1397
 
1399
1398
 }
1400
 
#endif
1401
1399
  /*
1402
1400
    We set SYSTEM time zone as reasonable default and
1403
1401
    also for failure of my_tz_init() and bootstrap mode.