Egor Egorov <[EMAIL PROTECTED]> wrote:
> TO <[EMAIL PROTECTED]> wrote:
>> Does INNODB support nested transactions? If so, what version?
>
> No, InnoDB doesn't support nested transactions.
>
Well, not really. I've forgot to mention the savepoints:
http://www.mysql.com/doc/en/Savepoints.h
TO <[EMAIL PROTECTED]> wrote:
> Does INNODB support nested transactions? If so, what version?
No, InnoDB doesn't support nested transactions.
--
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
__ ___
Heikki Tuuri wrote:
Transaction savepoints are already implemented internally inside InnoDB. The
MySQL support for the syntax might come around August 2003. If someone is
willing to sponsor the implementation, they may come quicker.
For the sake of those with more programming time than money,
Thad,
- Original Message -
From: "Thad Humphries" <[EMAIL PROTECTED]>
Newsgroups: mailing.database.mysql
Sent: Monday, December 30, 2002 4:09 PM
Subject: nested transactions?
> Any word when/if MySQL might support nested transactions? I have a large
> Oracle ESQL application (36K lines)