~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sys_var.cc

  • Committer: Olaf van der Spek
  • Date: 2011-06-24 15:25:06 UTC
  • mto: This revision was merged to the branch mainline in revision 2349.
  • Revision ID: olafvdspek@gmail.com-20110624152506-zivk37gp51e9w84u
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
1537
1537
  catch (std::exception&)
1538
1538
  {
1539
1539
    errmsg_printf(error::ERROR, _("Failed to initialize system variables"));
1540
 
    return(1);
 
1540
    return 1;
1541
1541
  }
1542
1542
  return 0;
1543
1543
}