~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.h

  • Committer: Olaf van der Spek
  • Date: 2011-06-23 10:02:30 UTC
  • mto: This revision was merged to the branch mainline in revision 2348.
  • Revision ID: olafvdspek@gmail.com-20110623100230-w8vx1so32tkxsh6f
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
225
225
  void ha_release_auto_increment();
226
226
 
227
227
  /** to be actually called to get 'check()' functionality*/
228
 
  int ha_check(Session *session, HA_CHECK_OPT *check_opt);
 
228
  int ha_check(Session*);
229
229
 
230
230
  void ha_start_bulk_insert(ha_rows rows);
231
231
  int ha_end_bulk_insert();
232
232
  int ha_delete_all_rows();
233
233
  int ha_reset_auto_increment(uint64_t value);
234
 
  int ha_analyze(Session* session, HA_CHECK_OPT* check_opt);
 
234
  int ha_analyze(Session*);
235
235
 
236
236
  int ha_disable_indexes(uint32_t mode);
237
237
  int ha_enable_indexes(uint32_t mode);