~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/handler/ha_innodb.h

  • Committer: Jay Pipes
  • Date: 2010-04-20 18:33:21 UTC
  • mto: This revision was merged to the branch mainline in revision 1501.
  • Revision ID: jpipes@serialcoder-20100420183321-v1glb8qm3l88gv1j
Cursor::update_row() changed to doUpdateRecord() and updateRecord()

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
        UNIV_INTERN double read_time(uint index, uint ranges, ha_rows rows);
132
132
 
133
133
        UNIV_INTERN int doInsertRecord(unsigned char * buf);
134
 
        UNIV_INTERN int update_row(const unsigned char * old_data, unsigned char * new_data);
 
134
        UNIV_INTERN int doUpdateRecord(const unsigned char * old_data, unsigned char * new_data);
135
135
        UNIV_INTERN int delete_row(const unsigned char * buf);
136
136
        UNIV_INTERN bool was_semi_consistent_read();
137
137
        UNIV_INTERN void try_semi_consistent_read(bool yes);