~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/signal_handler/signal_handler.cc

Merged up with build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
244
244
  return 0;
245
245
}
246
246
 
247
 
static struct st_mysql_sys_var* system_variables[]= {
 
247
static drizzle_sys_var* system_variables[]= {
248
248
  NULL
249
249
};
250
250
 
251
 
drizzle_declare_plugin
 
251
DRIZZLE_DECLARE_PLUGIN
252
252
{
253
253
  "signal_handler",
254
254
  "0.1",
261
261
  system_variables,   /* system variables */
262
262
  NULL    /* config options */
263
263
}
264
 
drizzle_declare_plugin_end;
 
264
DRIZZLE_DECLARE_PLUGIN_END;