Skip navigation links

MySQL Forums :: Transactions :: making schema changes as part of transaction


Advanced Search

Re: making schema changes as part of transaction
Posted by: Jay Pipes ()
Date: November 16, 2005 11:38AM

Schema creation will implicitly commit the transaction up to the point of the DDL statement, so be sure to make all *data* changes and either commit or rollback *before* issuing any DDL statement...

Jay Pipes
Community Relations Manager, North America, MySQL Inc.

Got Cluster? http://www.mysql.com/cluster
Personal: http://jpipes.com

Options: ReplyQuote


Subject Views Written By Posted
making schema changes as part of transaction 2068 sandy801 11/16/2005 02:10AM
Re: making schema changes as part of transaction 1688 Jay Pipes 11/16/2005 11:38AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.