~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/haildb/haildb_engine.h

  • Committer: Brian Aker
  • Date: 2010-11-26 22:40:33 UTC
  • mto: This revision was merged to the branch mainline in revision 1958.
  • Revision ID: brian@tangent.org-20101126224033-yt9a3o82w2rhaihp
Adding select for update test with flush locks engaged.

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
                          uint64_t *nb_reserved_values);
116
116
 
117
117
  int reset();
118
 
  int analyze(drizzled::Session* session);
119
118
 
120
119
private:
121
 
  ib_id_t table_id;
122
120
  ib_crsr_t cursor;
123
121
  ib_tpl_t tuple;
124
122
  bool advance_cursor;
125
123
  ib_lck_mode_t ib_lock_mode;
126
 
  bool cursor_is_sec_index;
 
124
  int previous_error;
127
125
 
128
126
  bool write_can_replace;
129
127
  uint64_t hidden_autoinc_pkey_position;