~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/haildb/haildb_engine.h

  • Committer: Andrew Hutchings
  • Date: 2010-11-09 13:38:01 UTC
  • mto: (1919.1.2 trunk)
  • mto: This revision was merged to the branch mainline in revision 1920.
  • Revision ID: andrew@linuxjedi.co.uk-20101109133801-byjzsao76346395x
Add FLUSH GLOBAL STATUS; command
Clears the global status variables for the server

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;