Documentation Home
MySQL 9.1 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 40.3Mb
PDF (A4) - 40.4Mb
Man Pages (TGZ) - 258.7Kb
Man Pages (Zip) - 365.7Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


7.5.8.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_program_bytes_max, which provides the size, in bytes, of the largest current MLE stored program, and mle_stored_program_sql_max shows the maximum number of SQL statements executed by any MLE stored program.