All pages
Powered by GitBook
1 of 1

Loading...

MariaDB 11.7.1 Changelog

DownloadRelease NotesChangelogOverview of 11.7

Alternate download from mariadb.org

Release date: 21 Nov 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.7.0 are also included in this changelog

  • Includes all fixes from

  • 2024-11-10 15:49:31 +0100

    • bump the VERSION

  • 2024-11-10 15:45:16 +0100

    • fix the test for --embedded

  • Merge 2024-11-09 19:01:12 +0100 - Merge branch '11.6' into 11.7

  • 2024-11-07 06:15:18 -0800

    • InnoDB: Failing assertion: node->pcur->rel_pos == BTR_PCUR_ON upon LOAD DATA REPLACE with unique blob

  • 2024-11-07 06:07:54 -0800

    • cleanup: main.loaddata_autocom_innodb

  • 2024-11-04 04:25:31 -0800

    • ER_LOCK_DEADLOCK not detected upon DML on table with vector key, server crashes

  • 2024-11-01 13:31:48 +0100

    • NO_KEY_OPTIONS SQL mode has no effect on engine key options

  • 2024-10-31 22:38:06 +0100

    • Server crashes in FVectorNode::gref_len with insufficient mhnsw_max_cache_size

  • 2024-10-31 08:37:23 +0100

    • ER_KEY_NOT_FOUND upon INSERT into InnoDB table with vector key under READ COMMITTED

  • 2024-10-30 21:50:29 +0100

    • DESC does not work in ORDER BY with vector key

  • 2024-10-30 10:03:18 +0100

    • relax the XA recovery error

  • 2024-10-29 17:53:38 +0100

    • Vector-related system variables could use better names

  • 2024-10-29 09:44:24 +0100

    • Server crashes in _ma_reset_history upon altering on Aria table with vector key under lock

  • 2024-10-26 13:38:45 +0200

    • mariadb-backup does not work with MyISAM tables with vector keys

  • 2024-10-25 21:38:08 +0200

    • Vector search skips a row in the table

  • 2024-09-10 16:55:02 +0400

    • DDL recovery for high-level indexes

  • 2024-10-23 23:04:56 +0400

    • Assertion fails in trx_t::check_bulk_buffer upon CREATE.. SELECT with vector key

  • 2024-10-25 15:58:06 +0200

    • post-fix

  • 2024-10-10 16:49:39 +0400

    • Aria crashes with high-level (vector) indexes

  • 2024-10-24 14:32:35 +0200

    • SHOW CREATE TABLE produces unusable statement for vector fields with constant default value

  • 2024-10-23 20:56:12 +0200

    • ASAN errors upon reading from joined temptable views with vector type

  • 2024-10-23 20:08:57 +0200

    • REPAIR does not fix MyISAM table with vector key after crash recovery

  • 2024-10-23 17:23:30 +0200

    • Unexpected ER_DUP_KEY after OPTIMIZE on MyISAM table with vector key

  • 2024-10-23 17:07:17 +0200

    • Assertion `!item->null_value' failed upon VEC_TOTEXT call

  • 2024-10-23 14:25:11 +0200

    • Assertion `(mem_root->flags & 4) == 0' failed in safe_lexcstrdup_root

  • 2024-10-20 16:47:20 +0200

    • ASAN errors in Item_func_vec_fromtext::val_str upon VEC_FROMTEXT with an invalid argument

  • 2024-10-20 12:38:09 +0200

    • Server crash in online alter upon concurrent ALTER and DML on table with vector field

  • 2024-10-20 00:15:27 +0200

    • Vector type cannot store values which VEC_FromText produces and VEC_ToText accepts

  • 2024-10-19 21:08:11 +0200

    • Server crashes in Item_func_vec_fromtext::val_str upon query from empty table

  • 2024-10-19 20:08:28 +0200

    • ASAN errors or assertion failures in row_sel_convert_mysql_key_to_innobase upon query from table with usual key on vector field

  • 2024-10-19 20:05:17 +0200

    • Assertion `tab->join->order' fails upon vector search with DISTINCT #2

  • 2024-10-19 20:33:57 +0200

    • non-BNL join fails on assertion

  • 2024-10-20 12:53:27 +0200

    • Server crash or assertion failure upon query with high value of mhnsw_min_limit

  • 2024-10-19 14:19:57 +0200

    • mysqlbinlog --verbose fails on row events with vector type

  • 2024-10-17 18:39:21 +0200

    • Unexpected ER_TRUNCATED_WRONG_VALUE_FOR_FIELD, diagnostics area assertion failures upon EITS collection with vector type

  • 2024-10-16 17:41:56 +0200

    • RBR does not work with vector type, ER_SLAVE_CONVERSION_FAILED

  • 2024-10-18 17:31:28 +0200

    • Assertion failure in Create_tmp_table::finalize upon DISTINCT with vector type

  • 2024-10-17 15:27:45 +0200

    • ASAN errors in Field_vector::store with optimizer_trace enabled

  • 2024-10-17 09:37:11 +0200

    • Assertion failure in Field_vector::store upon INSERT IGNORE with a wrong data

  • 2024-10-29 12:11:41 +0100

    • crash in online_alter_end_trans with XA over vector indexes

  • 2024-10-16 13:10:28 +0200

    • Assertion `tab->join->select_limit < (~ (ha_rows) 0)' fails upon forcing vector key

  • 2024-10-15 23:00:44 +0200

    • cleanup: remove String::append_float

  • 2024-10-15 19:05:18 +0200

    • Vec_ToText was underestimating max_length of the result

  • 2024-10-15 18:58:50 +0200

    • Assertion `res->length() > 0 && res->length() % 4 == 0' fails upon increasing length of vector column

  • 2024-10-15 18:00:01 +0200

    • Column containing non-vector tables can be modified to VECTOR type without warnings

  • 2024-10-15 17:36:08 +0200

    • Inconsistent NULL handling in vector type

  • 2024-10-15 14:48:44 +0200

    • Server crashes in Field_vector::report_wrong_value upon statistic collection

  • 2024-10-13 14:15:25 +0200

    • VECTOR data type

  • 2024-10-09 09:25:12 +0200

    • Assertion `tab->join->order' fails upon vector search with DISTINCT

  • 2024-10-08 22:57:10 +0200

    • Invalid (old?) table or database name upon DDL on table with vector key and unique key

  • 2024-10-08 14:56:35 +0200

    • Server crash, hang or ASAN errors in mysql_create_frm_image upon using non-default table options and system variables

  • 2024-10-06 20:09:08 +0200

    • make MyISAM and Aria report correct reflength to the server

  • 2024-10-06 11:55:54 +0200

    • Server crash or ASAN errors in mhnsw_insert

  • 2024-10-04 14:31:49 +0200

    • mysqldump and mariadb-backup tests of vector indexes

  • 2024-10-02 20:33:42 +0200

    • XA PREPARE "not supported by the engine" from storage engine mhnsw, memory leak

  • 2024-10-02 17:34:51 +0200

    • Assertion failure upon DML on table with vector under lock

  • 2024-10-01 16:01:38 +0200

    • ASAN errors in TABLE_SHARE::lock_share upon committing transaction after FLUSH on table with vector key

  • 2024-09-30 22:59:47 +0200

    • Behavior for RTREE indexes changed, assertion fails

  • 2024-09-30 22:17:47 +0200

    • Vector indexes are allowed for MERGE tables, but do not

  • 2024-09-30 19:22:30 +0200

    • ALTER on a table with vector index attempts to bypass unsupported locking limitation, server crashes in THD::free_tmp_table_share

  • 2024-09-30 19:12:31 +0200

    • Unsuitable error upon an attempt to create MEMORY table with vector key

  • 2024-09-26 19:33:13 +0200

    • streaming mode for mhnsw search

  • 2024-09-27 21:10:53 +0200

    • cleanup: simplify search_layer() usage, remove std::swap()

  • 2024-09-26 19:52:12 +0200

    • rename MHNSW_Context->MHNSW_Share

  • 2024-09-29 15:46:28 +0200

    • ASAN errors in Lex_ident<Compare_ident_ci>::is_valid_ident upon DDL on table with vector index

  • 2024-09-29 14:09:26 +0200

    • LeakSanitizer errors in my_malloc / safe_mutex_lazy_init_deadlock_detection / MHNSW_Context::alloc_node and alike

  • 2024-09-29 12:36:00 +0200

    • After a failed attempt to create vector index temporary file remains and prevents further operation

  • 2024-09-29 10:49:01 +0200

    • Assertion failure in ha_blackhole::position upon INSERT into blackhole table with vector index

  • 2024-09-29 10:33:06 +0200

    • Invalid (old?) table or database name 't#i#00' upon creating RocksDB table with vector index

  • 2024-09-29 10:27:33 +0200

    • Server crash in Index_statistics::get_avg_frequency upon EITS collection for vector index

  • 2024-09-28 23:07:48 +0200

    • Number of indexes inside InnoDB differs from that defined in MariaDB after altering table with vector key

  • 2024-09-25 20:22:17 +0200

    • Using varbinary as vector-storing column results in assertion failures

  • 2024-09-21 11:57:19 +0200

    • Vector search fails to compile on s390x

  • 2024-09-06 22:12:35 +0200

    • generous_furthest optimization

  • 2024-09-14 11:55:53 +0200

    • trying to stabilize floating-point tests

  • 2024-09-13 11:44:35 +0400

    • Disabled high-level indexes with Aria

  • 2024-09-10 14:31:26 +0200

    • cleanup: TABLE_SHARE::lock_share() helper

  • 2024-09-01 17:43:46 +0400

    • Simplified quick_rm_table() and mysql_rename_table()

  • 2024-08-27 22:25:34 +0400

    • ALTER TABLE fixes for high-level indexes (iii)

  • 2024-08-26 12:56:43 +0400

    • ALTER TABLE fixes for high-level indexes (ii)

  • 2024-08-12 13:27:48 +0400

    • ALTER TABLE fixes for high-level indexes (i)

  • 2024-08-15 23:11:23 +0200

    • AVX-512 support

  • 2024-08-29 20:49:54 +0200

    • VEC_Distance_Cosine()

  • 2024-08-29 15:27:59 +0200

    • rename VEC_Distance to VEC_Distance_Euclidean

  • 2024-08-24 15:09:51 +0200

    • mhnsw: use plugin index options and transaction_participant API

  • 2024-08-27 15:10:06 +0200

    • cleanup: index options don't need hton anymore

  • 2024-09-11 19:32:38 +0200

    • cleanup: extract transaction-related part of handlerton

  • 2024-08-25 14:07:44 +0200

    • cleanup: handlerton

  • 2024-07-25 22:28:30 +0200

    • make rename test to work with InnoDB too

  • 2024-07-25 22:14:59 +0200

    • pos-fixes for rename

  • 2024-07-15 21:47:19 +0400

    • VECTOR indexes support for RENAME TABLE

  • 2024-07-25 20:27:50 +0200

    • post-fixes for TRUNCATE

  • 2024-07-06 00:37:37 +0400

    • Fixed TRUNCATE TABLE against VECTOR indexes

  • 2024-07-05 13:45:44 +0400

    • Test insert ... select with vector index

  • 2024-07-03 19:52:53 +0400

    • Disable VECTOR indexes with partitioned tables

  • 2024-07-05 14:55:45 +0400

    • CREATE TABLE ... LIKE loses VECTOR index

  • 2024-07-24 22:01:53 +0300

    • Vec_FromText and Vec_ToText

  • 2024-07-25 21:52:33 +0300

    • Introduce String::append_float

  • 2024-07-24 22:31:36 +0200

    • mhnsw: make the search less greedy

  • 2024-07-22 21:24:11 +0200

    • cleanup search_layer()

  • 2024-07-19 12:25:25 +0200

    • mhnsw: store coordinates in 16 bits, not 32

  • 2024-07-18 14:43:47 +0200

    • UPDATE/DELETE post-fixes

  • 2024-07-18 14:40:15 +0200

    • cleanup: prepare_for_insert() -> prepare_for_modify()

  • 2024-07-16 15:15:17 +0200

    • Initial support for vector DELETE and UPDATE

  • 2024-07-14 16:02:09 +0200

    • non-SIMD fallback

  • 2024-07-17 17:16:28 +0200

    • mhnsw: inter-statement shared cache

  • 2024-06-13 23:24:51 +0200

    • mhnsw: change storage format

  • 2024-06-12 17:12:20 +0200

    • mhnsw: return an error if lazy neighbor read failed

  • 2024-06-06 16:39:45 +0200

    • mhnsw: SIMD for euclidean distance

  • 2024-06-11 12:58:41 +0200

    • mhnsw: configurable parameters

  • 2024-06-08 11:03:08 +0200

    • InnoDB support for hlindexes and mhnsw

  • 2024-06-07 19:12:08 +0200

    • mhnsw: cache start node too, don't push too much in pg_discard

  • 2024-06-07 16:40:28 +0200

    • bugfix: properly reset db_plugin when hlindex discovery fails

  • 2024-06-07 13:50:13 +0200

    • mhnsw: build indexes with the columns of exactly right size

  • 2024-06-07 00:31:49 +0200

    • cleanups

  • 2024-06-06 15:08:02 +0200

    • mhnsw: remove EXTEND_CANDIDATES and KEEP_PRUNED_CONNECTIONS

  • 2024-06-06 14:50:17 +0200

    • mhnsw: search intermediate layers with ef=1

  • 2024-06-05 17:55:24 +0200

    • mhnsw: fix the heuristic neighbor selection algorithm

  • 2024-06-05 16:14:12 +0200

    • mhnsw: don't prefix blob ref array with its length

  • 2024-06-05 14:59:25 +0200

    • mhnsw: don't create many empty layers

  • 2024-06-05 13:31:58 +0200

    • mhnsw: remove a redundant loop and ha_update_row

  • 2024-06-05 13:39:33 +0200

    • mhnsw: modify target's neighbors directly

  • 2024-06-04 23:06:44 +0200

    • mhnsw: cache neighbors too

  • 2024-06-05 12:12:28 +0200

    • mhnsw: don't guess whether it's insert or update

  • 2024-06-04 14:47:52 +0200

    • mhnsw: refactor FVector* classes

  • 2024-06-03 15:21:57 +0200

    • mhnsw: fix memory management

  • 2024-06-03 11:22:21 +0200

    • mhnsw: simplify memory management of returned results

  • 2024-06-01 00:17:05 +0200

    • misc changes

  • 2024-02-17 17:03:30 +0200

    • Initial HNSW implementation

  • 2024-05-29 21:12:23 +0200

    • cleanup: simplify Queue<>, add const

  • 2024-07-12 10:38:48 +0200

    • cleanup: C++11 range-based for loop for Hash_set<>

  • 2024-01-17 15:32:45 +0100

    • initial support for vector indexes

  • 2023-11-25 14:58:06 +0100

    • VEC_DISTANCE() function

  • 2024-07-18 14:43:06 +0200

    • cleanup: init_tmp_table_share(bool thread_specific)

  • 2024-06-01 16:15:53 +0200

    • cleanup: thd->alloc<>() and thd->calloc<>()

  • 2024-02-09 23:50:26 +0100

    • Revert " Segfault in heap_scan() upon UPDATE after ADD SYSTEM VERSIONING"

  • 2024-01-26 12:19:47 +0100

    • cleanup: unused function argument

  • 2024-01-27 00:15:40 +0100

    • open frm for DROP TABLE

  • 2024-01-25 17:29:32 +0100

    • cleanup: extract ha_create_table_from_share()

  • 2024-01-25 11:36:59 +0100

    • cleanup: generalize ER_INNODB_NO_FT_TEMP_TABLE

  • 2024-01-17 15:48:53 +0100

    • cleanup: generalize ER_SPATIAL_CANT_HAVE_NULL

  • 2024-01-18 01:30:12 +0100

    • cleanup: make_long_hash_field_name() and add_hash_field()

  • 2024-01-14 11:43:43 +0100

    • cleanup: key algorithm vs key flags

  • 2024-02-07 00:15:45 +0100

    • cleanup: Queue and Bounded_queue

  • 2024-01-27 09:31:44 +0100

    • cleanup: lex_string_set3()

  • 2024-01-10 20:31:43 +0100

    • cleanup: remove unconditional #ifdef's

  • 2024-06-15 23:11:11 +0200

    • cleanup: const in List::push_front()

  • 2024-01-08 19:33:32 +0100

    • reject invalid spatial key declarations in the parser

  • 2024-01-26 16:05:38 +0100

    • cleanup: pass TABLE_SHARE to store_key_options()

  • 2024-09-25 14:39:29 +0200

    • cleanup: get_float convenience helper

  • 2024-10-06 12:28:54 +0200

    • cleanup: engine_option_value::Value::find_in_list() helper

  • 2024-08-30 11:04:14 +0200

    • cleanup: CREATE_TYPELIB_FOR() helper

  • 2024-01-08 18:29:12 +0100

    • cleanup: spaces, casts, comments

  • 2024-09-26 11:52:05 +0200

    • memroot improvement: fix savepoint support

  • 2024-08-26 19:27:45 +0200

    • fix a typo and an old bug in prefschema.transaction test

  • 2024-02-05 16:29:32 +0100

    • fix main.plugin_vars test to cleanup after itself

  • 2024-01-19 16:21:25 +0100

    • make INFORMATION_SCHEMA.STATISTICS.COMMENT not nullable

  • 2024-11-02 11:34:35 +0100

    • fix for 32bit

  • 2024-11-02 18:25:10 +0700

    • Unexpected error WARN_SORTING_ON_TRUNCATED_LENGTH or assertion failure in diagnostics area #2

  • 2024-11-05 09:14:06 +0400

    • Adding a comment near the keyword NOCOPY

  • 2024-11-02 10:27:48 +0400

    • Fixing main.type_timestamp failure with --view

  • 2024-11-01 21:01:31 +0100

    • fix main.selectivity_notembedded --view

  • 2024-11-01 20:52:58 +0100

    • fix the test for --view

  • 2024-09-11 22:55:14 +0200

    • print more digits for floating point options in mariadbd --help

  • 2023-12-31 12:41:25 +0200

    • Implement the Percona variable slow_query_log_always_write_time

  • 2024-10-29 21:36:09 +0700

    • Unexpected WARN_SORTING_ON_TRUNCATED_LENGTH or assertion failure in diagnostics area

  • 2024-10-29 09:52:42 +0400

    • NOCOPY has become reserved word bringing wide incompatibility

  • 2024-10-27 14:07:59 +0400

    • Assertion `dec <= 6' failed in my_timestamp_binary_length

  • 2024-10-29 14:22:59 +0400

    • perfschema.lowercase_fs_off fails on buildbot

  • 2024-10-29 14:18:38 +0300

    • Allow converting a versioned table from implicit to explicit row_start/row_end columns

  • 2024-09-12 11:54:24 +0200

    • post-merge changes

  • 2024-02-28 19:09:58 +0100

    • Implement native UUID7 function

  • 2024-06-25 17:17:13 +1000

    • UUID() should be treated as stochastic for the purposes of forcing query materialization

  • 2024-04-04 06:22:06 +0400

    • cleanup: Implement native UUID4 function

  • 2024-03-21 00:20:19 +0100

    • Implement native UUID4 function

  • 2024-10-29 12:15:53 +0200

    • wsrep.wsrep-recover, wsrep.wsrep-recover-v25 fail on assertion

  • 2024-08-29 11:10:59 +1000

    • : UPDATE/DELETE: Cost-based choice IN->EXISTS vs Materialization

  • 2023-09-04 13:15:06 +0700

    • Add a warning when max_sort_length is reached

  • 2024-08-17 12:56:28 +0400

    • Add a warning when max_sort_length is reached

  • 2023-09-25 21:48:01 +0400

    • ROW data type for stored function return values

  • 2024-08-26 13:24:59 +0400

    • CURRENT_TIMESTAMP should return a TIMESTAMP [WITH TIME ZONE?]

  • 2024-10-18 14:05:29 +0200

    • fix rdiff files in sys_var suite

  • 2024-10-18 13:58:37 +0200

    • fix client.client-env-variable test

  • 2024-08-11 21:27:50 -0700

    • : Slave error message incorrectly mentions server_uuid

  • 2024-10-17 15:52:41 -0600

    • : Fix mysqld--help,win.rdiff

  • 2024-10-13 14:24:05 -0600

    • : typo fix in test

  • 2024-09-14 21:26:55 +0200

    • test fix

  • 2024-09-16 07:33:46 -0600

    • : Galera and SST/no binlog fixes

  • 2024-09-12 14:19:33 -0600

    • : Reduce min val of large_commit_threshold for debug builds

  • 2024-09-05 00:16:35 +0800

    • Rename binlog cache temporary file to binlog file for large transaction

  • 2024-08-12 17:01:14 +1000

    • Implement SHOW CREATE SERVER

  • 2024-09-05 16:12:35 +1000

    • Allow arbitrary options in CREATE SERVER

  • 2024-08-07 17:27:15 +1000

    • Fix mysql.servers socket max length too short

  • 2024-08-07 13:27:44 +1000

    • spider: some trivial cleanups and documentation

  • 2019-06-27 02:16:33 +0400

    • json_get_object_nkey() function implemented.

  • 2024-09-17 15:42:55 +1100

    • -fix column count issue with union in derived table

  • 2024-09-16 12:58:33 +1100

    • name resolution fails in --view

  • 2024-08-23 14:55:46 +1100

    • Add optional correlation column list for derived tables

  • 2024-07-22 20:27:51 +0000

    • Update mini-benchmark to use constant transactions

  • 2023-12-13 23:30:18 +0000

    • Make SESSION_USER() comparable with CURRENT_USER()

  • 2024-07-15 18:54:55 +0000

    • [] Client programs to use $MARIADB_HOST consistently

  • 2024-09-30 11:27:45 +0800

    • The revision corresponds to the review comments. 1. Move the unit tests into the compat/oracle suite, sp-param.test file. 2. Remove the added unit test file and result file. 3. Add type, Alter_info::enum_alter_table_algorithm, into the union. 4. Remove the extra switch case

  • 2024-09-13 19:10:56 +0800

    • Fixed ALTER TABLE NOCOPY keyword failure

  • 2024-09-09 17:52:52 +0800

    • sql_mode=ORACLE: Ignore the NOCOPY keyword in stored routine parameters

  • Merge 2024-10-03 18:15:13 +0300 - Merge 11.6 into 11.7

  • 2024-07-26 10:15:50 +0300

    • : Set optimizer_switch='cset_narrowing=on' by default

  • 2024-09-10 14:48:59 +1000

    • Deprecate spider_table_crd_thread_count and spider_table_sts_thread_count

  • 2024-06-11 22:59:31 +0800

    • Async rollback prepared transactions during binlog crash recovery

  • 2024-08-31 01:34:52 +0200

    • : Implement --slave-abort-blocking-timeout

  • Merge 2024-09-04 10:49:15 +0300 - Merge 11.6 into main

  • 2024-07-11 11:53:03 -0600

    • : Deprecate binlog_optimize_thread_scheduling

  • 2024-08-27 13:40:39 +0100

    • Update markdown files for main branch

  • 2024-08-05 16:16:09 +0200

    • Quick mode produces the bug for mariadb client

  • Merge 2024-08-21 15:26:07 +0200 - Merge branch '11.6' into 11.7

  • 2024-08-20 08:41:24 +0200

    • 11.7 branch

MariaDB 11.6.2
Revision #74331a48dd
Revision #2ac98bcb3c
MDEV-35354
Revision #b12ff287ec
Revision #7aa28a2a54
MDEV-35354
Revision #f24ebbaa5c
Revision #ebbbe9d960
MDEV-35319
Revision #574e18f80d
MDEV-35308
Revision #e5a5d2b78d
MDEV-35214
Revision #cbc2812f80
MDEV-35287
Revision #ad33ffc0b5
MDEV-35296
Revision #7feec30939
Revision #b09c8b03d7
MDEV-35244
Revision #784becf3e1
MDEV-35267
Revision #5d9ebef41e
MDEV-35258
Revision #0b9bc6c3cd
MDEV-35246
Revision #d50663198c
Revision #883fb66cd4
MDEV-35130
Revision #f6de9a379a
MDEV-34919
Revision #1cc7ef52e3
MDEV-34919
Revision #72839c1435
MDEV-35245
Revision #053bd80d43
MDEV-35230
Revision #7d081c1b83
MDEV-35223
Revision #e8cff8e829
MDEV-35219
Revision #8988decbfe
MDEV-35220
Revision #14364b09b9
MDEV-35236
Revision #1a53048299
MDEV-35215
Revision #96eb66e5b3
MDEV-35205
Revision #e020a3a2ce
MDEV-35210
Revision #f336b10bb1
MDEV-35212
Revision #2bec721316
MDEV-35203
Revision #2e74a00d9d
MDEV-35195
Revision #926b339b93
MDEV-35194
Revision #597e34d000
MDEV-35213
Revision #dd9a5dd5b5
MDEV-35204
Revision #ed9fec0266
MDEV-35177
Revision #db10e5cf6c
MDEV-35160
Revision #8f49fb8cc3
MDEV-35191
Revision #cfbf065893
MDEV-35176
Revision #425aa95655
MDEV-35178
Revision #88adcbf35a
MDEV-35182
Revision #5bde23990b
MDEV-35159
Revision #a83afd8537
Revision #88119addff
Revision #91720da9be
MDEV-35158
Revision #6634c88480
MDEV-35150
Revision #ca28761066
MDEV-35147
Revision #f274cf1c25
MDEV-35141
Revision #78119d1ae5
MDEV-33410
Revision #b56ca29f89
MDEV-35105
Revision #9ddb94f60e
MDEV-35104
Revision #7d9c0e4f62
MDEV-35092
Revision #cdc7253787
Revision #ea1e720391
MDEV-35078
Revision #855aefb7b5
Revision #eb4ab2ce8f
MDEV-35061
Revision #09cd817f5d
MDEV-35060
Revision #09889d417b
MDEV-35055
Revision #d396fb9226
MDEV-35021
Revision #b3afd9f640
MDEV-35042
Revision #0932c3a27e
MDEV-35044
Revision #824a63852b
MDEV-35043
Revision #9f80e3fbb7
MDEV-35032
Revision #b4811a9b63
Revision #7b00e2351b
Revision #be69716287
MDEV-35029
Revision #a6499049af
MDEV-35033
Revision #6837bb54f4
MDEV-35020
Revision #ec2ff9f2a0
MDEV-35035
Revision #b44cde16cb
MDEV-35037
Revision #8ac3f0b1d4
MDEV-35038
Revision #0bd01f4a95
MDEV-35039
Revision #8253650aaa
MDEV-35006
Revision #a471389d07
MDEV-34970
Revision #3c6e836110
Revision #fb04cad37e
Revision #f867c2a21e
Revision #97b2392ede
Revision #3283688797
Revision #ca17b68bb6
Revision #7aa6bb3aa3
Revision #a90fa3f397
Revision #e826875fe5
Revision #2ad9df8c9b
Revision #2e1fcc6a80
Revision #0da820cb12
Revision #ea4562ef21
Revision #aed5928207
Revision #126d6d787c
Revision #8087cefc07
Revision #445198c10e
Revision #97e112fb82
Revision #ebcbed6d74
Revision #70575defb7
Revision #91a24ddc5d
Revision #4aa1968b89
Revision #7c16bba71d
Revision #eec1339f5d
MDEV-32886
Revision #f813ac2a51
Revision #26e599cd32
Revision #885eb19823
Revision #fa2078ddff
Revision #f44989ff0f
Revision #f2512c0fa8
Revision #0e2b9e7621
MDEV-33408
Revision #173b017c06
Revision #049d839350
Revision #8eb39be512
Revision #ca21d49042
Revision #4657b63aa1
Revision #5c2b7c6e7f
Revision #25b4000290
Revision #2efd9b17ba
Revision #687bfa7691
Revision #613542dceb
Revision #1029d2f245
Revision #c42ec1932f
Revision #a8fd1199e2
Revision #42804ad5a5
Revision #ad94c8d714
Revision #c91cab3b6f
Revision #058976533f
Revision #e0bdddad74
Revision #27bfa21a58
Revision #b492025c6c
Revision #267092d4a1
Revision #10de659020
Revision #51c8cdcbb2
Revision #3ff7f04fd4
Revision #88839e71a3
Revision #26e5654301
Revision #553815ea24
Revision #d6add9a03d
Revision #9ccf02a9a7
MDEV-32885
Revision #08a7f18b19
Revision #44c6328cbb
Revision #eff16d7593
MDEV-15458
Revision #07ec1a9e37
Revision #aa09cb3b11
Revision #c1b4f3a32c
Revision #1fe8a1bb76
Revision #fd69abe44f
Revision #356baeea4b
Revision #062f8eb37d
Revision #f5e9c4e9ef
Revision #ae59127158
Revision #32e6f8ff2e
Revision #570daecf49
Revision #44ff2f7831
Revision #0cc01bde45
Revision #949fed514a
Revision #115d3e050c
Revision #d046aca0c7
Revision #9fa31c1bd9
Revision #9f2adffcca
Revision #4f4c5a2ba9
Revision #70f000f1dc
Revision #9ddac64188
Revision #680bdb76a6
Revision #a914087fab
MDEV-35307
Revision #a4cb03ec56
Revision #5d4a4d2091
Revision #ac7fe8b214
Revision #0a3452cf83
MDEV-35229
Revision #947de4b1db
Revision #40810baffe
MDEV-33144
Revision #bf9662f6fa
MDEV-35275
Revision #556a40dce0
MDEV-35229
Revision #8c0a260a5b
MDEV-35250
Revision #a79f314f1b
MDEV-34817
Revision #cc183489da
MDEV-27293
Revision #5e5c3c7cb6
Revision #2fe269fdcb
MDEV-32637
Revision #ae69ac204a
MDEV-32583
Revision #20611c8ae7
MDEV-11339
Revision #ef585df440
MDEV-11339
Revision #47dd617c7f
MDEV-35265
Revision #4b6922a315
MDEV-25008
Revision #fd87e01f38
MDEV-27277
Revision #0d17c540a5
MDEV-27277
Revision #e1cd3c4033
MDEV-12252
Revision #dfaf7e2eb4
MDEV-15751
Revision #128fc34990
Revision #15a291e4e0
MDEV-14978
Revision #a812dba6dc
MDEV-20153
Revision #e213e916ad
MDEV-32014
Revision #39cce39ae1
MDEV-32014
Revision #70aa713f58
MDEV-32014
Revision #7a7c338a0b
MDEV-34930
MDEV-32014
Revision #3ebe317f9b
MDEV-32014
Revision #72cc58bb71
MDEV-32014
Revision #35cebfdc51
MDEV-15696
Revision #d2eba35653
MDEV-34716
Revision #2345407b8c
MDEV-34716
Revision #84df8d7275
MDEV-34716
Revision #13cd8ad8db
Revision #9315452ea0
MDEV-34941
MDEV-31466
Revision #e90aab7acc
MDEV-34931
MDEV-31466
Revision #10008b3d3e
MDEV-31466
Revision #4016c905cb
Revision #fd0cc2b1fd
Revision #eedbb901e5
MDEV-14978
Revision #383d1f90dd
Revision #fa5eeb4931
Revision #43825af101
MDEV-34316
Revision #f493e46494
Revision #8478a06cdb
MDEV-34380
Revision #fe3432b3bd
MDEV-28009
Revision #5bbda97111
MDEV-33853
Revision #db5d1cde45
MDEV-34857
Revision #669d8ffe2f
Revision #9811d23b6d
MDEV-33756
Revision #e6df06d40d
Revision #7a65dcb59e
MDEV-34704
Revision #cb5bb4b319
Revision #9adc81791e

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