Documentation Home
MySQL 9.0 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 39.9Mb
PDF (A4) - 40.0Mb
Man Pages (TGZ) - 258.2Kb
Man Pages (Zip) - 365.4Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


7.5.6.4 MLE Component Stored Program Usage

Several system status variables provide information about usage of MLE stored programs. The Mle_stored_procedures, Mle_stored_functions, and Mle_stored_programs status variables show, respectively, the numbers of MLE stored procedures, MLE stored functions, and MLE stored programs which are presently cached, across all user sessions.

Additional MLE stored program metrics can be obtained from two status variables Mle_stored_programs_bytes_max, which provides the size, in bytes, of the largest current MLE stored program, and Mle_stored_programs_sql_max shows the maximum number of SQL statements executed by any MLE stored program.