~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.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:
494
494
  */
495
495
  if (all_tables || ! session->lex().is_single_level_stmt())
496
496
  {
497
 
    drizzle_reset_errors(session, 0);
 
497
    drizzle_reset_errors(*session, 0);
498
498
  }
499
499
 
500
500
  assert(not session->transaction.stmt.hasModifiedNonTransData());