1 Dec 2009 16:15
Does injector handle only insert/update/delete events?
Yuan Wang <wangyuanzju <at> gmail.com>
2009-12-01 15:15:01 GMT
2009-12-01 15:15:01 GMT
We are developing a non-transactional storage engine. The default behavior of binlog is not suitable for this engine because it will cache all events to the end of the statement, however my engine release row locks early. So we should use the injector interface to write our own binlogs, as Mats suggested. We have looked the injector interface. It seems that this interface handles only row insert/update/delete operations? Is that right? Are all binlogs of DDLs still handled by MySQL? -- -- MySQL Internals Mailing List For list archives: http://lists.mysql.com/internals To unsubscribe: http://lists.mysql.com/internals?unsub=gcdmd-internals <at> m.gmane.org
RSS Feed