MariaDB 10.6.17 Changelog
The most recent release of MariaDB 10.6 is:MariaDB 10.6.21 Stable (GA) Download NowAlternate download from mariadb.org
Download 10.6.17Release NotesChangelogOverview of 10.6
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 10.5.24
Revision #15c75ad083 2024-02-01 11:26:36 +0100
pcre.cmake: always check the library with check_library_exists()
Revision #2278f3503e 2024-01-31 22:02:59 +0100
fix columnstore compilation on fc39
Merge Revision #3f6038bc51 2024-01-31 17:51:58 +0100 - Merge branch '10.5' into 10.6
Revision #4dbf55bbfc 2024-01-27 16:47:00 +0200
Disable perfschema.misc_session_status for 32 bit
Revision #ed76a2e8ac 2024-01-27 16:32:49 +0200
Updated some 32 bit result files in sys_vars
Revision #e20693c167 2024-01-27 16:29:16 +0200
Fixed some wrong printf() usage after changing m_table_id to ulonglong
Revision #daca0c059b 2024-01-26 12:24:50 +0530
fix failing test on buildbot for MDEV-27087
Revision #220c0fb405 2024-01-26 11:21:14 +0200
MDEV-33317 [Warning] InnoDB: Could not free any blocks in the buffer pool!
Revision #c9c4f15e99 2024-01-25 14:44:42 +0100
Remove bogus "perl not found" on Windows.
Revision #9d88c5b8b4 2024-01-23 23:56:40 +0400
MDEV-31616 Problems with a stored function EMPTY() on upgrade to 10.6.
Revision #011d666ada 2024-01-23 20:53:52 +0530
reorder the log columns for MDEV-27087
Revision #26c86c39fc 2024-01-21 19:10:37 +0200
Fixed some mtr tests that failed on windows
Revision #6085fb199a 2024-01-21 16:52:19 +0200
Fixed compiler error/warning in backup_copy.cc
Revision #286d6f239a 2024-01-20 17:41:33 +0200
Fixed main.strict test to work with icc compiler
Revision #d2c431bccb 2024-01-20 17:09:38 +0200
Disable main.gis from embedded
Revision #c777429cf9 2024-01-19 12:01:28 +0200
MDEV-33279 Disable transparent huge pages after page buffers has been allocatedDisable transparent huge pages (THP)
Revision #740d3e7a74 2024-01-05 15:29:07 +0200
Trivial fixes:
Revision #3c63e2f890 2023-12-27 19:58:59 +0200
Temporary table name used by multip-update has 'null' as part of the name
Revision #6f65e08277 2023-12-22 13:53:57 +0200
MDEV-33118 optimizer_adjust_secondary_key_costs variable
Revision #c49fd90263 2023-12-21 18:25:39 +0200
Ensure keyread_tmp variable is assigned.
Revision #2fcb5d651b 2023-12-12 15:26:04 +0200
Fixed possible mutex-wrong-order with KILL USER
Revision #1ca813bf76 2023-12-25 15:30:03 +0200
Added socketpair.c as a replacement for 'pipe()' call for Windows.
Revision #7af50e4df4 2023-11-08 16:57:58 -0700
MDEV-32551: "Read semi-sync reply magic number error" warnings on master
Revision #ee7cc0a466 2024-01-09 15:19:29 +0530
MDEV-32906: The SQL error plugin prints (null) as database if the mariadb client is not using any database to execute the SQL.
Revision #90cd712b84 2023-11-13 23:21:49 +0530
MDEV-27087: Add thread ID and database / table, where the error occured to SQL error plugin
Merge Revision #4ef9c9bb75 2024-01-23 15:25:42 +1100 - Merge remote-tracking branch 10.5 into 10.6
Revision #19f3796ec3 2024-01-22 15:57:05 +0100
new CC 3.3
Revision #495e7f1b3d 2024-01-22 08:24:08 +0200
MDEV-33053 fixup: Correct a condition before a message
Merge Revision #5c243d4caf 2024-01-22 08:20:08 +0200 - Merge 10.5 into 10.6
Revision #e237925963 2024-01-22 08:19:00 +0200
MDEV-33031 test fixup for HAVE_PERFSCHEMA=NO
Revision #0c23f84d8d 2023-12-11 10:15:55 +1100
MDEV-32983 cosmetic improvement on path separator near ib_buffer_pool
Revision #3a33ae8601 2024-01-12 16:57:37 +0100
MDEV-33091 pcre2 headers aren't found on Solaris
Revision #21560bee9d 2024-01-19 12:46:11 +0200
Revert "MDEV-32899 InnoDB is holding shared dict_sys.latch while waiting for FOREIGN KEY child table lock on DDL"
Revision #7e65e3027e 2024-01-19 12:40:32 +0200
MDEV-33275 buf_flush_LRU(): mysql_mutex_assert_owner(&buf_pool.mutex) failed
Revision #d34479dc66 2024-01-19 12:40:16 +0200
MDEV-33053 InnoDB LRU flushing does not run before running out of buffer pool
Revision #16f2f8e5a7 2024-01-17 20:32:51 +0100
new CC 3.3
Revision #82e8633420 2024-01-19 15:24:19 +1100
innodb: IO Error message missing space
Revision #a6290a5bc5 2024-01-15 09:04:19 +0200
MDEV-33095 innodb_flush_method=O_DIRECT creates excessive errors on Solaris
Revision #f63045b119 2024-01-18 10:14:21 +0200
MDEV-33213 fixup: GCC 5 -Wconversion
Merge Revision #3a96eba25f 2024-01-17 13:35:05 +0200 - Merge 10.5 into 10.6
Revision #6a514ef672 2024-01-17 12:50:44 +0200
MDEV-30940: Try to fix the test
Revision #f8c88d905b 2024-01-17 11:14:24 +0200
MDEV-33213 History list is not shrunk unless there is a pause in the workload
Revision #931df937e9 2024-01-16 17:17:50 +1100
MDEV-32559 failing spider signal_ddl_recovery_done callback should result in spider deinit
Merge Revision #d06b6de305 2024-01-11 12:59:22 +1100 - Merge branch '10.5' into 10.6
Revision #3613fb2aa8 2024-01-10 11:53:00 +0200
MDEV-33112 innodb_undo_log_truncate=ON is blocking page write
Revision #593278f927 2024-01-10 11:52:26 +0200
MDEV-32050 fixup: Remove srv_purge_rseg_truncate_frequency
Revision #4cbf75dd33 2024-01-10 07:51:37 +0200
MDEV-33137: Assertion end_lsn == page_lsn failed in recv_recover_page
Revision #c6c2a2b8d4 2024-01-02 22:23:26 +0100
MDEV-33150 double-locking of LOCK_thd_kill in performance_schema.session_status
Revision #0a122637b5 2024-01-09 15:54:36 +0100
cleanup: change a function, that always return 0, to void
Revision #23e107d751 2023-12-28 15:23:40 +0100
MDEV-33031 Assertion failure upon reading from performance schema with binlog enabled
Revision #b3065af6e6 2023-12-28 15:19:42 +0100
cleanup: spider status variables
Revision #c44cac91ab 2023-12-27 17:04:43 +0100
MDEV-33031 Assertion failure upon reading from performance schema with binlog enabled
Revision #022ae42155 2023-12-14 15:17:59 +0100
MDEV-11777 REGEXP_REPLACE converts utf8mb4 supplementary characters to '?'
Merge Revision #6538a91e94 2024-01-08 14:39:56 +0200 - Merge 10.5 into 10.6
Merge Revision #8bd5a3de7f 2024-01-03 14:24:47 +0200 - Merge 10.5 into 10.6
Merge Revision #e23c695250 2024-01-02 17:37:58 +0200 - Merge 10.5 into 10.6
Revision #9f40f02a8d 2023-12-22 17:55:30 +0100
Fix galera.galera_kill_ddl test errors in debug mode.
Revision #bdaa6bac05 2023-12-22 14:17:26 +1100
[fixup] Spider: correct init queries after merge
Revision #91d53ea339 2023-12-12 11:01:54 +0200
MDEV-33000: Fix test result file on some test cases
Revision #a31598b3b1 2023-12-21 16:00:12 +0100
MDEV-33046 - reschedule dict_stats_func() if there work left to do.
Revision #91a118d55e 2023-12-21 15:09:03 +0100
Cleanup - reuse background THD in dict_stats_func()
Merge Revision #8e6a476be1 2023-12-21 21:33:01 +0100 - Merge branch '10.5' into 10.6
Revision #c1cc264f12 2023-12-21 18:24:19 +0200
Fix an intermittent test failure
Revision #cf86e075c0 2023-12-21 12:58:39 +0200
Add an end-of-test marker
Merge Revision #a81a138aab 2023-12-21 12:16:33 +0200 - Merge 10.5 into 10.6
Revision #f9ae553067 2023-12-20 15:56:00 +0200
MDEV-33098: Disable the test
Merge Revision #2b01e5103d 2023-12-19 18:41:42 +0200 - Merge 10.5 into 10.6
Revision #98287bd2d6 2023-12-19 11:15:08 +0200
MDEV-33009 Server hangs for a long time with innodb_undo_log_truncate=ON
Revision #aff5ed3988 2023-12-16 19:46:58 +0100
MDEV-33046 race condition in InnoDB dict_stats_schedule()
Revision #0930eb86cb 2023-12-15 19:58:31 +0100
Spider cannot run DDL (e.g. create tables) before ddl recovery
Merge Revision #e95bba9c58 2023-12-15 20:00:58 +0100 - Merge branch '10.5' into 10.6
Revision #686865e112 2023-12-15 15:29:26 +0530
Adjust the MDEV-26052 test case for MDEV-29092
Revision #655f78a238 2023-12-14 15:24:19 +0200
MDEV-18322 Assertion "wrong page type" on instant ALTER TABLE
Revision #f21a6cbf6e 2023-12-14 13:16:28 +0200
MDEV-32939 If tables are frequently created, renamed, dropped, a backup cannot be restored
Revision #0f510d8b5a 2023-12-14 13:15:51 +0200
MDEV-32751 fixup: cmake -DPLUGIN_PERFSCHEMA=NO
Revision #736a54f49c 2023-12-13 00:37:57 +0100
perfschema: use LOCK_thd_kill to "keep THD during materialization"
Revision #d9cb1a2b7e 2023-11-24 17:45:16 +0100
MDEV-32751 sys schema view session_ssl_status is empty
Revision #4231cf6d3f 2023-11-08 15:44:18 +0100
MDEV-32617 deprecate secure_auth=0
Revision #c2a5d93580 2023-11-21 12:01:31 +0100
main.long_host failures
Revision #bb565ee566 2023-12-10 10:53:27 +0100
MDEV-32884 backward compatibility fixes
Revision #47f2b16a8c 2023-12-07 20:16:41 +0700
MDEV-31296: Crash in Item_func::fix_fields when prepared statement with subqueries and window function is executed with sql_mode = ONLY_FULL_GROUP_BY
Revision #4ced4898fd 2023-12-07 17:44:43 +0400
MDEV-32958 Unusable key notes do not get reported for some operations
Revision #bc5e904043 2023-12-07 11:47:45 +0000
MDEV-32884 Improve S3 options comaptibility
Revision #ecbdd72953 2023-12-06 16:18:53 +0400
MDEV-32957 Unusable key notes report wrong predicates for > and >=
Revision #f074223ae7 2023-12-05 12:31:29 +0200
MDEV-32068 Some calls to buf_read_ahead_linear() seem to be useless
Revision #768a736174 2023-12-04 11:47:19 +0200
MDEV-32899 instrumentation fixup
Revision #1ac03fd914 2023-12-04 11:21:58 +0200
Fix occasional failure of encryption.corrupted_during_recovery
Revision #be1c4bd1bd 2023-12-04 11:17:46 +0200
Fix occasional failure of innodb.innodb-alter-tempfile
Revision #99cab7ee57 2023-11-29 14:36:03 +1100
MDEV-32903 MDEV-32532 Assertion failure in ddl_log_increment_phase_no_lock upon ..
Revision #4bd94afbd3 2023-11-26 11:53:12 +0200
MDEV-32884 Make s3_debug dynamic
Revision #18166e4501 2023-11-24 11:23:30 +0200
mysqladmin -vv processlist now shows more information
Merge Revision #b3a628c7d4 2023-11-30 10:45:01 +0200 - Merge 10.5 into 10.6
Revision #bb511def1d 2023-11-30 10:35:53 +0200
MDEV-32371 Deadlock between buf_page_get_zip() and buf_pool_t::corrupted_evict()
Revision #0ee9b119bf 2023-11-30 09:46:25 +0200
MDEV-31817 SIGSEGV after btr_page_get_father_block() returns nullptr on corrupted data
Revision #ba6bf7ad9e 2023-11-29 10:48:10 +0200
MDEV-32899 instrumentation
Revision #569da6a7ba 2023-11-28 15:50:41 +0200
MDEV-32899 InnoDB is holding shared dict_sys.latch while waiting for FOREIGN KEY child table lock on DDL
Revision #20b0ec9aae 2023-11-27 09:56:21 +0400
MDEV-32879 Server crash in my_decimal::operator= or unexpected ER_DUP_ENTRY upon comparison with INET6 and similar types
Revision #2f467de4c4 2023-11-24 14:25:32 +0200
MDEV-32873 Test innodb.innodb-index-online occasionally fails
Merge Revision #d963584d4c 2023-11-22 16:56:47 +0200 - Merge 10.5 into 10.6
Revision #4c16ec3e77 2023-11-21 12:42:00 +0200
MDEV-32050 fixup: Stabilize tests
Merge Revision #9c5600adde 2023-11-21 09:33:06 +0200 - Merge 10.5 into 10.6
Merge Revision #0ead203111 2023-11-21 09:18:31 +0200 - Merge 10.5 into 10.6
Revision #cd04673a17 2023-11-20 16:57:57 +0200
MDEV-32050 fixup: innodb.instant_alter_crash (take 2)
Revision #eb1f8b2919 2023-11-17 15:07:51 +0200
MDEV-32027 Opening all .ibd files on InnoDB startup can be slow
Merge Revision #44b9e41694 2023-11-17 13:07:35 +0200 - Merge 10.5 into 10.6
Revision #5a1f821b93 2023-11-16 16:57:42 +0200
MDEV-31861 Empty INSERT crashes with innodb_force_recovery=6 or innodb_read_only=ON
Revision #55a96c055a 2023-11-16 16:39:02 +0200
MDEV-32050 fixup: innodb.instant_alter_crash
Revision #ea6ca01397 2023-11-15 14:11:38 +0200
MDEV-32757: rollback crash on corruption
Merge Revision #5dbe7a8c9a 2023-11-15 14:11:24 +0200 - Merge 10.5 into 10.6
Merge Revision #52ca2e65af 2023-11-15 14:10:21 +0200 - Merge 10.5 into 10.6
Revision #c11610f590 2023-11-06 09:06:00 +0200
MDEV-32689: Remove Ubuntu Bionic
Merge Revision #4a824c0cf0 2023-11-14 08:56:16 +0100 - Merge branch '10.6' into mariadb-10.6.16
Revision #91835ef378 2023-11-13 13:22:44 -0500
bump the VERSION
Revision #dec4d0badc 2023-11-13 14:35:33 +0200
MDEV-32788: Debug build failure with SUX_LOCK_GENERIC
Revision #04477bd936 2023-11-08 12:00:29 +0100
MDEV-28836 fix crashing PFS unit tests on Windows.
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?