On Wed, Feb 25, 2009 at 12:15 AM, Christian Boos <[email protected]> wrote: > >> How did it happen that youngest revision was not updated in system >> table if a commit that inserted rev number into revision table was >> successful? Maybe transaction mechanism doesn't work for MySQL >> backend? > > See follow-up on http://trac.edgewall.org/ticket/8067 > Still a bit mysterious to me.
I believe that the cause was in using MyISAM type of tables that doesn't support multiple operation transactions. I've added a reply with explanations to the ticket. -- --anatoly t. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" 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/trac-dev?hl=en -~----------~----~----~----~------~----~------~--~---
