~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_update.cc

Merge Joe, plus I updated the tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
568
568
     */
569
569
    session->main_da.reset_diagnostics_area();
570
570
    session->my_ok((ulong) session->row_count_func, found, id, buff);
 
571
    session->status_var.updated_row_count+= session->row_count_func;
571
572
  }
572
573
  session->count_cuted_fields= CHECK_FIELD_ERROR_FOR_NULL;              /* calc cuted fields */
573
574
  session->abort_on_warning= 0;