Skip navigation links
Articles
Reporting MySQL Internals with Information Schema plug-ins
Add to My Link Library +0 Vote Up -0Vote Down
In this article, you'll learn how to write an information schema plug-in that can access some of the internals of the MySQL server. For this particular purpose, we will focus on a plug-in that reports all the SAVEPOINTs available in the current session. This MYSQL_SAVEPOINTS plug-in may be of some value when debugging scripts and stored routines that rely on complex scenarios using transactions and savepoints.


Report this link: