~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/haildb/haildb_engine.h

  • Committer: Monty Taylor
  • Date: 2010-12-26 00:22:34 UTC
  • mto: This revision was merged to the branch mainline in revision 2038.
  • Revision ID: mordred@inaugust.com-20101226002234-2sb62sm2gs0iftuy
Fixing some of the innodb c++ casting issues.

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
120
  ib_id_t table_id;
123
122
  ib_tpl_t tuple;
124
123
  bool advance_cursor;
125
124
  ib_lck_mode_t ib_lock_mode;
 
125
  int previous_error;
126
126
  bool cursor_is_sec_index;
127
127
 
128
128
  bool write_can_replace;