~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.h

Merged embedded-innodb-write-row into embedded-innodb-rnd-read.

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
 
556
556
private:
557
557
  /* Private helpers */
558
 
  inline void mark_trx_read_write();
 
558
  inline void setTransactionReadWrite();
559
559
private:
560
560
  /*
561
561
    Low-level primitives for storage engines.  These should be