The most recent release of MariaDB 10.10 is:MariaDB 10.10.7 Stable (GA) Download Now
Download 10.10.1Release NotesChangelogOverview of 10.10
Release date: 22 Aug 2022
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 10.10.0 are also included in this changelog
Includes all fixes from
2022-08-09 14:21:38 +0200
Server crashes in my_convert / ErrConvString::ptr / Item_char_typecast::check_truncation_with_warn
2022-08-09 13:12:13 +0200
bump the version
2022-02-25 13:54:59 +0400
Improve UCA collation performance for utf8mb3 and utf8mb4
2022-02-24 17:54:52 +0400
Improve contraction performance in UCA collations
2021-11-28 16:55:15 +0400
Add UCA-14.0.0 collations
2021-11-28 16:48:13 +0400
Add UCA-14.0.0 collations - adding version aware implicit weight handling
2021-11-25 06:48:17 +0400
Add UCA-14.0.0 collations - dump logical positions and contractions
2021-11-24 15:11:49 +0400
Add UCA-14.0.0 collations - Adding implicit weight handling for Unicode-14.0.0
2021-11-23 16:33:08 +0400
Add UCA-14.0.0 collations - adding uca-dump into build targets
2022-06-12 22:01:56 +0200
Change default of explicit_defaults_for_timestamp to ON
2022-07-03 17:35:27 +0200
cleanup: consolidate binlog-related THD::*_used into one bitmap
2022-07-29 12:39:37 +0200
cleanup: tests
Merge 2022-08-10 14:19:15 +0200 - Merge branch '10.9' into 10.10
Merge 2022-08-09 09:47:48 +0200 - Merge branch 'bb-10.9-release' into bb-10.10-release
Merge 2022-08-09 09:00:00 +0200 - Merge branch 'bb-10.8-release' into bb-10.9-release
2022-08-09 08:59:29 +0200
fix tests
Merge 2022-08-09 09:47:16 +0200 - Merge branch '10.9' into 10.10
Merge 2022-08-08 17:17:45 +0200 - Merge branch '10.8' into 10.9
Merge 2022-08-08 17:15:13 +0200 - Merge branch '10.7' into 10.8
2022-06-27 12:29:10 -0600
: Add option for SQL thread to limit maximum execution time per query replicated
2022-06-12 10:39:15 +0300
Fixed regression on SST tests. We incorrectly used my_thread_end(), which sets mysys_var pointer to NULL, so the next THD::THD will crash. Removed my_thread_init()/end() pairs and because Wsrep_allowlist_service::allowlist_cb is not always called from a new thread added a thread to do so.
2022-08-02 17:24:50 +0300
Test cleanup
2021-12-16 09:39:26 +0100
Cluster bootstrap node shows duplicate wsrep allowlist IP warning messages on each restart.
2021-11-22 13:04:40 +0100
Implement a method to add IPs to allowlist for Galera Cluster node addresses that can make SST/IST requests
2022-07-29 19:39:55 +0200
use my_random_bytes() that correctly detects error conditions
2022-07-29 19:26:17 +0200
remove dead code
2022-07-27 17:46:49 +0200
more tests
2022-07-27 17:05:51 +0200
RANDOM_BYTES - post-review fixes
2022-07-23 15:58:13 +1000
Excessive warnings upon a call to RANDOM_BYTES
2022-07-19 14:01:17 +1000
RANDOM_BYTES - assertion in Create_tmp_table::finalize
2022-07-06 14:14:53 +1000
Queries using RANDOM_BYTES get stored in query cache
2022-07-05 17:37:26 +1000
RANDOM_BYTES cannot be virtual column
2022-02-13 23:19:02 +1000
Add RANDOM_BYTES function
2022-07-30 09:37:35 +0300
: Correct a test result
2022-07-30 09:20:54 +0300
fixup: Adjust a test result
2022-06-17 21:20:43 +0200
don't use ssl for windows named pipes - it doesn't work
2022-05-23 12:43:22 +0200
--ssl option set as default for mariadb CLI
Merge 2022-07-28 11:25:21 +0300 - Merge 10.9 into 10.10
2022-07-28 11:23:41 +0300
fixup: Adjust a test result.
2022-07-18 11:43:57 +0200
fix func_encrypt_nossl test to work as it was supposed to
2022-06-18 23:23:28 +0200
deprecate DES_ENCRYPT/DECRYPT functions
2022-06-07 20:06:42 -0600
: Deprecate MASTER_USE_GTID=Current_Pos to favor new MASTER_DEMOTE_TO_SLAVE option
2022-05-23 14:14:00 -0600
: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it
2022-07-19 14:13:17 +0300
: Plan selection takes forever with ... Part #2: Extend heuristic pruning to use multiple tables as the "Model tables".
2022-07-07 19:57:38 +0400
Fix memory leak caused by STL usage
2022-07-06 16:00:12 +0400
Server crash in Dep_analysis_context::create_table_value
2022-02-17 22:53:37 +0700
Add functionality to eliminate derived tables from the query
2022-06-03 13:24:18 +0300
Reduced size of POSITION
2022-06-03 11:55:23 +0300
Added current_cost and best_cost to optimizer trace when pruning by cost
2022-06-02 19:47:23 +0300
Added EQ_REF chaining to the greedy_optimizer
2022-06-01 17:11:40 +0300
Remove unnecessary testing of join dependency when sorting tables
2022-06-01 15:56:24 +0300
Added get_allowed_nj_tables() to speed up gready_search()
2022-05-31 17:36:32 +0300
Improve pruning in greedy_search by sorting tables during search
2022-07-25 11:44:10 +0300
Revert the commit with : Add time spent on query optimizer to JSON ANALYZE
2022-07-18 17:48:01 +0200
Add time spent on query optimizer to JSON ANALYZE (#2193)
2022-06-08 15:12:03 +0400
The INET4 data type
Merge 2022-06-29 16:22:45 +0300 - Merge 10.9 into 10.10
Merge 2022-06-28 12:33:39 +0300 - Merge 10.9 into 10.10
Merge 2022-06-23 13:48:09 +0300 - Merge 10.9 into 10.10
Merge 2022-06-21 18:27:54 +0300 - Merge 10.9 into 10.10
Merge 2022-06-20 10:18:52 +0300 - Merge 10.9 into 10.10
2022-06-20 12:57:47 +0900
Spider: remove #ifdef SPIDER_I_S_USE_SHOW_FOR_COLUMN
2022-06-20 00:25:56 +0900
Spider: remove #ifdef SPIDER_MDEV_16246
Merge 2022-06-17 11:31:53 +0300 - Merge 10.9 into 10.10
Merge 2022-06-17 08:37:01 +0200 - Merge branch '10.9' into 10.10
2022-06-17 14:31:07 +0900
Spider: remove #ifdef SPIDER_LIKE_FUNC_HAS_GET_NEGATED
2022-06-15 22:13:50 +0900
Spider: remove #ifdef SPIDER_ITEM_STRING_WITHOUT_SET_STR_WITH_COPY
Merge 2022-06-15 10:07:31 +0300 - Merge 10.9 into 10.10
Merge 2022-06-09 15:26:09 +0300 - Merge 10.9 into 10.10
2022-05-10 22:26:36 +0900
Delete spider_use_handler and related code (3/3)
2022-06-09 17:20:05 +0900
Delete spider_use_handler and related code (2/3)
2022-05-10 11:20:49 +0900
Delete spider_use_handler and related code (1/3)
2022-06-08 14:12:13 +0900
Spider: remove #ifdef SPIDER_HAS_EXPR_CACHE_ITEM
Merge 2022-06-07 09:42:02 +0300 - Merge 10.9 into 10.10
2022-06-07 09:39:28 +0300
fixup: Do not overflow the ib_logfile0 header
2022-05-13 18:07:39 +0300
Deprecate and ignore the parameter innodb_prefix_index_cluster_optimization
2022-05-13 16:39:45 +0300
Some InnoDB counters are duplicating generic SHOW STATUS
2022-05-25 09:20:04 +0300
: Remove innodb_version
2022-05-13 16:13:13 +0300
Useless output in SHOW ENGINE INNODB STATUS
2022-05-31 22:43:53 +0900
Spider: remove #ifdef SPIDER_ITEM_HAS_CMP_TYPE
2022-05-31 11:38:02 +0900
Spider: remove #ifdef SPIDER_use_LEX_CSTRING_for_KEY_Field_name
2022-05-19 19:18:26 +0000
Add 'allow-suspicious-udfs' and 'skip-grant-tables' to system variables
Merge 2022-05-25 09:15:08 +0300 - Merge 10.9 into 10.10
2022-05-19 13:26:54 +0300
: Remove '-10.9' suffixes entries from Debian control Conflicts/Replaces
2022-05-20 01:40:59 +0900
Spider: remove #ifdef SPIDER_ITEM_STRING_WITHOUT_SET_STR_WITH_COPY_AND_THDPTR
2022-05-19 23:37:54 +0900
Spider: remove #ifdef SPIDER_HAS_MY_CHARLEN
2022-05-14 16:37:23 +0900
Delete Spider plugin variables regarding UDFs and related code
2022-05-15 19:08:55 +0300
Adjust plugin maturity in test result
Merge 2022-05-14 18:07:10 +0300 - Merge 10.9 into 10.10
2022-05-13 13:54:14 +0300
Create a 10.10 branch
This page is licensed: CC BY-SA / Gnu FDL