~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/mysql/plugin.h

  • Committer: Stewart Smith
  • Date: 2008-07-09 01:40:54 UTC
  • mfrom: (105 drizzle)
  • mto: This revision was merged to the branch mainline in revision 111.
  • Revision ID: stewart@flamingspork.com-20080709014054-xfgfzirbhqzrzkkj
mergeĀ fromĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
  enum enum_mysql_show_type type;
123
123
};
124
124
 
 
125
 
125
126
#define SHOW_VAR_FUNC_BUFF_SIZE 1024
126
127
typedef int (*mysql_show_var_func)(MYSQL_THD, struct st_mysql_show_var*, char *);
127
128
 
128
 
 
129
129
/*
130
130
  declarations for server variables and command line options
131
131
*/