~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin.h

  • Committer: Toru Maesaka
  • Date: 2009-01-27 05:41:28 UTC
  • mto: (779.3.8 devel)
  • mto: This revision was merged to the branch mainline in revision 816.
  • Revision ID: dev@torum.net-20090127054128-1ljk38lxqd8trj72
Renamed mysql_declare_plugin_end to drizzle_declare_plugin_end

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
__DRIZZLE_DECLARE_PLUGIN(NAME, \
87
87
                 builtin_ ## NAME ## _plugin)
88
88
 
89
 
#define mysql_declare_plugin_end ,{0,0,0,0,0,0,0,0,0,0,0}}
 
89
#define drizzle_declare_plugin_end ,{0,0,0,0,0,0,0,0,0,0,0}}
90
90
 
91
91
/*
92
92
  declarations for SHOW STATUS support in plugins