Hi,

Is there any way to rollback a transaction in MySQL 5.1 that contains
"Create", "Alter", "Drop", table statements.

i.e. is there any way to turn off the feature:

    "Statements That Cause an Implicit Commit"

or even remove some of the default statements that cause a commit.

I tried using the TEMPORARY KEYWORD. It is not exactly what I want.
Moreover, the ALTER syntax does not accept a TEMPORARY Keyword, and
ALTER a temporary table causes an explicit commit.


Any thoughts on this issue,

-- 
Hatem Nassrat

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to