All pages
Powered by GitBook
1 of 1

Loading...

MariaDB 11.1.1 Changelog

The most recent release of MariaDB 11.1 is:MariaDB 11.1.6 Stable (GA) Download NowAlternate download from mariadb.org

Download 11.1.1Release NotesChangelogOverview of 11.1

Alternate download from mariadb.org

Release date: 6 Jun 2023

For the highlights of this release, see the release notes.

The revision number links will take you to the revision's page on GitHub. On GitHub you can view more details of the revision and view diffs of the code modified in that revision.

  • Changes from 11.1.0 are also included in this changelog

  • Includes all fixes from

  • 2023-05-25 11:42:25 +0200

    • columnstore warnings with gcc 12.x and 13.x

  • 2023-05-27 00:58:36 +0200

    • disable lto in srpm builds

  • 2023-05-05 16:53:49 +0200

    • Switch to new version of ColumnStore

  • 2023-04-13 18:19:37 +0200

    • enable ColumnStore only on selected DEB distributions

  • 2023-04-13 18:18:57 +0200

    • autobake-deb: move columnstore code down

  • 2022-11-14 20:46:42 +0100

    • more C API methods in the service_sql

  • 2023-02-09 14:09:31 +0700

    • Fix incorrect view names in printed queries

  • 2023-02-04 14:12:54 +0700

    • Fix crash for CREATE TABLE from pushed union

  • 2022-08-20 22:23:45 +0700

    • Allow pushdown of UNIONs to foreign engines

  • Merge 2023-06-05 20:13:06 +0200 - Merge branch '11.0' into 11.1

  • 2023-05-31 09:04:33 +1000

    • Update README.md

  • 2023-05-29 19:03:53 -0300

    • Update README to point to the Security Policy in GitHub

  • 2023-05-29 18:45:49 -0300

    • Create SECURITY.md

  • 2023-05-02 16:34:07 +0530

    • : Incorrect result for "SELECT JSON_SCHEMA_VALID('{}', NULL)" Analysis: null_value is not set if any one of the arguments is NULL. So it returns 1. Fix: when either argument is NULL, set null_value to true, so that null can be returned

  • 2023-04-25 13:54:05 +0530

    • : JSON_SCHEMA_VALID for type=array return 1 for any string that starts with '['

  • 2023-03-09 10:39:29 -0800

    • [] Clear error when --event-scheduler=ON is combined with --skip-grant-tables

  • 2023-04-17 17:51:34 +0530

    • : UBSAN|downcast of address X which does not point to an object of type 'Item_string' in sql/json_schema.cc

  • 2023-03-03 13:50:46 +0530

    • : JSON_SCHEMA_VALID: schema with multipleOf for big value always return 1

  • 2023-03-02 17:19:36 +0530

    • : JSON_SCHEMA_VALID: multipleOf must be greater than zero

  • 2023-03-02 19:09:45 +0530

    • : JSON_SCHEMA_VALID : Enum array must have at least one value

  • 2023-03-02 17:50:19 +0530

    • : Server crashed on function JSON_SCHEMA_VALID with incorrect input json schema

  • 2023-04-04 14:39:41 +0530

    • : Additional key values are not validating properly when using unevaluatedProperties with properties declared in subschemas

  • 2023-04-04 13:35:02 +0530

    • : JSON_SCHEMA_VALID is not validating case sensitive when using regex

  • 2023-03-06 18:00:04 +0530

    • : JSON_SCHEMA_VALID bugs mentioned in comment

  • 2022-10-28 13:03:13 +0530

    • : Implement JSON Schema Validation FUNCTION

  • 2023-04-11 11:18:42 +0700

    • Index usage for DATE(datetime_column) = const does not work for DELETE and UPDATE

  • 2023-03-24 21:01:09 +0700

    • Index usage for DATE(datetime_column) = const does not work for engine Memory

  • 2023-02-17 19:21:30 +0700

    • Allow index usage for DATE(col) <=> const and YEAR <=> const

  • 2023-04-13 23:10:52 +1000

    • remove #ifdef SPIDER_use_LEX_CSTRING_for_Field_blob_constructor

  • 2023-03-12 13:55:30 +0800

    • Make transaction_isolation and transaction_read_only into system variables

  • 2023-04-11 17:23:55 +1000

    • : /usr/share/mysql-test -> mariadb-test (fix)

  • 2022-12-12 14:20:08 +1100

    • Move /usr/share/mysql to /usr/share/mariadb

  • Merge 2023-03-29 17:23:21 +0300 - Merge 11.0 into 11.1

  • 2023-03-24 10:38:20 +1100

    • Remove need_lock and table from spider_close_sys_table()

  • 2023-03-27 13:43:18 +0300

    • Fix ColumnStore again

  • Merge 2023-03-27 12:53:57 +0300 - Merge 11.0 into 11.1

  • 2023-03-24 15:12:08 +0200

    • fixup: clang -Winconsistent-missing-override

  • Merge 2023-03-23 12:38:46 +0200 - Merge 11.0 into 11.1

  • 2022-05-27 08:55:42 +0900

    • Delete constant SPIDER_SQL_TYPE_*_HS

  • Merge 2023-03-20 10:39:40 +0200 - Merge 11.0 into 11.1

  • Merge 2023-03-17 15:04:38 +0200 - Merge 11.0 into 11.1

  • 2023-03-15 18:29:05 -0700

    • Adjusted test results after rebase of related commits against 11.1

  • 2022-09-19 12:26:59 +0700

    • : Improve coverage for UPDATE and DELETE statements in MTR test suites

  • 2023-03-09 21:48:58 -0800

    • Adjusted test results after rebase against 11.0.1

  • 2023-02-09 20:45:04 -0800

    • Fixes of and for 10.4 adjusted for 11.0.

  • 2023-01-09 22:39:39 -0800

    • Semi-join optimization for single-table update/delete statements

  • 2022-09-16 22:36:22 -0700

    • Another fix after the latest rebase of commits for

  • 2022-09-13 17:16:31 -0700

    • Incorrect result for delete with "order by" clause

  • 2022-09-13 16:14:10 -0700

    • Fix after the latest rebase of commits for

  • 2022-08-18 20:40:04 -0700

    • Applied the changes introduced in the commit

  • 2022-07-28 17:52:47 -0700

    • Crash of the second execution of SF using DELETE/UPDATE

  • 2022-07-26 21:24:01 -0700

    • Assertion failure with UPDATE of view using MERGE table

  • 2022-07-11 16:57:37 -0700

    • Assertion failure when preparing UPDATE with derived table in WHERE

  • 2022-06-18 16:28:48 -0700

    • Re-design the upper level of handling UPDATE and DELETE statements

  • 2023-03-11 10:45:35 +0200

    • Remove innodb_defragment and related parameters

  • 2023-02-03 07:42:59 +0400

    • Rename mariadb-backup's xtrabackup_* files to mariadb_backup_*

  • 2023-03-08 19:50:40 +0100

    • 11.1 branch

