PDF (US Ltr)
- 41.8Mb
PDF (A4)
- 41.9Mb
Man Pages (TGZ)
- 272.4Kb
Man Pages (Zip)
- 378.3Kb
Info (Gzip)
- 4.2Mb
Info (Zip)
- 4.2Mb
JavaScript language support in MySQL conforms to the
ECMAScript
2024 Specification, and uses strict mode by default.
Strict mode cannot be disabled. This implementation includes all
of the standard ECMAScript library objects such as
Object, Function,
Math, Date,
String, and so forth.
console.log() and
console.error() are also supported (see
Section 27.3.12, “JavaScript Stored Program Examples”).