~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_update.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-14 12:20:36 UTC
  • mto: This revision was merged to the branch mainline in revision 2407.
  • Revision ID: olafvdspek@gmail.com-20110814122036-ydjayvqjgwixp3o8
Refactor iocache

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;