So, back when we released our first beta in September, one of the many responses was this
The comments about the reliability / durability of the log definitely struck me as testing we needed.
It’s taken a while (we had this GA thing we were working on…), but we finally have crash and recover testing of the innodb transaction log and the slave plugin.
Here is what happens for the innodb-based log:
- Set up the test servers and start the randgen with the trx_log grammars. I’ll point you …