~stewart/drizzle/embedded-innodb-create-select-transaction-arrgh

« back to all changes in this revision

Viewing changes to drizzled/sql_update.cc

Merged embedded-innodb-autoincrement into embedded-innodb-create-select-transaction-arrgh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
456
456
      if (!can_compare_record || table->compare_record())
457
457
      {
458
458
        /* Non-batched update */
459
 
        error= table->cursor->ha_update_row(table->record[1],
 
459
        error= table->cursor->updateRecord(table->record[1],
460
460
                                            table->record[0]);
461
461
        if (!error || error == HA_ERR_RECORD_IS_THE_SAME)
462
462
        {