December 2005
Intermediate to advanced
336 pages
4h 52m
English
In this chapter you’ll learn what transactions are and how to use COMMIT and ROLLBACK statements to manage transaction processing.
Not All Engines Support Transactions—. As explained in Chapter 21, “Creating and Manipulating Tables,” MySQL supports the use of several underlying database engines. Not all engines support explicit management of transaction processing, as will be explained in this chapter. The two most commonly used engines are MyISAM and InnoDB. The former does not support explicit transaction management and the latter does. This is why the sample tables used in this book were created to use InnoDB instead of the more commonly used MyISAM. If you need ...
Read now
Unlock full access