~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/embedded_innodb/embedded_innodb_engine.cc

  • Committer: Jay Pipes
  • Date: 2010-04-20 18:14:52 UTC
  • mto: This revision was merged to the branch mainline in revision 1501.
  • Revision ID: jpipes@serialcoder-20100420181452-l57dtelwond5xt6g
Cursor::write_row() -> Cursor::doInsertRecord().  Cursor::ha_write_row() -> Cursor::insertRecord()

Show diffs side-by-side

added added

removed removed

Lines of Context:
1192
1192
  return err;
1193
1193
}
1194
1194
 
1195
 
int EmbeddedInnoDBCursor::write_row(unsigned char *)
 
1195
int EmbeddedInnoDBCursor::doInsertRecord(unsigned char *)
1196
1196
{
1197
1197
  if (table->next_number_field)
1198
1198
    update_auto_increment();