4679
4679
#endif /* INNODB_COMPATIBILITY_HOOKS */
4685
4682
mysql_declare_plugin(binlog)
4687
4684
MYSQL_STORAGE_ENGINE_PLUGIN,
4691
4688
"This is a pseudo storage engine to represent the binlog in a transaction",
4693
4690
binlog_init, /* Plugin Init */
4694
4691
NULL, /* Plugin Deinit */
4696
4692
NULL, /* status variables */
4697
4693
NULL, /* system variables */
4698
4694
NULL /* config options */