~jaypipes/drizzle/refactor-trx-log-applier

« back to all changes in this revision

Viewing changes to plugin/pool_of_threads/pool_of_threads.cc

  • Committer: Jay Pipes
  • Date: 2010-02-19 16:50:16 UTC
  • mfrom: (1273.1.31 staging)
  • Revision ID: jpipes@serialcoder-20100219165016-9su7domkzi21uznr
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
683
683
  PLUGIN_LICENSE_GPL,
684
684
  init, /* Plugin Init */
685
685
  deinit, /* Plugin Deinit */
686
 
  NULL,   /* status variables */
687
686
  sys_variables,   /* system variables */
688
687
  NULL    /* config options */
689
688
}