~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/tztime.cc

  • Committer: Lee
  • Date: 2009-01-06 20:24:58 UTC
  • mfrom: (759 drizzle)
  • mto: This revision was merged to the branch mainline in revision 763.
  • Revision ID: lbieber@lbieber-desktop-20090106202458-82n4kyftrnakvl4r
merge with latest from the trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1057
1057
    */
1058
1058
    if (!(global_system_variables.time_zone= my_tz_find(session, &tmp_tzname2)))
1059
1059
    {
1060
 
      sql_print_error(_("Fatal error: Illegal or unknown default time zone '%s'"),
1061
 
                      default_tzname);
 
1060
      errmsg_printf(ERRMSG_LVL_ERROR,
 
1061
                    _("Fatal error: Illegal or unknown default time zone '%s'"),
 
1062
                    default_tzname);
1062
1063
      return true;
1063
1064
    }
1064
1065
  }