~mordred/drizzle/codestyle

« back to all changes in this revision

Viewing changes to drizzled/sql_update.cc

  • Committer: Monty
  • Date: 2008-10-02 05:41:33 UTC
  • mfrom: (398.1.10 codestyle)
  • Revision ID: mordred@scylla.inaugust.com-20081002054133-tyxv5bmqpazfaqqi
Merged up to 408 of stdint-includes-fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
651
651
  end_read_record(&info);
652
652
  delete select;
653
653
  thd_proc_info(thd, "end");
654
 
  VOID(table->file->extra(HA_EXTRA_NO_IGNORE_DUP_KEY));
 
654
  table->file->extra(HA_EXTRA_NO_IGNORE_DUP_KEY);
655
655
 
656
656
  /*
657
657
    error < 0 means really no error at all: we processed all rows until the
1484
1484
         todo/fixme: do_update() is never called with the arg 1.
1485
1485
         should it change the signature to become argless?
1486
1486
      */
1487
 
      VOID(do_updates());
 
1487
      do_updates();
1488
1488
    }
1489
1489
  }
1490
1490
  if (thd->transaction.stmt.modified_non_trans_table)