DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info.gz) Cannot roll back

Info Catalog (mysql.info.gz) COMMIT (mysql.info.gz) Transactional Commands (mysql.info.gz) Implicit commit
 
 13.4.2 Statements That Cannot Be Rolled Back
 --------------------------------------------
 
 Some statements cannot be rolled back.  In general, these include data
 definition language (DDL) statements, such as those that create or drop
 databases, or those that create, drop, or alter tables.
 
 You should design your transactions not to include such statements.  If
 you issue a statement early in a transaction that cannot be rolled back,
 and then another statement later fails, the full effect of the
 transaction cannot be rolled back by issuing a `ROLLBACK' statement.
 
Info Catalog (mysql.info.gz) COMMIT (mysql.info.gz) Transactional Commands (mysql.info.gz) Implicit commit
automatically generated byinfo2html