~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_update.cc

  • Committer: Lee Bieber
  • Date: 2011-02-10 01:09:23 UTC
  • mfrom: (2152.2.1 alter-table)
  • Revision ID: kalebral@gmail.com-20110210010923-mbwuwow0nudk7ryh
Merge Brian - more parser rework

Show diffs side-by-side

added added

removed removed

Lines of Context:
576
576
     * lp bug# 439719
577
577
     */
578
578
    session->main_da.reset_diagnostics_area();
579
 
    session->my_ok((ulong) session->row_count_func, found, id, buff);
580
 
    session->status_var.updated_row_count+= session->row_count_func;
 
579
    session->my_ok((ulong) session->rowCount(), found, id, buff);
 
580
    session->status_var.updated_row_count+= session->rowCount();
581
581
  }
582
582
  session->count_cuted_fields= CHECK_FIELD_ERROR_FOR_NULL;              /* calc cuted fields */
583
583
  session->setAbortOnWarning(false);