~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/haildb/haildb_engine.h

  • Committer: Monty Taylor
  • Date: 2011-02-13 17:26:39 UTC
  • mfrom: (2157.2.2 give-in-to-pkg-config)
  • mto: This revision was merged to the branch mainline in revision 2166.
  • Revision ID: mordred@inaugust.com-20110213172639-nhy7i72sfhoq13ms
Merged in pkg-config fixes.

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);
118
119
 
119
120
private:
 
121
  ib_id_t table_id;
120
122
  ib_crsr_t cursor;
121
123
  ib_tpl_t tuple;
122
124
  bool advance_cursor;
123
125
  ib_lck_mode_t ib_lock_mode;
124
 
  int previous_error;
 
126
  bool cursor_is_sec_index;
125
127
 
126
128
  bool write_can_replace;
127
129
  uint64_t hidden_autoinc_pkey_position;