All pages
Powered by GitBook
1 of 1

Loading...

MariaDB 10.2.13 Changelog

The most recent release of MariaDB 10.2 is:MariaDB 10.2.44 Stable (GA) Download Now

DownloadRelease NotesChangelogOverview of 10.2

Release date: 13 Feb 2018

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.

  • Revision #00f0c039d2 2018-02-12 16:40:05 +0200

    • mariadb-backup should not try to use doublewrite buffer

  • 2018-02-12 13:35:07 +0200

    • MariaDB slow start

  • 2018-02-12 03:20:09 +0200

    • Updated list of unstable tests for 10.2.13

  • Merge 2018-02-11 00:23:17 +0100 - Merge branch '10.1' into 10.2

  • 2018-02-10 22:17:49 +0400

    • ALTER TABLE EXCHANGE PARTITION does not work properly when used with DATA DIRECTORY.

  • 2018-02-10 21:51:24 +0400

    • After-merge fixes for "sys_vars.sysvars_innodb '32bit,xtradb'" test results.

  • Merge 2018-02-09 19:49:19 +0400 - Merge remote-tracking branch 'origin/10.0' into 10.1

  • 2018-02-09 19:47:00 +0400

    • Wrong results for SELECT..WHERE non_indexed_datetime_column=indexed_time_column

  • 2018-02-08 21:12:11 +0200

    • Update wrong xtradb version

  • 2018-02-09 17:17:32 +0200

    • : encryption.innodb-compressed-blob failed in buildbot, assertion in btr0cur.cc line 1398

  • 2018-02-07 19:08:53 +0100

    • MariaDB server crashes after using ROLLBACK TO when encrypt_tmp_files=ON

  • 2018-02-07 18:54:11 +0100

    • MariaDB server crashes after using ROLLBACK TO when encrypt_tmp_files=ON

  • 2018-02-06 20:26:59 +0100

    • fix encryption.tempfiles to check that encrypt_tmp_files is ON

  • 2018-02-08 14:55:01 +0200

    • : encryption.innodb-bad-key-change failed in buildbot

  • 2018-02-10 14:27:29 +0200

    • Removed compiler warnings

  • 2018-02-10 14:27:06 +0200

    • TokuDB didn't compile with valgrind

  • 2018-02-10 14:24:15 +0200

    • ALTER TABLE that renames columns and CHECK constraints

  • Merge 2018-02-09 13:44:38 +0300 - Merge branch 'bb-10.2-mariarocks' into 10.2

  • Merge 2018-02-08 13:57:46 +0200 - Merge pull request #595 from MariaDB/add_myrocks_gotbackup

  • 2018-02-07 11:36:13 +0000

    • debian/control Include myrocks_hotbackup into mariadb-plugin-rocksdb

  • 2018-02-07 12:32:58 +0000

    • Add myrocks_hotbackup part of rocksdb plugin in cmake

  • 2018-02-07 11:13:29 +0000

    • Fix rocksdb compiler version identification with GCC

  • 2018-01-25 14:43:18 +0300

    • Adjust myrocks_hotbackup to work with MariaDB.

  • 2018-01-25 14:08:11 +0300

    • Import myrocks_hotbackup from the upstream

  • 2018-02-09 08:28:42 +0200

    • Add back (and clean up) the test innodb_zip.prefix_index_liftedlimit

  • 2018-02-09 08:26:47 +0200

    • Bogus assertion on row_get_rec_trx_id()

  • 2018-02-08 09:48:03 -0800

    • Corrected the patch for that caused a failure for cte_nonrecursive.test with --embedded.

  • 2018-02-08 13:46:43 +0000

    • add to unstable tests, to fix appveyor

  • 2018-02-08 13:03:14 +0000

    • rocksdb : Disable the constantly failing bloomfilter test, until is fixed

  • 2018-02-07 16:44:46 +0200

    • Assertion failure during rollback

  • Merge 2018-02-08 13:50:58 +0200 - Merge 10.1 into 10.2

  • Merge 2018-02-08 13:29:08 +0200 - Merge 10.0 into 10.1

  • 2018-02-08 13:26:44 +0200

    • Make the test innodb.recovery_shutdown more robust

  • 2018-02-08 12:51:19 +0200

    • Crash in MVCC read after IMPORT TABLESPACE

  • 2018-02-07 18:14:45 +0100

    • : column_json breaks cyrillic in 10.1.31

  • 2018-02-06 12:44:43 -0500

    • bump the VERSION

  • 2018-02-07 17:25:46 +0200

    • Disabled galera_ist_progress at it always fails in 10.2

  • Merge 2018-02-07 15:19:53 +0200 - Merge remote-tracking branch 'connect/10.2' into 10.2

  • 2018-01-03 12:57:41 +0100 *

    • Fix , , This is done by removing the tbl table type THREAD option that causes a multiple of sporadic bugs. This may be temporary depending on whether a real fix is found. modified: storage/connect/mysql-test/connect/disabled.def modified: storage/connect/tabtbl.cpp modified: storage/connect/tabtbl.h

  • 2018-02-07 15:19:45 +0200

    • Update Connector/C

  • 2018-01-18 18:48:50 +1100

    • : CRYPTO_set_mem_functions fails in FIPS mode

  • 2018-02-06 13:53:20 +0200

    • Referential integrity broken in ON DELETE CASCADE

  • 2018-02-06 14:57:04 +0200

    • InnoDB UPDATE cleanup

  • 2018-02-06 13:39:40 +0200

    • FOREIGN KEY CASCADE or SET NULL operations will not resume after lock wait

  • 2018-02-06 10:34:16 +0200

    • Remove useless debug instrumentation row_print_geometry_data

  • 2018-02-06 10:33:42 +0200

    • Remove useless code

  • 2018-02-06 06:09:47 +0200

    • Foreign key code cleanup

  • 2018-02-06 12:12:19 -0800

    • Fixed Query with CTE hangs if assignment operator (:=) is used

  • 2018-02-06 08:32:49 -0800

    • Fixed CTE, referencing another CTE, that is declared after, does not return error

  • 2018-02-06 08:26:50 -0800

    • Fixed CTE table should not belong to database, that is in use

  • 2018-02-06 11:49:26 +0100

    • remove bash-ish from SST scripts

  • 2018-02-06 00:30:00 +0100

    • cleanup: my_off_t mmaped_length -> size_t

  • 2018-02-06 00:20:46 +0100

    • compilation error on windows

  • 2018-02-05 20:09:24 +0100

    • compilation error on windows

  • 2018-02-05 16:00:56 +0100

    • no separate 10.2 fix for at this point in time

  • 2018-02-05 16:00:39 +0100

    • fix Item_window_func::print() not to crash before fix_fields()

  • 2018-02-05 16:00:13 +0100

    • don't set derived->merged until derived is really irreversibly merged

  • Merge 2018-02-06 14:50:50 +0100 - Merge branch 'github/10.1' into 10.2

  • 2018-02-06 02:38:01 +0100

    • correctly detect unsupported compiler flags

  • 2018-02-06 02:33:56 +0100

    • cleanup: simplify maintainer.cmake

  • 2018-02-05 16:03:28 +0100

    • silence the annoying compiler warning

  • Merge 2018-02-05 09:25:33 +0200 - Merge 10.0 into 10.1

  • 2018-02-05 09:23:36 +0200

    • innodb.log_file_size failed in buildbot

  • 2018-02-05 18:21:28 +0200

    • : INSERT ON DUPLICATE KEY UPDATE produces error 1032 (Can't find record)

  • Merge 2018-02-02 16:19:52 +0200 - Merge new release of InnoDB MySQL 5.7.21 to 10.2

  • 2018-02-02 15:27:03 +0200

    • Remove code related to InnoDB native partitioning in MySQL 5.7

  • Merge 2018-02-02 16:15:50 +0200 - Merge a fix from MySQL 5.7, to presumably dead code

  • 2017-09-20 01:38:26 +0200

    • Bug #25729649 LOCK0LOCK.CC:NNN:ADD_POSITION != NULL

  • 2018-02-02 15:04:52 +0200

    • Adapt a MySQL 5.7 fix for SET GLOBAL innodb_buffer_pool_size

  • 2018-02-02 14:28:46 +0200

    • Merge a test case from MySQL 5.7 (no code fix needed)

  • 2018-02-02 09:10:15 +0200

    • : Merge InnoDB test cases from MySQL 5.7 (part 7)

  • 2018-02-01 20:03:18 +0200

    • Ensure that thd->user_var_events_alloc is always relevant

  • 2018-02-01 18:36:03 +0200

    • InnoDB purge for index on virtual column is trying to access an incomplete record

  • 2018-02-01 17:39:10 +0200

    • Correct a comment about incomplete records

  • 2018-02-01 17:08:30 +0200

    • Silence a bogus warning about uninitialized m_size

  • 2018-02-01 14:08:06 +0200

    • Follow-up to reverting

  • 2018-02-01 12:37:20 +0000

    • Attempt to fix appveyor

  • 2018-02-01 12:23:34 +0000

    • auth_gssapi - fix test result and let the test run on Windows buildbot

  • 2018-02-01 12:00:28 +0000

    • Tests : Fix result file

  • 2018-02-01 13:35:03 +0200

    • : innodb_disallow_writes does not work as expected

  • 2018-02-01 09:26:03 +0000

    • Fix sql_print_warning formatting

  • 2018-02-01 09:01:15 +0000

    • Ensure that connection ID is in 32bit range

  • 2018-01-30 16:30:39 +1100

    • threadpool: release mutex on io_poll_create failure

  • 2018-01-31 12:01:35 +0200

    • InnoDB: Rollback of trx with id 0 completed

  • 2018-01-31 10:08:35 +0100

    • : array bound (bulk) parameters of NULL propagate on next rows

  • 2018-01-30 21:25:36 +0000

    • Roles : Initialize variables that are passed to update_role_db()

  • 2018-01-26 21:45:25 +0200

    • Remove excessive undo logging during ALTER TABLE…ALGORITHM=COPY

  • 2018-01-30 17:40:40 +0200

    • : galera_new_cluster crashes mysqld when existing server contains databases

  • 2018-01-30 14:56:33 +0200

    • Fix some wrong test result

  • 2018-01-29 22:28:31 +0200

    • innodb_gis.rtree_debug produces huge server error logs

  • 2018-01-29 11:10:09 +0200

    • Revert ": Add trx pointer to struct mtr_t"

  • 2018-01-27 17:46:31 +0000

    • Server hangs on startup in THD::init

  • 2018-01-28 19:03:07 +0200

    • Remove unused metadata for non-existing sync_thread_mutex

  • 2018-01-27 15:03:30 +0200

    • Fixed compiler warnings

  • 2018-01-27 14:39:33 +0200

    • Disable rocksdb when building with ASAN

  • 2018-01-26 23:26:39 +0200

    • Big transaction events get lost on semisync master when replicate_events_marked_for_skip=FILTER_ON_MASTER

  • Merge 2018-01-26 16:38:24 +0000 - Merge branch '10.2' of into 10.2

  • 2018-01-26 15:04:20 +0200

    • Fixed memory overrun in create_postjoin_aggr_table()

  • 2018-01-25 14:50:11 +0000

    • Fix MinSizeRel build on Windows.

  • 2018-01-15 18:59:27 +0000

    • Windows : fix compile warnings C4267, on 32bit first

  • 2018-01-14 12:47:16 +0100

    • update C/C

  • 2018-01-12 18:25:02 +0000

    • Fix and reenable Windows compiler warning C4800 (size_t conversion).

  • 2018-01-25 11:28:38 +0200

    • : InnoDB assertion failure !is_owned() at dict0defrag_bg.cc:327

  • 2018-01-24 23:33:21 +0200

    • Fix for

  • 2018-01-24 16:28:54 +0200

    • Crash when using an unknown identifier as an SP parameter

  • 2018-01-24 10:46:04 +0200

    • Allocate page_cleaner and page_cleaner.slot[] statically

  • 2018-01-24 10:23:52 +0200

    • : multiple page cleaner threads use a lot of CPU

  • 2018-01-16 14:24:27 +1100

    • mariadbbackup: use defaults-group-suffix even if no --defaults-file

  • 2018-01-23 17:12:29 +0400

    • signal 11 with short stacktrace

  • 2018-01-23 09:12:25 +0000

    • mariadb-backup --lock-ddl-per-table does not properly lock FULLTEXT auxiliary tables

  • 2018-01-22 16:53:33 +0200

    • "[Warning] Trying to access missing tablespace"

  • 2018-01-22 16:30:38 +0200

    • Allocate mutex_monitor, create_tracker statically

  • 2018-01-22 16:29:43 +0200

    • Remove useless method LatchCounter::sum_deregister()

  • 2018-01-22 15:27:24 +0200

    • XA COMMIT and XA ROLLBACK operate on freed transaction object

  • 2018-01-18 15:25:40 +0300

    • : Server crashes in st_join_table::remove_duplicates

  • 2018-01-21 18:23:28 +0200

    • Timeouts on persistent statistics tables caused by

  • 2018-01-21 20:16:22 +0200

    • Reset thd->lex->current_select for SP

  • 2018-01-21 17:17:16 +0200

    • Fixed wrong arguments to printf in InnoDB

  • 2018-01-18 15:56:28 -0800

    • Fixed Non-recursive Common Table Expressions used in view caused an error

  • 2018-01-18 16:13:50 +0200

    • innodb_undo_log_truncate may be blocked if transactions were recovered at startup

  • 2018-01-18 01:42:51 +0200

    • Fixed some build scripts to work with gprof and gcov

  • 2018-01-18 01:41:52 +0200

    • Fixed engine ARIA with row_format=FIXED is broken

  • 2018-01-16 20:02:38 +0200

    • On upgrade, InnoDB reports "started; log sequence number 0"

  • 2018-01-16 16:09:51 +0400

    • Moving a change_list related methods from THD to Item_change_list

  • 2018-01-16 13:57:30 +0200

    • mariadb-backup --prepare: Do not access transactions or data dictionary

  • 2018-01-16 13:55:45 +0200

    • Follow-up fix to : Fix a potential race condition

  • 2018-01-16 07:46:51 +0200

    • Follow-up fix to : Correct a misplaced condition

  • 2018-01-15 21:08:00 +0300

    • Better explanation why rpl_row_triggers is disabled.

  • 2018-01-15 19:02:38 +0200

    • InnoDB hangs when setting innodb_adaptive_hash_index=OFF during UPDATE

  • 2018-01-15 16:38:16 +0200

    • Fix -Wsign-compare introduced by Compilation speed (#546)

  • Merge 2018-01-15 16:22:02 +0200 - Merge 10.1 into 10.2

  • 2018-01-15 16:50:18 +0300

    • Update .result for rocksdb.rpl_row_triggers (not the whole test works yet)

  • 2018-01-15 15:37:22 +0200

    • : Merge InnoDB test cases from MySQL 5.7 (part 6)

  • 2018-01-15 15:26:02 +0200

    • follow-up: Unbreak the WITH_INNODB_AHI=OFF build

  • 2018-01-14 19:50:45 +0300

    • Compilation speed (#546)

  • 2018-01-13 18:04:03 +0200

    • On a 32-bit system, mishandles data file sizes exceeding 4GiB

  • 2018-01-13 16:38:43 +0200

    • Fixed BUILD scripts

  • Merge 2018-01-13 01:27:35 +0300 - Merge branch 'bb-10.2-mariarocks' into 10.2

  • 2018-01-13 01:26:06 +0300

    • rocksdb.information_schema testcase is not stable

  • 2018-01-12 16:04:29 +0000

    • Attempt to eliminate race conditions in rocksdb.information_schema

  • 2018-01-12 19:16:36 +0530

    • Added a missing result file to the rocksdb_sys_vars result suite

  • 2018-01-12 15:57:08 +0300

    • Change MyRocks maturity from Alpha to Beta

  • 2018-01-12 15:11:56 +0300

    • : Fix and enable rocksdb.information_schema test

  • 2018-01-11 17:09:51 +0200

    • Removed duplicated copyright message

  • 2018-01-11 12:12:31 +0200

    • Fix compilation warnings for libmariadb

  • Merge 2018-01-11 12:03:23 +0200 - Merge 10.1 into 10.2

  • 2018-01-10 20:16:52 +0000

    • Silence warning coming from Windows' own header dbghelp.h

  • 2018-01-10 16:43:25 +0000

    • Update CONC

  • 2018-01-10 19:36:38 +0200

    • Fixed BUILD scripts

  • 2018-01-10 13:53:44 +0200

    • InnoDB messages should not refer to the MySQL 5.7 manual

  • 2018-01-10 13:18:02 +0200

    • refuses to start up after clean shutdown of

  • 2018-01-09 22:52:01 +0000

    • Windows, compilation : Treat warning as error, if MYSQL_MAINTAINER_MODE is set to ERR

  • 2018-01-06 09:32:47 -0800

    • Fixed Lost rows for query using recursive CTE with recursive reference in subquery

  • 2018-01-09 11:30:36 +0200

    • Revert part of commit fec844aca88e1c6b9c36bb0b811e92d9d023ffb9

  • Merge 2018-01-08 17:21:23 +0200 - Merge 10.1 into 10.2

  • Merge 2018-01-08 16:45:58 +0200 - Merge 10.1 into 10.2

  • 2018-01-08 12:58:25 +0200

    • MLOG-13101 Debug assertion failed in recv_parse_or_apply_log_rec_body()

  • 2018-01-08 10:58:36 +0200

    • Assertion failure in rec_get_trx_id()

  • 2018-01-08 12:25:31 +0200

    • : innodb.deadlock_detect failed in buildbot

  • Merge 2018-01-08 09:54:40 +0200 - Merge 10.1 into 10.2

  • 2018-01-06 23:51:37 +0530

    • Fix Compile Error while using Flag '-DUSE_ARIA_FOR_TMP_TABLES:BOOL=OFF'

  • Merge 2018-01-06 17:39:50 +0000 - Merge remote-tracking branch 'origin/10.1' into 10.2

  • Merge 2018-01-06 17:39:19 +0000 - Merge branch '10.2' of into 10.2

  • 2018-01-05 12:13:23 -0800

    • Added the test case from for : Crash in on query using VIEW and WITH RECURSIVE.

  • 2018-01-05 10:17:29 -0800

    • Added a test case for : Improper error in ONLY_FULL_GROUP_BY sql_mode with condition_pushdown_for_derived=on

  • Merge 2018-01-05 16:52:25 +0000 - Merge branch '10.2' of into 10.2

  • 2018-01-04 23:40:37 -0800

    • Fixed Fails to reopen temp table within standard CTE

  • Merge 2018-01-05 12:11:58 +0200 - Merge 10.1 into 10.2

  • 2018-01-05 11:58:45 +0200

    • Work around a problem exposed by InnoDB GIS debug check

  • Merge 2018-01-04 20:47:34 +0200 - Merge branch 10.1 into 10.2

  • 2018-01-04 19:16:59 +0200

    • InnoDB GIS tests fail

  • 2018-01-04 19:32:29 +0200

    • InnoDB Assertion failure !leaf on rem0rec.cc line 566 on test innodb_gis.rtree_recovery

  • 2018-01-04 10:41:08 -0500

    • bump the VERSION

  • 2018-01-04 16:21:18 +0200

    • Fixed wrong arguments to printf and related functions

  • 2018-01-04 16:52:15 +0000

    • update libmariadb

  • 2018-01-04 14:04:52 +0300

    • Fix out-of-date comments.

  • 2018-01-03 22:21:32 +0200

    • Do not misspell "fall through"

  • Merge 2018-01-03 20:42:09 +0200 - Merge 10.1 into 10.2

MDEV-15270
Revision #33f70c4d9c
MDEV-13869
Revision #7a106d1961
Revision #49bcc82686
Revision #b88542681b
MDEV-14611
Revision #a2feeb3d6f
Revision #e07451f71f
Revision #b0a92333c0
MDEV-15262
Revision #6f0b316fbe
Revision #564891c532
MDEV-14508
Revision #b75d8453d4
MDEV-14868
Revision #60dfe12be3
MDEV-14868
Revision #47d1679ac6
Revision #06d77eb43a
MDEV-14427
Revision #7ed0156384
Revision #76dc6af24c
Revision #12d5307e95
MDEV-13508
Revision #7beaa5e34e
Revision #cca9b3a933
Revision #adbf6caad6
Revision #cbe566dc42
Revision #699123fdc3
Revision #9a23b22346
Revision #e402d779c7
Revision #7c1bd8fa04
Revision #e4da20d438
MDEV-14238
Revision #8411a8ff60
MDEV-15119
Revision #f01ce62c8f
MDEV-504
Revision #76600199cb
MDEV-14562
Revision #db25305780
MDEV-14407
Revision #be6307c0fa
Revision #871f2a6ee2
Revision #9216a4f69f
Revision #5421e3aee7
MDEV-15249
Revision #b6455479e5
MDEV-15230
Revision #b253a0c3a9
Revision #5c057b3fef
Revision #5a7b6db671
Revision #fc2d794809
MDEV-9844
MDEV-10179
MDEV-14214
Revision #1c2a2d3c9d
Revision #d743b61f89
MDEV-14567
Revision #10590dd39c
MDEV-15199
Revision #5d7e9fd46c
Revision #b68dac88b3
MDEV-15219
Revision #1789e0ff03
Revision #5815c8ee85
Revision #4cec63af44
Revision #2ef41622e2
MDEV-15162
Revision #bdb87c4965
MDEV-15119
Revision #90885985b6
MDEV-15120
Revision #b4fbb4183b
Revision #00855a62ab
Revision #d429f60770
Revision #775a8a0e4b
Revision #c98c616e7f
MDEV-14743
Revision #2eb00d1eba
Revision #c4930a820a
Revision #4771ae4b22
Revision #0c25e58db6
Revision #4418abb267
Revision #7407313f11
Revision #3f42529a6f
Revision #cb5374801e
MDEV-15202
Revision #60f51af755
MDEV-15042
Revision #9390ff53fc
MDEV-14958
Revision #d13fbc6212
Revision #d57b2430d7
Revision #6266493fc3
Revision #4c731a2d7c
Revision #009e872b1c
Revision #d4ea179e13
MDEV-13626
Revision #859fe1f24d
Revision #44314c768f
MDEV-15165
Revision #29240b50e3
Revision #78716fffce
Revision #97a39ba212
MDEV-6938
Revision #f4f46ec13a
Revision #27733c8b12
Revision #13479cef08
Revision #5a9c63ab55
MDEV-10949
Revision #867d8680b2
Revision #313247db9c
MDEV-15089
Revision #b56f9fbe2f
Revision #67d89e4d7d
MDEV-15143
Revision #f5f56a076b
MDEV-15133
Revision #c744dde711
Revision #0ba6aaf030
MDEV-11415
Revision #446b3d3562
MDEV-14875
Revision #cea431e1f7
Revision #5010ab26de
MDEV-14209
Revision #d9c77f0341
MDEV-6928
Revision #7cdf759c86
MDEV-14485
Revision #1da063a45b
Revision #95f3933944
Revision #8ff5ddae23
Revision #c09371dce6
MDEV-14721
Revision #0d31b4b328
server
Revision #204739df14
Revision #067b90c7a9
Revision #477a1bc42b
Revision #db28f0f8da
Revision #9891ee5a2a
Revision #859d100d70
MDEV-15063
Revision #7fc25cfbca
MDEV-12730
Revision #0dbe3dbe79
MDEV-15057
Revision #c269f1d6fe
Revision #ac3e7f788e
MDEV-15016
Revision #12f900228f
Revision #7cc507f22e
MDEV-14603
Revision #87db5eb813
MDEV-13825
Revision #29eeb527fd
MDEV-12173
Revision #89ae5d7f2f
Revision #30f1d2f642
Revision #d04e1d4bdc
MDEV-15029
Revision #9b4dfdaa5a
MDEV-13352
Revision #4f8555f1f6
MDEV-14941
MDEV-14511
Revision #6b7dcefdc8
Revision #f67b8273c0
Revision #30289a2713
MDEV-14969
Revision #6c09a6542e
MDEV-14985
Revision #cc915cd599
Revision #50de7d1303
MDEV-14326
Revision #f44017384a
MDEV-14968
Revision #81378b3947
Revision #be85c2dc88
Revision #33ecf8345d
MDEV-14441
Revision #f5e158183c
MDEV-14441
Revision #0292cd0a27
Revision #3fdd390791
MDEV-14441
Revision #9c6fc7b644
Revision #27b6b2625e
Revision #85aea5a12b
Revision #850702da6b
MDEV-13626
Revision #ec062c6181
MDEV-12121
Revision #72136ae75c
Revision #fc65577873
MDEV-14887
MariaDB 10.2
Revision #09ef28abd7
Revision #1eea7966f3
Revision #4cafd8e66f
Revision #2da1917912
Revision #028e2ddc54
Revision #c481fc9ca7
Revision #d32f5be307
MDEV-14372
Revision #bf7719111f
Revision #30ecd2884a
Revision #e9842de20c
Revision #cdb7a8fa69
Revision #79fc074710
Revision #ec97aba284
Revision #dfde5ae912
MDEV-14130
Revision #d1cf9b167c
MDEV-14909
MariaDB 10.2
MariaDB 10.3
Revision #b132d4d749
Revision #7d201d7b30
MDEV-14879
Revision #075f61a1d4
Revision #5208e89807
Revision #d8eef0f611
Revision #899c5899be
Revision #8099941b46
MDEV-13487
Revision #ae7e1b9b13
MDEV-13262
Revision #9ede569260
Revision #73cf630ffc
Revision #59990747bc
Revision #da39ca1f67
server
Revision #15b1840f43
MDEV-14777
MariaDB 10.2.12
Revision #578345305e
MDEV-13454
Revision #e6e24fe836
server
Revision #0de565a564
MDEV-14852
Revision #287d105398
Revision #9c9db1cbe2
MDEV-14059
Revision #c8e6364407
Revision #8dc77a72ea
MDEV-14057
Revision #218dbf68b8
MDEV-14058
Revision #0f253d3e64
Revision #5e0b13d173
Revision #b9e0945397
Revision #c584a496d7
Revision #af0ba43838
Revision #fcde91114d

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