~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:17:19 UTC
  • mto: This revision was merged to the branch mainline in revision 1020.
  • Revision ID: brian@gaz-20090514211719-r7q4pe39t4pd8lyg
Merge (also removes session from show variables).

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;