~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pool_of_threads/pool_of_threads.cc

Merged embedded-innodb-write-row into embedded-innodb-rnd-read.

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
}