~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/mysql/plugin.h

  • Committer: Monty Taylor
  • Date: 2008-07-09 15:52:52 UTC
  • mto: (77.6.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 112.
  • Revision ID: monty@inaugust.com-20080709155252-lnzmxxje1g40z3a7
Warning fixes. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
#define SHOW_VAR_FUNC_BUFF_SIZE 1024
127
127
typedef int (*mysql_show_var_func)(MYSQL_THD, struct st_mysql_show_var*, char *);
128
128
 
 
129
struct st_show_var_func_container {
 
130
  mysql_show_var_func func;
 
131
};
129
132
/*
130
133
  declarations for server variables and command line options
131
134
*/