~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Olaf van der Spek
  • Date: 2011-04-19 13:18:03 UTC
  • mto: This revision was merged to the branch mainline in revision 2287.
  • Revision ID: olafvdspek@gmail.com-20110419131803-vns5ltmraa4fuffq
Prune

Show diffs side-by-side

added added

removed removed

Lines of Context:
1079
1079
 
1080
1080
  find_plugin_dir(argv[0]);
1081
1081
 
1082
 
  /*
1083
 
    We set SYSTEM time zone as reasonable default and
1084
 
    also for failure of my_tz_init() and bootstrap mode.
1085
 
    If user explicitly set time zone with --default-time-zone
1086
 
    option we will change this value in my_tz_init().
1087
 
  */
1088
 
  global_system_variables.time_zone= my_tz_SYSTEM;
1089
 
 
1090
1082
  char ret_hostname[FN_REFLEN];
1091
1083
  if (gethostname(ret_hostname,sizeof(ret_hostname)) < 0)
1092
1084
  {