~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/hello_world/hello_world.cc

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
  PLUGIN_LICENSE_GPL,
71
71
  hello_world_plugin_init, /* Plugin Init */
72
72
  hello_world_plugin_deinit, /* Plugin Deinit */
73
 
  NULL,   /* status variables */
74
73
  NULL,   /* system variables */
75
74
  NULL    /* config options */
76
75
}