~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/tztime.cc

  • Committer: Mark Atwood
  • Date: 2009-01-05 04:37:22 UTC
  • mto: (758.1.1 devel)
  • mto: This revision was merged to the branch mainline in revision 759.
  • Revision ID: me@mark.atwood.name-20090105043722-03l4mzcxi4yjjjih
replace sql_print_error etc with errmsg_print

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
  }