~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/haildb/haildb_engine.h

  • Committer: Lee Bieber
  • Date: 2010-11-14 23:15:42 UTC
  • mfrom: (1929.1.42 warning-stack-frame)
  • Revision ID: kalebral@gmail.com-20101114231542-fnnu6ydd2p17n582
Merge Monty - fix bug 672372: some functions use > 32k stack

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;