MariaDB 11.1.1 Changelog
The most recent release of MariaDB 11.1 is:
MariaDB 11.1.6 Stable (GA) Download Now
Alternate download from mariadb.org
Download 11.1.1 Release Notes Changelog Overview 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 MariaDB 11.0.2
- Revision #51b93a096e
2023-05-25 11:42:25 +0200
- columnstore warnings with gcc 12.x and 13.x
- Revision #19856db637
2023-05-27 00:58:36 +0200
- disable lto in srpm builds
- Revision #2f2047be35
2023-05-05 16:53:49 +0200
- MDEV-25080 Switch to new version of ColumnStore
- Revision #dd5d641c9e
2023-04-13 18:19:37 +0200
- enable ColumnStore only on selected DEB distributions
- Revision #5590e9132e
2023-04-13 18:18:57 +0200
- autobake-deb: move columnstore code down
- Revision #d5e3d37ec2
2022-11-14 20:46:42 +0100
- more C API methods in the service_sql
- Revision #47e29a2ff4
2023-02-09 14:09:31 +0700
- MDEV-25080 Fix incorrect view names in printed queries
- Revision #b5507c738f
2023-02-04 14:12:54 +0700
- MDEV-25080 Fix crash for CREATE TABLE from pushed union
- Revision #3118132228
2022-08-20 22:23:45 +0700
- MDEV-25080 Allow pushdown of UNIONs to foreign engines
- Merge Revision #cbabb95915 2023-06-05 20:13:06 +0200 - Merge branch '11.0' into 11.1
- Revision #17127fd91b
2023-05-31 09:04:33 +1000
- Update README.md
- Revision #092dba6340
2023-05-29 19:03:53 -0300
- Update README to point to the Security Policy in GitHub
- Revision #e37a7197c7
2023-05-29 18:45:49 -0300
- Create SECURITY.md
- Revision #4e5b771e98
2023-05-02 16:34:07 +0530
- MDEV-30677: 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
- Revision #97675570ca
2023-04-25 13:54:05 +0530
- MDEV-30689: JSON_SCHEMA_VALID for type=array return 1 for any string that starts with '['
- Revision #3ef111610b
2023-03-09 10:39:29 -0800
- [MDEV-29827] Clear error when --event-scheduler=ON is combined with --skip-grant-tables
- Revision #7321c71aa1
2023-04-17 17:51:34 +0530
- MDEV-31032: UBSAN|downcast of address X which does not point to an object of type 'Item_string' in sql/json_schema.cc
- Revision #4b67ff3b25
2023-03-03 13:50:46 +0530
- MDEV-30705: JSON_SCHEMA_VALID: schema with multipleOf for big value always return 1
- Revision #2c4c7c8b02
2023-03-02 17:19:36 +0530
- MDEV-30704: JSON_SCHEMA_VALID: multipleOf must be greater than zero
- Revision #dffd1679ba
2023-03-02 19:09:45 +0530
- MDEV-30703: JSON_SCHEMA_VALID : Enum array must have at least one value
- Revision #d555f38af8
2023-03-02 17:50:19 +0530
- MDEV-30690: Server crashed on function JSON_SCHEMA_VALID with incorrect input json schema
- Revision #1c25b5c026
2023-04-04 14:39:41 +0530
- MDEV-30977: Additional key values are not validating properly when using unevaluatedProperties with properties declared in subschemas
- Revision #ee41fa38fc
2023-04-04 13:35:02 +0530
- MDEV-30995: JSON_SCHEMA_VALID is not validating case sensitive when using regex
- Revision #8939e21dc5
2023-03-06 18:00:04 +0530
- MDEV-30795: JSON_SCHEMA_VALID bugs mentioned in comment
- Revision #358b8495f5
2022-10-28 13:03:13 +0530
- MDEV-27128: Implement JSON Schema Validation FUNCTION
- Revision #af0e0ad18d
2023-04-11 11:18:42 +0700
- MDEV-30946 Index usage for DATE(datetime_column) = const does not work for DELETE and UPDATE
- Revision #9f9a53be40
2023-03-24 21:01:09 +0700
- MDEV-30901 Index usage for DATE(datetime_column) = const does not work for engine Memory
- Revision #f0b665f880
2023-02-17 19:21:30 +0700
- MDEV-8320 Allow index usage for DATE(col) <=> const and YEAR <=> const
- Revision #54c11273e3
2023-04-13 23:10:52 +1000
- MDEV-28363 remove #ifdef SPIDER_use_LEX_CSTRING_for_Field_blob_constructor
- Revision #d20a96f9c1
2023-03-12 13:55:30 +0800
- MDEV-21921 Make transaction_isolation and transaction_read_only into system variables
- Revision #4472a7b4ff
2023-04-11 17:23:55 +1000
- MDEV-30205: /usr/share/mysql-test -> mariadb-test (fix)
- Revision #320a4b52c9
2022-12-12 14:20:08 +1100
- MDEV-30205 Move /usr/share/mysql to /usr/share/mariadb
- Merge Revision #2b61ff8f22 2023-03-29 17:23:21 +0300 - Merge 11.0 into 11.1
- Revision #7bd225e129
2023-03-24 10:38:20 +1100
- MDEV-30920 Remove need_lock and table from spider_close_sys_table()
- Revision #5a1f7522a5
2023-03-27 13:43:18 +0300
- Fix ColumnStore again
- Merge Revision #f6c5e917e0 2023-03-27 12:53:57 +0300 - Merge 11.0 into 11.1
- Revision #e371b1e264
2023-03-24 15:12:08 +0200
- MDEV-28883 fixup: clang -Winconsistent-missing-override
- Merge Revision #9aa098c46b 2023-03-23 12:38:46 +0200 - Merge 11.0 into 11.1
- Revision #22392b36ee
2022-05-27 08:55:42 +0900
- MDEV-28522 Delete constant SPIDER_SQL_TYPE_*_HS
- Merge Revision #bdcb2ae509 2023-03-20 10:39:40 +0200 - Merge 11.0 into 11.1
- Merge Revision #6e58d5ab6a 2023-03-17 15:04:38 +0200 - Merge 11.0 into 11.1
- Revision #fc18f9c9ec
2023-03-15 18:29:05 -0700
- Adjusted test results after rebase of MDEV-7487 related commits against 11.1
- Revision #1e0a72a18b
2022-09-19 12:26:59 +0700
- MDEV-29390: Improve coverage for UPDATE and DELETE statements in MTR test suites
- Revision #9a3fd1df01
2023-03-09 21:48:58 -0800
- Adjusted test results after rebase against 11.0.1
- Revision #c912fd3b29
2023-02-09 20:45:04 -0800
- Fixes of MDEV-30538 and MDEV-30586 for 10.4 adjusted for 11.0.
- Revision #554278e24d
2023-01-09 22:39:39 -0800
- MDEV-7487 Semi-join optimization for single-table update/delete statements
- Revision #e2e3524d72
2022-09-16 22:36:22 -0700
- Another fix after the latest rebase of commits for MDEV-28883
- Revision #c22f7e8e0a
2022-09-13 17:16:31 -0700
- MDEV-29428 Incorrect result for delete with "order by" clause
- Revision #ee495b2235
2022-09-13 16:14:10 -0700
- Fix after the latest rebase of commits for MDEV-28883
- Revision #11701780e0
2022-08-18 20:40:04 -0700
- Applied the changes introduced in the commit
- Revision #24f75b7f25
2022-07-28 17:52:47 -0700
- MDEV-29189 Crash of the second execution of SF using DELETE/UPDATE
- Revision #9f79652625
2022-07-26 21:24:01 -0700
- Assertion failure with UPDATE of view using MERGE table
- Revision #88ca62dc68
2022-07-11 16:57:37 -0700
- MDEV-28965 Assertion failure when preparing UPDATE with derived table in WHERE
- Revision #3a9358a410
2022-06-18 16:28:48 -0700
- MDEV-28883 Re-design the upper level of handling UPDATE and DELETE statements
- Revision #7ca89af6f8
2023-03-11 10:45:35 +0200
- MDEV-30545 Remove innodb_defragment and related parameters
- Revision #b314f7b642
2023-02-03 07:42:59 +0400
- MDEV-18931 Rename Mariabackup's xtrabackup_* files to mariadb_backup_*
- Revision #4ae97333f0
2023-03-08 19:50:40 +0100
- 11.1 branch
Comments
Comments loading...
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.