~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/oldlibdrizzle.cc

  • Committer: Brian Aker
  • Date: 2010-02-18 04:43:04 UTC
  • mto: (1273.19.13 fix_is)
  • mto: This revision was merged to the branch mainline in revision 1304.
  • Revision ID: brian@gaz-20100218044304-q66bxjkrs8t20y7i
Remove option for status hookup in plugins (either generate your own table
function (and union) or we add a new type of plugin which just does this).

Show diffs side-by-side

added added

removed removed

Lines of Context:
850
850
  PLUGIN_LICENSE_GPL,
851
851
  init,             /* Plugin Init */
852
852
  deinit,           /* Plugin Deinit */
853
 
  NULL,             /* status variables */
854
853
  sys_variables, /* system variables */
855
854
  NULL              /* config options */
856
855
}