Related Documentation Download this Manual
PDF (US Ltr) - 40.8Mb
PDF (A4) - 40.9Mb
Man Pages (TGZ) - 259.6Kb
Man Pages (Zip) - 366.9Kb
Info (Gzip) - 4.1Mb
Info (Zip) - 4.1Mb


MySQL 9.2 Reference Manual  /  General Information  /  What Is New in MySQL 9.2

1.4 What Is New in MySQL 9.2

This section summarizes what has been added to, deprecated in, changed, and removed from MySQL 9.2 since MySQL 9.1. A companion section lists MySQL server options and variables that have been added, deprecated, or removed in MySQL 9.2; see Section 1.5, “Server and Status Variables and Options Added, Deprecated, or Removed in MySQL 9.2”.

Features Added or Changed in MySQL 9.2

The following features have been added to MySQL 9.2:

Features Deprecated in MySQL 9.2

The following features are deprecated in MySQL 9.2 and may be removed in a future series. Where alternatives are shown, applications should be updated to use them.

For applications that use features deprecated in MySQL 9.2 that have been removed in a later MySQL version, statements may fail when replicated from a MySQL 9.2 source to a replica running a later version, or may have different effects on source and replica. To avoid such problems, applications that use features deprecated in 9.2 should be revised to avoid them and use alternatives when possible.

Features Removed in MySQL 9.2

The following items are obsolete and have been removed in MySQL 9.2. Where alternatives are shown, applications should be updated to use them.

For MySQL 9.1 applications that use features removed in MySQL 9.2, statements may fail when replicated from a MySQL 9.1 source to a MySQL 9.2 replica, or may have different effects on source and replica. To avoid such problems, applications that use features removed in MySQL 9.2 should be revised to avoid them and use alternatives when possible.

  • BINLOG keyword now restricted.  The BINLOG keyword is now restricted, and can no longer be used unquoted as a label in a MySQL stored routine or stored function. You should update any affected applications accordingly, before upgrading to MySQL 9.2.

    See Section 11.3, “Keywords and Reserved Words”, for more information.