~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.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:
1830
1830
        if (session->getClient()->flush())
1831
1831
          goto err;
1832
1832
      }
1833
 
      drizzle_reset_errors(session, true);
 
1833
      drizzle_reset_errors(*session, true);
1834
1834
    }
1835
1835
    session->getClient()->store(table_name.c_str());
1836
1836
    session->getClient()->store(operator_name);