~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/haildb/haildb_engine.h

  • Committer: Lee Bieber
  • Date: 2010-12-14 19:12:01 UTC
  • mfrom: (1994.2.2 build)
  • Revision ID: kalebral@gmail.com-20101214191201-h090vcfefa97eiv9
Merge Stewart - fix bug 655805 - HailDB Cursor not resetting this->cursor to clustered index after secondary index operations
Merge Andrew - fix bug 690083: Wrong results with regular expressions

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
  int reset();
118
118
 
119
119
private:
 
120
  ib_id_t table_id;
120
121
  ib_crsr_t cursor;
121
122
  ib_tpl_t tuple;
122
123
  bool advance_cursor;
123
124
  ib_lck_mode_t ib_lock_mode;
124
125
  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;