Kenneth Loafman <[EMAIL PROTECTED]> wrote: > Sounds like InnoDB is still borked though. You should not have to use a > commit unless you have started a transaction, as I understand it. The > semantics for non-transaction access should be identical.
Are you explicitly telling Python not to use transactions in the DB interface, or are you leaving it to a default? If so, does Python default to transactions when available? I use perl, not python, so I don't know the answer, but that's the question I'd ask in this situation. You're using an API, not talking to MySQL directly via its own client program, so examine what the API is doing. -- Cos -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]