~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/log.cc

MergedĀ fromĀ toru.

Show diffs side-by-side

added added

removed removed

Lines of Context:
272
272
  return error;
273
273
}
274
274
 
275
 
mysql_declare_plugin(binlog)
 
275
drizzle_declare_plugin(binlog)
276
276
{
277
277
  DRIZZLE_STORAGE_ENGINE_PLUGIN,
278
278
  "binlog",
286
286
  NULL,                       /* system variables                */
287
287
  NULL                        /* config options                  */
288
288
}
289
 
mysql_declare_plugin_end;
 
289
drizzle_declare_plugin_end;