~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/main.cc

  • Committer: Brian Aker
  • Date: 2011-10-18 17:07:03 UTC
  • mto: This revision was merged to the branch mainline in revision 2444.
  • Revision ID: brian@tangent.org-20111018170703-cwtp14k5tykbp2xz
Enable syslog and format sql_select

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
  if (session)
96
96
  {
97
97
    if (MyFlags & ME_FATALERROR)
 
98
    {
98
99
      session->is_fatal_error= 1;
 
100
    }
99
101
 
100
102
    /*
101
103
      @TODO There are two exceptions mechanism (Session and sp_rcontext),