223
223
int updateRecord(const unsigned char * old_data, unsigned char * new_data) __attribute__ ((warn_unused_result));
224
224
int deleteRecord(const unsigned char * buf) __attribute__ ((warn_unused_result));
225
225
void ha_release_auto_increment();
230
227
void ha_start_bulk_insert(ha_rows rows);
231
228
int ha_end_bulk_insert();
232
229
int ha_delete_all_rows();