Path: csiph.com!usenet.pasdenom.info!news.albasani.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'adam': 0.16; 'broken.': 0.16; 'development?': 0.16; 'expecting': 0.16; 'from:addr:awilliam': 0.16; 'from:addr:whitemice.org': 0.16; 'from:name:adam tauno williams': 0.16; 'received:72.14.190': 0.16; 'received:72.14.190.87': 0.16; 'received:mail.wmmi.net': 0.16; 'received:wmmi.net': 0.16; 'subject:python': 0.16; 'app': 0.19; 'commit': 0.19; 'written': 0.21; 'header:User-Agent:1': 0.23; 'williams': 0.24; 'header:In-Reply-To:1': 0.27; 'to:2**1': 0.27; 'newer': 0.30; 'subject:Database': 0.31; 'received:72.14': 0.33; 'could': 0.34; 'no,': 0.35; 'there': 0.35; 'wrong': 0.37; 'received:10': 0.37; 'auto': 0.38; 'to:addr:python-list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'new': 0.61; 'back': 0.62; 'to:addr:gmail.com': 0.65; 'detail.': 0.68; 'subject:via': 0.84 User-Agent: K-9 Mail for Android In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: Database statements via python but database left intact From: Adam Tauno Williams Date: Sun, 06 Oct 2013 11:55:49 -0400 To: =?UTF-8?B?zp3Or866zr/PgiDOkc67zrXOvs+Mz4DOv8+FzrvOv8+C?= , python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1381074937 news.xs4all.nl 15976 [2001:888:2000:d::a6]:55088 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:56265 >I neved had though of than an engine type could make so much mess. Because your app and how it is written is broken. >MyISAM is the way to go then for my web development? >Why InnoDB failed to execute the queries? No, nothing failed. Your app is broken. You are depending on auto commit - and that is a back end implementation detail. DO NOT USE AUTOCOMMIT. The newer engine is expecting you to do things the right way. The old engine was sloppy and does serialization wrong - the reason there is a new engine. -- Adam Tauno Williams