On Saturday, July 20, 2013 at 10:33 , Kristian Nielsen wrote:
Giuseppe Maxia <g.maxia@gmail.com> writes:Specifically, I would like to know* what are the differences between binary logs in MariaDB 5.5 and 10.0* what are the differences between binary logs in MariaDB 10.0 and MySQL 5.6.I think the difference is mainly the addition of new events. At least, Icannot think of any other major differences off the top of my head.Thus, you can check the enum Log_event_type in sql/log_event.h in thedifferent versions against each other to see which events are added in whichversion and missing in the other versions.At least some of the added events have documentation of the format of theevent data in the comments in sql/log_event.h at the corresponding classdefinition.Unfortunately I am not aware of any systematic documentation for readingbinlog events or differences between versions. It would certainly be a usefuladdition.But you're most welcome to ask if you have any questions, of course.- Kristian.