~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/log.cc

MergingĀ fromĀ Mark.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4679
4679
#endif /* INNODB_COMPATIBILITY_HOOKS */
4680
4680
 
4681
4681
 
4682
 
struct st_mysql_storage_engine binlog_storage_engine=
4683
 
{ MYSQL_HANDLERTON_INTERFACE_VERSION };
4684
 
 
4685
4682
mysql_declare_plugin(binlog)
4686
4683
{
4687
4684
  MYSQL_STORAGE_ENGINE_PLUGIN,
4688
 
  &binlog_storage_engine,
4689
4685
  "binlog",
 
4686
  "1.0",
4690
4687
  "MySQL AB",
4691
4688
  "This is a pseudo storage engine to represent the binlog in a transaction",
4692
4689
  PLUGIN_LICENSE_GPL,
4693
4690
  binlog_init, /* Plugin Init */
4694
4691
  NULL, /* Plugin Deinit */
4695
 
  0x0100 /* 1.0 */,
4696
4692
  NULL,                       /* status variables                */
4697
4693
  NULL,                       /* system variables                */
4698
4694
  NULL                        /* config options                  */