~vjsamuel/drizzle/fix-bug-850898

« back to all changes in this revision

Viewing changes to drizzled/sql_update.cc

  • Committer: Mark Atwood
  • Date: 2011-08-17 19:14:47 UTC
  • mfrom: (2385.3.17 rf)
  • Revision ID: me@mark.atwood.name-20110817191447-h86yzddvycd0xmof
mergeĀ lp:~olafvdspek/drizzle/refactor6

Show diffs side-by-side

added added

removed removed

Lines of Context:
385
385
            continue;  /* repeat the read of the same row if it still exists */
386
386
 
387
387
          table->cursor->position(table->getInsertRecord());
388
 
          if (my_b_write(&tempfile,table->cursor->ref,
389
 
                         table->cursor->ref_length))
 
388
          if (tempfile.write(table->cursor->ref, table->cursor->ref_length))
390
389
          {
391
390
            error=1;
392
391
            break;