~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Olaf van der Spek
  • Date: 2011-06-29 12:57:43 UTC
  • mto: This revision was merged to the branch mainline in revision 2362.
  • Revision ID: olafvdspek@gmail.com-20110629125743-tdhc4i70kp4wuuph
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
1939
1939
    main_da().reset_diagnostics_area();
1940
1940
 
1941
1941
  if (full)
1942
 
  {
1943
 
    drizzle_reset_errors(this, true);
1944
 
  }
 
1942
    drizzle_reset_errors(*this, true);
1945
1943
}
1946
1944
 
1947
1945
void Session::clearDiagnostics()