Comment 5 for bug 644760

Revision history for this message
Patrick Crews (patrick-crews) wrote : Re: Transaction log appears to lose data on implicit commit after a large number of queries have been executed.

I've linked a branch with a test - transaction_log.bug644670, that will result in a buggy log.

./test-run --suite=transaction_log bug64470

If parsing the print_transaction_message() output is tough (I find it is on long entries), you can call transaction_reader against the transaction_log to get SQL output.

As noted in the original description, there should be an entry for UPDATE'ing table c, but none will be present in the generated SQL.

from the /tests dir:
../drizzled/message/transaction_reader var/master-data/transaction.log