~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/benchmark/benchmarkudf.cc

Merged in some naming things.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
   return 0;
132
132
}
133
133
 
134
 
drizzle_declare_plugin
 
134
DRIZZLE_DECLARE_PLUGIN
135
135
{
136
136
  "benchmark",
137
137
  "1.0",
144
144
  NULL,   /* system variables */
145
145
  NULL    /* config options */
146
146
}
147
 
drizzle_declare_plugin_end;
 
147
DRIZZLE_DECLARE_PLUGIN_END;