~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2009-07-28 23:44:32 UTC
  • mfrom: (1100.1.6 merge)
  • Revision ID: brian@gaz-20090728234432-t5hpryg40a4rz20b
Removal of all basic MRR

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
  bool engine_condition_pushdown;
146
146
 
147
147
  uint32_t optimizer_search_depth;
148
 
  /*
149
 
    Controls use of Engine-MRR:
150
 
      0 - auto, based on cost
151
 
      1 - force MRR when the storage engine is capable of doing it
152
 
      2 - disable MRR.
153
 
  */
154
 
  uint32_t optimizer_use_mrr;
155
148
  /* A bitmap for switching optimizations on/off */
156
149
  uint32_t optimizer_switch;
157
150
  uint32_t div_precincrement;