forked from percona/percona-server
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request percona#4537 from patrickbirch/ps-8.0-7960
PS-7960 Document percona-202104 and percona-202105 new functionality(…
- Loading branch information
Showing
4 changed files
with
107 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.. _added-features: | ||
|
||
================================================================================ | ||
Updated Supported Features | ||
================================================================================ | ||
|
||
The following is a list of the latest supported features: | ||
|
||
* **Percona Server for MySQL** 8.0.27-18 adds support for ``SELECT FOR UPDATE SKIP LOCKED/NOWAIT``. The transaction isolation level must be ``READ COMMITTED``. | ||
|
||
* **Percona Server for MySQL** 8.0.27-18 adds the ability to cancel ongoing manual compactions. The cancel methods are the following: | ||
|
||
* Using either Control+C (from a session) or KILL (from another session) for client sessions running manual compactions by ``SET GLOBAL rocksdb_compact_cf (variable)``. | ||
* Using a global variable ``rocksdb_cancel_manual_compactions`` to cancel all ongoing manual compactions. | ||
|
||
* **Percona Server for MySQL** 8.0.23-14 adds supported for `Generated Columns <https://dev.mysql.com/doc/refman/8.0/en/create-table-generated-columns.html>`_ and index are supported. Generated columns are not supported in versions earlier than 8.0.23-14. | ||
|
||
* **Percona Server for MySQL** 8.0.23-14 adds support for `explicit DEFAULT value expressions <https://dev.mysql.com/doc/refman/8.0/en/data-type-defaults.html>`__. From version 8.0.13-3 to version 8.0.22-13, MyRocks did not support these expressions. | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters