> Your patch broke MySQL 5 heavily for me. I've uploaded my test results, > since it is not clear to me from the first glance what exactly broke those > (unrelated) tests. I'm sure you will fix it faster than I could.
Mislav: Thanks for the quick response. I got the same errors as you once when I stopped the test mid-stream. I fixed it by dropping and re-creating my activerecord_unittest and activerecord_unittest2 tables. The errors are in tests I did not modify and they occur because one of the test cases creates the tables but they already exist. It is possible I broke something. Is it supposed to gracefully deal with this situation? I think you'll find that if you drop and re-add your databases, the tests run without error. Also, I just discovered that there are three duplicates of this ticket, and one of them already has a patch in place (4593). I think my patch is more comprehensive (it fixes Fixtures, which the other doesn't). I'll look at combining them. Finally, I see there were some queries I missed. I'll clean those up too. Thanks so much, Geoff --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
