~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/haildb/haildb_engine.h

  • Committer: Brian Aker
  • Date: 2011-01-06 05:17:09 UTC
  • Revision ID: brian@tangent.org-20110106051709-oa0se8ur02uc6i9o
Added native functions into the function table.

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;