All pages
Powered by GitBook
1 of 1

Loading...

MariaDB 10.10.1 Changelog

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

MariaDB 10.9.2
Revision #b74dbcb157
MDEV-23149
Revision #9d2b28d7cc
Revision #d8f172c11c
MDEV-27266
Revision #a0858b2cff
MDEV-27265
Revision #133446828c
MDEV-27009
Revision #6bc10f8026
MDEV-27009
Revision #d7ffb7c3dd
MDEV-27009
Revision #0736c03d56
MDEV-27009
Revision #bb84f61a26
MDEV-27009
Revision #45e0373a78
MDEV-28632
Revision #c38b8f49b8
Revision #4ce1470a70
Revision #1c192843f2
Revision #47d5cfc650
Revision #adddde76a1
Revision #fccbe2bf99
Revision #4c18f68d59
Revision #564d374704
Revision #50b270525a
Revision #360d99429c
MDEV-27161
Revision #7864d955f3
Revision #15783d7ce5
Revision #7fdc993ec6
MDEV-27263
Revision #9743d0043e
MDEV-27246
Revision #b3372d6422
Revision #2119647f7d
Revision #0caa6bf14e
MDEV-25704
Revision #3607da3c4e
MDEV-25704
Revision #d7e3265dd3
MDEV-29154
Revision #7f06f68108
MDEV-29108
Revision #a95268c5b3
MDEV-29028
Revision #8b9ac5bfe0
MDEV-29029
Revision #3c2b0cac52
MDEV-25704
Revision #0fbbf2ee78
MDEV-19801
Revision #e3543c6c8a
MDEV-28929
Revision #e1caa4bd5e
Revision #ce9385b73c
MDEV-27105
Revision #4ce6e78059
Revision #0149abf66f
MDEV-28929
Revision #24174cfdfc
Revision #fe8b99dd5c
MDEV-27104
Revision #90c3b2835d
MDEV-20122
Revision #5ab5ff08b0
MDEV-19801
Revision #8c2faad576
MDEV-28929
MDEV-28852
Revision #afadd58ee5
MDEV-28881
Revision #c03d50fccf
MDEV-28881
Revision #7f0201a2b5
MDEV-26278
Revision #1f0187ff8d
Revision #fbbc63453b
Revision #515b9ad05a
Revision #6e7376eb59
Revision #318a74f1aa
Revision #b3c74bdc1f
Revision #213772f99a
MDEV-28926
Revision #2ccdfba8ee
MDEV-28926
Revision #88b22356e6
MDEV-23287
Revision #975b40ea99
Revision #63961a08a6
Revision #ada82805da
Revision #9810a4ecdf
Revision #891bf1d8ce
Revision #f774c33a9d
MDEV-27809
Revision #0aadb58e22
MDEV-27811
Revision #d371e35257
Revision #a629d3b703
Revision #dcb780d28f
MDEV-27808
Revision #970aa41176
MDEV-28362
Revision #51a4fcd565
Revision #32edabd1f2
Revision #978eb616ca
MDEV-27256
Revision #57d233e2a6
MDEV-27256
Revision #48409dd929
MDEV-27256
Revision #8756d253f3
MDEV-28364
Revision #d491062368
Revision #039d83b8a7
MDEV-28554
Revision #fdc039db29
MDEV-28540
Revision #0dab74ff3f
MDEV-28539
Revision #6b9bba41e8
MDEV-28554
Revision #12aeb9fa15
MDEV-28542
Revision #643fd51db5
MDEV-28365
Revision #081a284712
MDEV-28360
Revision #b3df1ec97a
MDEV-24815
Revision #3cc8539d84
Revision #956d93b581
MDEV-28587
Revision #289b9e4155
MDEV-28361
Revision #6b5a629ec3
MDEV-28359
Revision #77a18e8217
MDEV-28006
Revision #e98e8c7f7e
Revision #7eb47aa414
Revision #4652c1775b

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