~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin.h

  • Committer: Brian Aker
  • Date: 2009-05-14 21:18:09 UTC
  • mfrom: (1019.1.1 merge)
  • Revision ID: brian@gaz-20090514211809-ihgb3p4vru33vgwz
Merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
 
100
100
 
101
101
#define SHOW_VAR_FUNC_BUFF_SIZE 1024
102
 
typedef int (*mysql_show_var_func)(Session *, struct st_mysql_show_var *, char *);
 
102
typedef int (*mysql_show_var_func)(struct st_mysql_show_var *, char *);
103
103
 
104
104
struct st_show_var_func_container {
105
105
  mysql_show_var_func func;