From: Warren Young Date: December 12 2008 2:05am Subject: Re: Nested transaction should throw exception? List-Archive: http://lists.mysql.com/plusplus/8256 Message-Id: <83011E73-1420-433C-8D8F-25D411D83F9D@etr-usa.com> MIME-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On Dec 11, 2008, at 4:54 AM, Joel Fielder wrote: > Personally, I'd like to know if my code is attempting a nested > transaction, and ideally by means of an exception. It's already on the Wishlist. It'll have to wait for v4.0 because it means adding a flag to Connection or DBDriver, which changes the object size, thus breaking the ABI.