Comment 3 for bug 674588

Revision history for this message
Patrick Crews (patrick-crews) wrote :

Attached in the tarball is the dumpfile of the master db post-test, the transaction log, and the randgen output (lists all queries executed + failure output).

This data is from a run that should be easy to troubleshoot:
select transaction_id, count(transaction_id) from transaction_log_transactions group by transaction_id having count(transaction_id) > 1;
+----------------+-----------------------+
| transaction_id | count(transaction_id) |
+----------------+-----------------------+
| 776 | 2 |
| 782 | 2 |
| 788 | 2 |
| 794 | 2 |
| 801 | 2 |
| 808 | 2 |
| 815 | 2 |
| 822 | 2 |
| 1427 | 2 |
| 1435 | 2 |
| 1443 | 2 |
| 1451 | 2 |
| 1460 | 2 |
| 1469 | 2 |
| 1478 | 2 |
| 1487 | 2 |
| 2053 | 17 |
| 2081 | 5 |
| 2097 | 4 |
| 2105 | 4 |
+----------------+-----------------------+
20 rows in set (0 sec)