Documentation Home
MySQL 9.1 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 40.4Mb
PDF (A4) - 40.5Mb
Man Pages (TGZ) - 259.5Kb
Man Pages (Zip) - 366.7Kb
Info (Gzip) - 4.1Mb
Info (Zip) - 4.1Mb


MySQL 9.1 Reference Manual  / ...  / Stored Objects  / JavaScript Stored Programs  /  JavaScript Stored Program Language Support

27.3.3 JavaScript Stored Program Language Support

JavaScript language support in MySQL conforms to theECMAScript 2023 Specification, and uses strict mode by default. Strict mode cannot be disabled. This implementation includes all of the standard ECMAScript library objects such asObject,Function,Math,Date,String, and so forth.console.log() andconsole.error() are also supported (seeSection 27.3.10, “JavaScript Stored Program Examples”).