MariaDB 11.1 Changelog Series
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 therelease notes.
The revision number links will take you to the revision's page on GitHub. OnGitHub 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 mariadb-backup's xtrabackup_* files to mariadb_backup_*
Revision #4ae97333f0 2023-03-08 19:50:40 +0100
11.1 branch
This page is licensed: CC BY-SA / Gnu FDL
The most recent release of MariaDB 11.1 is:MariaDB 11.1.6 Stable (GA) Download NowAlternate download from mariadb.org
Download 11.1.2Release NotesChangelogOverview of 11.1
Release date: 21 Aug 2023
For the highlights of this release, see therelease notes.
The revision number links will take you to the revision's page on GitHub. OnGitHub you can view more details of the revision and view diffs of the code modified in that revision.
Includes all fixes from MariaDB 11.0.3
Revision #9bc25d9820 2023-08-17 17:20:44 +0200
update results for ps2 mode
Merge Revision #22d3ab5c29 2023-08-11 12:49:54 +0200 - Merge branch '11.0' into 11.1
Merge Revision #2f0efad110 2023-08-10 21:22:37 +0200 - Merge branch '11.0' into 11.1
Revision #fa2faf41e7 2023-07-20 23:04:09 +1000
MDEV-31746 Problems with tx_isolation after MDEV-21921
Merge Revision #00d09aae6f 2023-08-10 08:19:46 +0200 - Merge branch '11.0' into 11.1
Revision #ff010fdd79 2023-08-10 08:19:34 +0200
Make test plan stabil.
Revision #653f79a66c 2023-08-09 16:21:29 +0200
New Columnstoge vcolumnstore-23.02.4-1
Revision #b8a35e1a62 2023-08-09 15:04:36 +0200
Fix maturity
Merge Revision #f5fae75652 2023-08-09 08:25:14 +0200 - Merge branch '11.0' into 11.1
Revision #adc13e2c16 2023-07-26 22:59:25 -0700
MDEV-31150 Crash on 2nd execution of update using mergeable derived table
Merge Revision #c6ac1e39b6 2023-07-26 15:13:43 +0300 - Merge 11.0 into 11.1
Revision #26b96094ec 2023-04-27 20:37:18 +1000
MDEV-23865 Create malloc function attribute
Merge Revision #cee9b3b850 2023-07-04 08:20:55 +0300 - Merge 11.0 into 11.1
Revision #c054a62816 2023-06-01 09:37:43 -0400
MDEV-31530 Localizations for Swahili language
Revision #279b0db8c6 2023-07-02 00:51:56 +0200
MDEV-29827 collateral cleanup
Revision #d6c6102cad 2023-04-03 18:05:44 +0700
MDEV-30828 Prevent pushing down unions with incorrect ORDER BY
Merge Revision #8290a46d50 2023-06-28 09:38:59 +0300 - Merge 11.0 into 11.1
Merge Revision #3883eb63dc 2023-06-08 14:09:21 +0300 - Merge 11.0 into 11.1
Merge Revision #d85a135647 2023-06-08 13:51:46 +0300 - Merge mariadb-11.1.1 into 11.1
Revision #ef0ef8967c 2023-06-06 16:10:54 -0400
bump the VERSION
This page is licensed: CC BY-SA / Gnu FDL
The most recent release of MariaDB 11.1 is:MariaDB 11.1.6 Stable (GA) Download NowAlternate download from mariadb.org
Download 11.1.3Release NotesChangelogOverview of 11.1
Release date: 13 Nov 2023
For the highlights of this release, see therelease notes.
The revision number links will take you to the revision's page on GitHub. OnGitHub you can view more details of the revision and view diffs of the code modified in that revision.
Includes all fixes from MariaDB 11.0.4
Merge Revision #0f5613a25f 2023-11-08 18:03:08 +0100 - Merge branch '11.0' into 11.1
Revision #855356ca6d 2023-10-10 13:29:04 +0700
MDEV-32382 FederatedX error on pushdown of statements having CTE
Merge Revision #9b2a65e41a 2023-10-19 08:26:16 +0300 - Merge 11.0 into 11.1
Merge Revision #05d850d4b3 2023-09-29 13:58:47 +0200 - Merge branch '11.0' into 11.1
Merge Revision #f031889ae4 2023-09-24 01:46:43 +0200 - Merge branch '11.0' into 11.1
Merge Revision #e6ec2b3b52 2023-08-24 08:44:32 +0200 - Merge branch '11.1' into mariadb-11.1.2
Revision #676a913c64 2023-08-21 09:06:04 -0400
bump the VERSION
Revision #9b84df878a 2023-08-09 18:25:31 +0300
Don't give a warning about Event_scheduler for --bootstrap
Revision #b563fa2f8f 2023-08-09 18:22:36 +0300
Ignore generated script scripts/mariadb_sys_schema.sql
This page is licensed: CC BY-SA / Gnu FDL
The most recent release of MariaDB 11.1 is:MariaDB 11.1.6 Stable (GA) Download NowAlternate download from mariadb.org
Download 11.1.4Release NotesChangelogOverview of 11.1
Release date: 7 Feb 2024
For the highlights of this release, see therelease notes.
The revision number links will take you to the revision's page on GitHub. OnGitHub you can view more details of the revision and view diffs of the code modified in that revision.
Includes all fixes from MariaDB 11.0.5
Merge Revision #b6680e0101 2024-02-02 09:46:57 +0100 - Merge branch '11.0' into 11.1
Revision #3b32110ac4 2024-01-15 18:59:58 +0200
Update 11.1 HELP
Merge Revision #c3a546e9e1 2024-01-10 12:45:44 +0200 - Merge 11.0 into 11.1
Revision #50e02a3673 2024-01-09 16:07:25 +0300
Fix and stabilize testcase for MDEV-32212
Merge Revision #2edc1ad388 2024-01-05 13:05:30 +0200 - Merge 11.0 into 11.1
Merge Revision #50799752dc 2023-12-21 14:39:29 +0200 - Merge 11.0 into 11.1
Merge Revision #d470ed6857 2023-12-20 16:11:45 +0200 - Merge 11.0 into 11.1
Merge Revision #7a5448f8da 2023-12-19 20:11:54 +0100 - Merge branch '11.0' into 11.1
Revision #fa2e1c3948 2023-12-15 16:06:24 +0530
MDEV-33015: Server crashes upon JSON_SCHEMA_VALID reading NULL from a user variable
Revision #187cbfca7c 2023-11-15 14:17:26 +0100
MDEV-32810 events.events_1 fails in 11.1 and above
Revision #b545f72ddc 2023-11-15 22:38:27 +0100
cleanup: rpl.rpl_invoked_features
Revision #5a5ba7f1bd 2023-11-06 15:04:30 +1200
MDEV-32212 DELETE with ORDER BY and semijoin optimization causing crash
Merge Revision #2b40f8d2ca 2023-11-30 19:13:30 +0100 - Merge branch '11.0' into 11.1
Merge Revision #edc478847b 2023-11-24 15:58:35 +0200 - Merge 11.0 into 11.1
Merge Revision #59fd0e6aa0 2023-11-14 10:14:07 +0100 - Merge branch '11.1' into mariadb-11.1.3
Revision #28c86f81f4 2023-11-13 14:41:25 -0500
bump the VERSION
Revision #5d3e14d780 2023-09-19 00:54:19 +0530
MDEV-31599: Assertion `0' failed in Item_param::can_return_value from Item::val_json, UBSAN: member access within null pointer of type 'struct String' in sql/item_jsonfunc.cc
This page is licensed: CC BY-SA / Gnu FDL
The most recent release of MariaDB 11.1 is:MariaDB 11.1.6 Stable (GA) Download NowAlternate download from mariadb.org
Download 11.1.5Release NotesChangelogOverview of 11.1
Release date: 16 May 2024
For the highlights of this release, see therelease notes.
The revision number links will take you to the revision's page on GitHub. OnGitHub you can view more details of the revision and view diffs of the code modified in that revision.
Includes all fixes from MariaDB 11.0.6
Revision #fe41171c96 2024-05-03 13:40:06 +0300
MDEV-33533: Crash at execution of DELETE when trying to use rowid filter
Merge Revision #f0a5412037 2024-05-12 18:33:06 +0200 - Merge branch '11.0' into 11.1
Merge Revision #683fbced6b 2024-03-28 12:15:36 +0200 - Merge 11.0 into 11.1
Merge Revision #d3e4de529b 2024-02-07 08:47:37 +0100 - Merge branch '11.1' into mariadb-11.1.4
Revision #777df26ad1 2024-02-06 08:28:35 -0500
bump the VERSION
This page is licensed: CC BY-SA / Gnu FDL
DownloadRelease NotesChangelogOverview of 11.1
Alternate download from mariadb.org
Release date: 8 Aug 2024
For the highlights of this release, see therelease notes.
The revision number links will take you to the revision's page on GitHub. OnGitHub you can view more details of the revision and view diffs of the code modified in that revision.
Includes all fixes from MariaDB 11.0.6
Includes all fixes from MariaDB 10.11.9
Merge Revision #80abd847da 2024-08-03 09:32:42 +0200 - Merge branch '10.11' into 11.1
Revision #7ead48a72b 2024-07-29 14:13:30 +0300
MDEV-34458: Remove more traces of BTR_MODIFY_PREV
Revision #88711ee509 2024-07-19 14:17:08 +0200
New columnstore 23.10.2
Merge Revision #44af9bfc67 2024-07-09 10:17:35 +0400 - Merge remote-tracking branch 'origin/10.11' into 11.1
Merge Revision #2447dda2c0 2024-07-05 12:45:07 +0200 - Merge branch '10.11' into 11.1
Revision #e012407397 2024-07-02 18:40:11 +0700
MDEV-34447: Memory leakage is detected on running the test main.ps against the server 11.1
Revision #2f6df93748 2024-06-26 13:51:38 +0300
MDEV-34458 wait_for_read in buf_page_get_low hurts performance
Revision #cc1363071a 2024-06-26 08:23:54 +0300
MDEV-34455 innodb_read_only=ON fails to imply innodb_doublewrite=OFF
Revision #8c8b3ab784 2024-06-19 09:47:37 -0600
MDEV-34274: Test rpl.rpl_change_master_demote frequently fails on buildbot with "IO thread should not be running..."
Revision #f9e717cb48 2024-06-19 15:08:19 +0300
MDEV-34426: Assertion failure on bootstrap
Merge Revision #d34289a3e2 2024-06-17 09:21:50 +0300 - Merge 10.11 into 11.1
Merge Revision #2d3e2c58b6 2024-05-31 10:54:31 +1000 - Merge branch '10.11' into 11.1
Merge Revision #94999c16cc 2024-05-24 07:54:49 +0300 - Merge 10.11 into 11.1
Revision #926e7cad48 2024-05-22 12:30:30 +0300
MDEV-34212 InnoDB transaction recovery is incorrect
Merge Revision #6fd4fa7d71 2024-05-20 11:05:03 +0300 - Merge 11.0 into 11.1
Revision #d1e230d9db 2024-05-07 11:28:21 -0700
MDEV-34112 Replace one operator name keyword
Revision #2e267a4a35 2024-05-20 11:02:25 +0300
MDEV-33588/MDEV-33325 after-merge fix
Revision #339aba04d3 2024-05-15 10:54:58 -0400
bump the VERSION
This page is licensed: CC BY-SA / Gnu FDL