~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/mysql/plugin.h

  • Committer: Brian Aker
  • Date: 2008-07-09 16:23:26 UTC
  • mfrom: (77.1.47 codestyle)
  • Revision ID: brian@tangent.org-20080709162326-r1lzclu3qd8cqk6i
Merge of Monty's work

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
*/