public marks

PUBLIC MARKS from mbertier with tags mysql & innodb

26 September 2006 15:00

An introduction to InnoDB error handling - Xaprb

Do you know the fine details of MySQL’s transactional error handling with the InnoDB storage engine? If you’re writing transactional SQL, you need to be prepared to handle errors appropriately, and to do that, you need to know how MySQL handles them. This article introduces you to the topic.