Attempting to use FastFixtureTestCase with our mysql database results in a message that it only supports databases which have transactions. Mysql does support transactions, however, so I'm not sure what's going on. I suppose it could be because Mysql doesn't support transactions for DDL, but I'm not certain why it would need to for this?