~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/structs.h

  • Committer: Brian Aker
  • Date: 2010-02-03 21:54:38 UTC
  • mto: This revision was merged to the branch mainline in revision 1281.
  • Revision ID: brian@gaz-20100203215438-9ixkp214vio85mub
Fixing test cases/removed dead optimizer switches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
  JoinTable *do_insideout_scan;
142
142
} READ_RECORD;
143
143
 
144
 
extern const char *show_comp_option_name[];
145
 
 
146
144
typedef int *(*update_var)(Session *, struct drizzle_show_var *);
147
145
 
148
146
        /* Bits in form->status */