~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/ha_myisam.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:
640
640
  return mi_close(tmp);
641
641
}
642
642
 
643
 
int ha_myisam::write_row(unsigned char *buf)
 
643
int ha_myisam::doInsertRecord(unsigned char *buf)
644
644
{
645
645
  ha_statistic_increment(&system_status_var::ha_write_count);
646
646