~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/structs.h

MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
 
143
143
extern const char *show_comp_option_name[];
144
144
 
145
 
typedef int *(*update_var)(Session *, struct st_mysql_show_var *);
 
145
typedef int *(*update_var)(Session *, struct drizzle_show_var *);
146
146
 
147
147
        /* Bits in form->status */
148
148
#define STATUS_NO_RECORD        (1+2)   /* Record isn't usably */