MariaDB 11.4.1 Changelog
The most recent release of MariaDB 11.4 is:
MariaDB 11.4.4 Stable (GA) Download Now
Alternate download from mariadb.org
Download 11.4.1 Release Notes Changelog Overview of 11.4
Release date: 16 Feb 2024
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.4.0 are also included in this changelog
- Includes all fixes from MariaDB 11.3.2
- Merge Revision #fa69b085b1 2024-02-15 13:53:21 +0100 - Merge branch '11.3' into 11.4
- Revision #3ae6680eec
2024-02-14 23:49:33 +0100
- update 32bit rdiffs
- Revision #fe07ac31b1
2024-02-14 16:19:01 +0100
- MDEV-31857 fix galera.MW-284
- Revision #8dee23cdee
2024-02-14 16:13:02 +0100
- MDEV-31857 fix galera.galera_var_notify_ssl_ipv6
- Revision #d6794aa410
2023-12-20 17:52:52 +0200
- Improve error message in mysqltest when sync_with_master fails
- Revision #18dfcfdecf
2023-12-03 21:42:44 +0200
- MDEV-31404 Implement binlog_space_limit
- Revision #9933a8cc88
2024-02-14 01:22:32 +0100
- update C/C
- Revision #2c445b5962
2024-02-13 15:50:07 +0100
- fix debian dependencies for mariadb-test
- Revision #eeb5cbaece
2024-02-14 14:59:16 +0100
- MDEV-33326 Port Spider/ODBC from ES
- Revision #9945d482af
2023-10-07 21:08:43 -0700
- Deb: Stop shipping mariadb-plugin-spider separately, include in server
- Revision #22e41dae88
2024-01-04 23:46:52 +0100
- MDEV-32501 KEY_PERIOD_USAGE reveals information to unprivileged user
- Revision #5c2f8c017c
2023-12-30 02:34:59 +0100
- MDEV-32503 Queries from I_S.KEY_PERIOD_USAGE do not obey case-sensitivity
- Revision #261993f568
2023-10-19 21:58:26 +0400
- add period to buildbot_suites.bat
- Revision #d4b5f7a503
2023-09-20 23:27:30 +0400
- MDEV-32205 crash in get_schema_key_period_usage_record without InnoDB
- Revision #62d35a074f
2023-09-20 18:23:16 +0400
- Add Statement::sql_command_flags() function.
- Revision #4246c0fa01
2023-08-30 01:04:34 +0400
- MDEV-22597 Add views for periods in information_schema
- Revision #85f9df29c0
2024-01-14 15:24:31 +0100
- sql_show: reduce ifdefs around grants checks
- Revision #ba1c5914aa
2024-02-12 15:59:32 +0100
- fix get_schema_privileges_for_show
- Revision #16ad26a367
2024-01-12 21:22:35 +0100
- sql_show: extract get_schema_privileges_for_show
- Revision #eb2481280f
2024-01-12 21:22:16 +0100
- sql_show: Fix narrowing conversion from the get_column_grant return result.
- Revision #8a882827ff
2023-08-29 20:41:12 +0400
- cleanup: add store_yesno() for fields that can only take "YES"/"NO" values
- Revision #711b8671be
2023-11-16 11:58:01 +1100
- pr template: ask about release notes
- Revision #4eac842c8f
2024-02-09 02:18:32 +0100
- MDEV-33430 - Fix self-signed certificate errors on Windows
- Revision #9500575f0a
2024-02-08 15:58:26 +0400
- MDEV-33428 Error messages ER_PACKAGE_ROUTINE_* are not good enough
- Revision #9b1ea69049
2024-02-05 05:56:53 -0700
- Revert "MDEV-7850: Extend GTID Binlog Events with Thread Id"
- Revision #e30e9fc628
2024-02-05 14:41:44 +0400
- MDEV-33386 Wrong error message on `GRANT .. ON PACKAGE no_such_package ..`
- Revision #2e83ab4126
2023-10-15 16:03:14 +0200
- MDEV-32473 --disable-ssl doesn't disable it
- Revision #6b900330b9
2023-09-22 13:16:35 +0200
- show in mariadb cli whether server cert was verified
- Revision #853bdf576f
2023-09-15 12:33:52 +0200
- auto-disable --ssl-verify-server-cert in clients, if
- Revision #abcd23add2
2023-09-04 15:32:36 +0200
- MDEV-31857 enable --ssl-verify-server-cert by default in the internal client
- Revision #e0c30390a7
2023-09-03 09:44:01 +0200
- MDEV-31855 validate ssl certificates using client password in the internal client
- Revision #386df8793b
2023-09-08 12:29:48 +0200
- disable SSL via named pipes in the internal client
- Revision #3c36ed18ba
2023-09-04 15:35:08 +0200
- free mysql->connector_fd correctly in the internal client
- Revision #2f13f7d78f
2023-09-03 22:34:03 +0200
- change how self-signed certs are accepted by internal client
- Revision #05a421eb36
2023-09-02 21:43:36 +0200
- cleanup: X509_check_host() in the internal client
- Revision #f4e174e113
2023-09-02 15:09:48 +0200
- cleanup: ssl handling in the internal rpl client
- Revision #e951edd80b
2023-08-30 14:41:32 +0200
- MDEV-31857 enable --ssl-verify-server-cert by default
- Revision #ea921fd836
2023-08-30 22:17:26 +0200
- enable --ssl in the server by default
- Revision #9f93630ded
2023-08-23 17:45:57 +0200
- MDEV-31856 use ephemeral ssl certificates
- Revision #d33a8ab107
2023-08-23 17:45:21 +0200
- wrong error for bare --ssl on the server side
- Revision #d772c4fb04
2023-08-23 15:23:22 +0200
- cleanup
- Revision #68f0af2bf1
2023-08-22 22:49:14 +0200
- test SSL MitM attack
- Revision #bac0f8999d
2023-09-01 10:25:53 +0200
- client support for --ssl-fp and --ssl--fplist
- Revision #1ef1bab99e
2023-08-21 16:25:56 +0200
- MDEV-31855 validate ssl certificates using client password
- Revision #585c096aa5
2023-08-30 16:56:23 +0200
- cleanup: unify client's setting of ssl options
- Revision #03094bbc8a
2023-09-27 16:03:11 +0200
- cleanup: octet2hex takes an uchar* argument
- Revision #d7699c51eb
2023-08-30 10:00:30 +0200
- test.cnf files should !include default_my.cnf
- Revision #ec5403ffb3
2023-08-21 11:08:37 +0200
- clarify CR_OK_HANDSHAKE_COMPLETE
- Revision #75bfb4b8a3
2023-09-20 18:48:22 +0200
- deprecate SQL_NOTES variable in favor of NOTE_VERBOSITY
- Revision #22da0de6d9
2023-08-31 13:43:22 +0200
- gitignore scripts/mariadb_sys_schema.sql
- Revision #2f5174e556
2024-02-01 02:14:23 +0100
- MDEV-33075 Resolve server shutdown issues on macOS, Solaris, and FreeBSD
- Revision #b0e77c08e5
2023-12-06 15:09:44 +0100
- MDEV-32216 Option --parallel in mariadb-import
- Revision #a5802ed51e
2023-11-23 23:33:28 +0100
- MDEV-32216 add tests for mariadb-dump --parallel
- Revision #4532dae016
2023-11-23 17:26:12 +0100
- MDEV-32216 option --parallel/-j for mariadb-dump to increase parallelism
- Revision #ec5db6409d
2023-11-23 16:58:28 +0100
- MDEV-32216 Connection pool with asynchronous query execution.
- Revision #9766a834f7
2023-11-16 17:19:25 +0100
- MDEV-32216 preparation - cleanup mysqldump.cc code
- Revision #a553d55bb6
2023-11-13 09:32:51 +0100
- MDEV-32216 Compile mysqldump as C++ (preparation for using connection pool)
- Revision #d039346a7a
2023-09-08 13:12:49 +0200
- MDEV-4991: GTID binlog indexing
- Revision #20741b9237
2024-01-24 12:18:18 +1100
- MDEV-28861 Deprecate spider table options by comment/connection
- Revision #d07908609f
2024-01-23 10:57:31 +0200
- Update 11.4 HELP
- Revision #c37b2087b4
2023-07-10 18:53:19 +0300
- MDEV-7850: Extend GTID Binlog Events with Thread Id
- Revision #8bf9f21855
2023-11-24 22:31:18 +0800
- MDEV-32894 mysqlbinlog flashback support binlog_row_image FULL_NODUP mode
- Revision #f552febe43
2023-11-17 17:41:23 +0000
- MDEV-30879 Add support for up to BASE 62 to CONV()
- Revision #be6d48fd53
2023-12-20 08:17:02 +0800
- MDEV-33049 Assertion `marked_for_write_or_computed()' failed in bool Field_new_decimal::store_value(const my_decimal*, int*)
- Merge Revision #d136169e39 2024-01-10 15:30:42 +0200 - Merge 11.3 into 11.4
- Revision #c0c1c80346
2024-01-08 13:06:16 +0100
- MDEV-22164 log a warning when WITHOUT VALIDATION was used
- Revision #4089296a57
2024-01-08 10:13:03 +0100
- MDEV-22164 revert "make THAN optional"
- Merge Revision #7ee16b1e29 2024-01-05 14:53:03 +0200 - Merge 11.3 into 11.4
- Revision #3fad2b1155
2023-12-22 13:17:55 +0100
- MDEV-33096 mysys/my_timezone.cc does not compile on AIX
- Revision #03fa2c3487
2023-12-21 23:50:59 +0100
- fix sporadic test failures caused by InnoDB #record estimation
- Merge Revision #c154aafe1a 2023-12-21 15:40:55 +0100 - Merge remote-tracking branch '11.3' into 11.4
- Revision #aed9c656a9
2023-09-04 15:28:50 +0400
- MDEV-32101 CREATE PACKAGE [BODY] for sql_mode=DEFAULT
- Revision #9bd95e914f
2023-12-01 19:14:13 +1100
- MDEV-32923: drop errmsg-utf8.txt from packaging
- Revision #875377ad82
2023-12-14 17:04:54 +1100
- MDEV-27576 Use reverse index for max/min optimization
- Revision #70de4075a1
2023-12-07 17:28:45 +0300
- MDEV-24486 Rename the view sys.table_privileges to sys.privileges_by_table_by_level
- Revision #5462b61b0c
2023-12-06 18:44:38 +0300
- MDEV-22164 without validation for exchange partition/convert in
- Revision #485773adce
2023-12-07 13:09:31 +0300
- check_digest() tests
- Revision #1a5e69b42b
2023-11-16 16:54:16 +0700
- MDEV-24486 Add `table_privileges` view to the `sys` schema
- Revision #6b2287fff2
2023-09-19 15:47:29 +1000
- MDEV-15543: tmpfile.d not for datadir
- Revision #a119c5f998
2023-10-26 17:24:22 +0800
- MDEV-32589 FULL_NODUP mode for binlog_row_image
- Revision #6218b5f7cb
2023-11-22 18:40:53 +1100
- MDEV-32567 Remove thr_alarm from server codebase - socket activation fix
- Revision #f8600b1755
2023-10-26 18:12:09 +0200
- MDEV-32567 Remove thr_alarm from server codebase
- Revision #013fc02a23
2023-10-26 15:02:35 +0200
- MDEV-32567 Remove thr_alarm from server codebase
- Revision #3424ed7d42
2023-09-29 12:37:10 +0200
- MDEV-32189 Use icu for timezones on windows
- Merge Revision #bb8e1bf7a2 2023-11-21 15:43:20 +0100 - Merge 11.3 into 11.4
- Revision #99a3fe54d9
2023-11-14 09:24:46 +0200
- MDEV-31273: Precompute binlog checksums
- Revision #9e457cbe50
2023-10-12 12:53:55 +1100
- MDEV-32439 INSERT IGNORE on constraints result in ERROR rather than warning
- Revision #b0379ea4b3
2023-11-10 12:45:55 +0400
- Cleanup: Adding "const" to the member Spvar_definition::m_column_type_ref
- Revision #b8f9f796ff
2023-06-13 11:41:44 +0200
- MDEV-31273: Precompute binlog checksums
- Revision #24c923d498
2023-08-23 11:48:08 +0200
- MDEV-31273: Refactor MYSQL_BIN_LOG::write_cache()
- Revision #8eee9806fb
2023-07-27 15:46:57 +0200
- MDEV-31273: Eliminate Log_event::checksum_alg
- Revision #77bd1beac8
2023-07-11 23:30:04 +0200
- MDEV-31273: Replace Log_event::writer with function parameter
- Revision #d8dda7c14f
2023-10-09 13:43:10 +0200
- 11.4 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.