MariaDB 11.0.2
Revision #51b93a096e
Revision #19856db637
Revision #2f2047be35
MDEV-25080
Revision #dd5d641c9e
Revision #5590e9132e
Revision #d5e3d37ec2
Revision #47e29a2ff4
MDEV-25080
Revision #b5507c738f
MDEV-25080
Revision #3118132228
MDEV-25080
Revision #cbabb95915
Revision #17127fd91b
Revision #092dba6340
Revision #e37a7197c7
Revision #4e5b771e98
MDEV-30677
Revision #97675570ca
MDEV-30689
Revision #3ef111610b
MDEV-29827
Revision #7321c71aa1
MDEV-31032
Revision #4b67ff3b25
MDEV-30705
Revision #2c4c7c8b02
MDEV-30704
Revision #dffd1679ba
MDEV-30703
Revision #d555f38af8
MDEV-30690
Revision #1c25b5c026
MDEV-30977
Revision #ee41fa38fc
MDEV-30995
Revision #8939e21dc5
MDEV-30795
Revision #358b8495f5
MDEV-27128
Revision #af0e0ad18d
MDEV-30946
Revision #9f9a53be40
MDEV-30901
Revision #f0b665f880
MDEV-8320
Revision #54c11273e3
MDEV-28363
Revision #d20a96f9c1
MDEV-21921
Revision #4472a7b4ff
MDEV-30205
Revision #320a4b52c9
MDEV-30205
Revision #2b61ff8f22
Revision #7bd225e129
MDEV-30920
Revision #5a1f7522a5
Revision #f6c5e917e0
Revision #e371b1e264
MDEV-28883
Revision #9aa098c46b
Revision #22392b36ee
MDEV-28522
Revision #bdcb2ae509
Revision #6e58d5ab6a
Revision #fc18f9c9ec
MDEV-7487
Revision #1e0a72a18b
MDEV-29390
Revision #9a3fd1df01
Revision #c912fd3b29
MDEV-30538
MDEV-30586
Revision #554278e24d
MDEV-7487
Revision #e2e3524d72
MDEV-28883
Revision #c22f7e8e0a
MDEV-29428
Revision #ee495b2235
MDEV-28883
Revision #11701780e0
Revision #24f75b7f25
MDEV-29189
Revision #9f79652625
Revision #88ca62dc68
MDEV-28965
Revision #3a9358a410
MDEV-28883
Revision #7ca89af6f8
MDEV-30545
Revision #b314f7b642
MDEV-18931
Revision #4ae97333f0

Be notified of new MariaDB Server releases automatically by subscribing to the MariaDB Foundation community announce 'at' lists.mariadb.org announcement list (this is a low traffic, announce-only list). MariaDB plc customers will be notified for all new releases, security issues and critical bug fixes for all MariaDB plc products thanks to the Notification Services.

MariaDB may already be included in your favorite OS distribution. More information can be found on the page.

Distributions which Include MariaDB

This page is licensed: CC BY-SA / Gnu FDL