~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table/concurrent.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:
179
179
 
180
180
      if (not session->getKilled())
181
181
      {
182
 
        drizzle_reset_errors(session, 1);         // Clear warnings
 
182
        drizzle_reset_errors(*session, true);         // Clear warnings
183
183
        session->clear_error();                 // Clear error message
184
184
        goto retry;
185
185
      }