I would like to be able to perform atomic commits using the same connection object using the MySQLDb library in Python3. I don't think it should be necessary to make two network connections to the database just to perform multiple atomic commits, but that seems to be the situation. Is the only alternative to create a connection pool?I would like to be able to perform atomic commi