~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.h

Merge Joe

Show diffs side-by-side

added added

removed removed

Lines of Context:
518
518
 
519
519
protected:
520
520
  /* Service methods for use by storage engines. */
521
 
  void ha_statistic_increment(ulong system_status_var::*offset) const;
 
521
  void ha_statistic_increment(uint64_t system_status_var::*offset) const;
522
522
  void **ha_data(Session *) const;
523
523
 
524
524
private: