~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.h

  • Committer: Brian Aker
  • Date: 2010-02-19 01:37:43 UTC
  • mfrom: (1273.13.91 build)
  • Revision ID: brian@gaz-20100219013743-367qi0ea1j5vhgzy
Giant merge! Of everything for DD currently.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
/* Forward declaration for condition pushdown to storage engine */
89
89
typedef class Item COND;
90
90
 
91
 
typedef struct system_status_var SSV;
 
91
typedef struct system_status_var system_status_var;
92
92
 
93
93
class COST_VECT;
94
94
 
549
549
 
550
550
protected:
551
551
  /* Service methods for use by storage engines. */
552
 
  void ha_statistic_increment(ulong SSV::*offset) const;
 
552
  void ha_statistic_increment(ulong system_status_var::*offset) const;
553
553
  void **ha_data(Session *) const;
554
554
  Session *ha_session(void) const;
555
555