Re: MySQL 5.1 Rolling back a transaction containing Create Alter Drop table statements

2009-03-16 Thread Baron Schwartz
On Mon, Mar 16, 2009 at 10:25 AM, Hatem Nassrat wrote: > Hi, > > Is there any way to rollback a transaction in MySQL 5.1 that contains > "Create", "Alter", "Drop", table statements. No. Sorry. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http

MySQL 5.1 Rolling back a transaction containing Create Alter Drop table statements

2009-03-16 Thread Hatem Nassrat
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