Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,27 @@ MariaDB 12.3 is a [long term release](../about/release-model.md), maintained unt

## New Features

* New hash algorithms for `PARTITION BY KEY` ([MDEV-9826](https://jira.mariadb.com/browse/MDEV-9826))
* Add support for Oracle `TO\_DATE()` ([MDEV-19683](https://jira.mariadb.com/browse/MDEV-19683))
* Configurable defaults for `MASTER\_SSL_*` settings for `CHANGE MASTER` ([MDEV-28302](https://jira.mariadb.com/browse/MDEV-28302))
* Hashicorp Plugin: Implement cache flush for forced key rotation ([MDEV-30847](https://jira.mariadb.com/browse/MDEV-30847))
* Fragment ROW replication events larger than `max\_packet\_size` ([MDEV-32570](https://jira.mariadb.com/browse/MDEV-32570))
### Compatibility Features

* Oracle `TO_DATE()` function ([MDEV-19683](https://jira.mariadb.com/browse/MDEV-19683))
* Support for cursors on prepared statements ([MDEV-33830](https://jira.mariadb.com/browse/MDEV-33830))
* `SET PATH` statement ([MDEV-34391](https://jira.mariadb.com/browse/MDEV-34391))
* Improving performance of binary logging by removing the need of syncing it ([MDEV-34705](https://jira.mariadb.com/browse/MDEV-34705))
* Implement Global temporary tables ([MDEV-35915](https://jira.mariadb.com/browse/MDEV-35915))
* Optimise reorderable LEFT JOINs ([MDEV-36055](https://jira.mariadb.com/browse/MDEV-36055))
* Support for `IS JSON` predicate ([MDEV-37072](https://jira.mariadb.com/browse/MDEV-37072))
* SQL Standard `SET PATH` statement ([MDEV-34391](https://jira.mariadb.com/browse/MDEV-34391))
* SQL Standard Global Temporary Tables ([MDEV-35915](https://jira.mariadb.com/browse/MDEV-35915))
* SQL Standard `IS JSON` predicate ([MDEV-37072](https://jira.mariadb.com/browse/MDEV-37072))
* Allow `UPDATE`/`DELETE` to read from a CTE ([MDEV-37220](https://jira.mariadb.com/browse/MDEV-37220))
* Basic XML data type ([MDEV-37261](https://jira.mariadb.com/browse/MDEV-37261))

### Replication

* Configurable defaults for `MASTER_SSL_*` settings for `CHANGE MASTER` ([MDEV-28302](https://jira.mariadb.com/browse/MDEV-28302))
* Fragment ROW replication events larger than `max_packet_size` ([MDEV-32570](https://jira.mariadb.com/browse/MDEV-32570))
* Improving performance of binary logging by removing the need of syncing it ([MDEV-34705](https://jira.mariadb.com/browse/MDEV-34705))

### Miscellaneous

* Hashicorp Plugin: Implement cache flush for forced key rotation ([MDEV-30847](https://jira.mariadb.com/browse/MDEV-30847))
* New hash algorithms for `PARTITION BY KEY` ([MDEV-9826](https://jira.mariadb.com/browse/MDEV-9826))
* Optimise reorderable LEFT JOINs ([MDEV-36055](https://jira.mariadb.com/browse/MDEV-36055))

## List of All MariaDB 12.3 Releases

Expand Down
Loading