All pages
Powered by GitBook
1 of 1

Loading...

MariaDB 10.3.7 Changelog

The most recent release of MariaDB 10.3 is:MariaDB 10.3.39 Stable (GA) Download Now

DownloadRelease NotesChangelogOverview of 10.3

Release date: 25 May 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 #037df4189f 2018-05-22 15:56:09 +0200

    • promote the server to "stable"

  • 2018-05-22 15:55:48 +0200

    • promote Spider to "stable"

  • 2018-05-21 15:44:54 +0200

    • debian packages install /etc/mysql/mariadb.cnf however its not read by default

  • 2018-05-17 09:33:04 +0300

    • Index for versioned table gets corrupt after partitioning and DELETE

  • Merge 2018-05-22 11:47:09 +0200 - Merge branch 'github/10.2' into 10.3

  • 2018-05-21 18:16:03 -0700

    • : spider tests failed in buildbot with valgrind

  • 2018-05-21 13:43:50 +0300

    • Set MyRocks plugin version to Stable

  • 2018-05-20 20:26:40 +0200

    • .gitignore

  • Merge 2018-05-20 02:07:21 +0200 - Merge branch '10.1' into 10.2

  • Merge 2018-05-19 16:30:36 +0200 - Merge branch '10.0' into 10.1

  • Merge 2018-05-19 15:38:34 +0200 - Merge branch '5.5' into 10.0

  • 2018-05-18 00:23:15 +0100

    • MTR - do not pass UTF8 on the command line for mysql client.

  • 2018-05-15 17:34:47 +0200

    • CREATE .. SELECT VALUES produces invalid table structure

  • 2018-05-16 21:01:26 +0400

    • (almost) sane core handling in mtr

  • 2018-05-15 11:46:55 +0300

    • Assertion `share->now_transactional' failed in flush_log_for_bitmap on concurrent workload with Aria tables

  • 2018-05-19 15:34:17 +0200

    • CREATE OR REPLACE TABLE t1 AS SELECT spfunc() crashes if spfunc() references t1

  • 2018-05-16 21:51:46 +0300

    • CREATE OR REPLACE TABLE t1 AS SELECT spfunc() crashes if spfunc() references t1

  • 2017-09-21 16:30:24 +0300

    • Fix that FLUSH TABLES FOR EXPORT also works for Aria tables.

  • 2018-05-15 12:30:32 +0300

    • Alter table ORDER BY bug

  • 2018-05-18 11:14:26 -0700

    • : spider/bg.ha, spider/bg.ha_part crash server sporadically in buildbot

  • 2018-05-07 17:42:55 +0200

    • : Valgrind or ASAN errors in mysql_make_view on query from information_schema

  • 2018-05-19 09:06:04 +0200

    • cleanup: specify memroot explicitly in new Explain_xxx

  • 2018-05-18 19:12:35 +0200

    • Server crashes in Apc_target::disable, ASAN heap-use-after-free in Explain_query::Explain_query upon/after EXECUTE IMMEDIATE

  • 2018-05-19 17:04:47 +0000

    • mariadb-backup : Fix race condition when killing query waiting for MDL

  • 2018-05-19 00:26:35 +0300

    • : Server crashes in my_scan_weight_utf8_bin upon collecting stats for RocksDB table

  • 2018-05-18 23:58:24 +0300

    • : -DPLUGIN_ROCKSDB=YES leads to errors during build

  • 2018-05-18 17:26:12 +0300

    • : Server crash in print_keydup_error / key_unpack or unexpected ER_DUP_KEY

  • 2018-05-17 22:56:27 -0700

    • Incorrect result (missing row) with UNION DISTINCT in anchor parts

  • 2018-05-18 00:35:59 -0400

    • bump the VERSION

  • 2018-05-17 15:47:17 -0700

    • Memory leak with recursive CTE that uses global ORDER BY with recursive subquery

  • 2018-05-17 11:21:13 -0700

    • : spider/bg.ha, spider/bg.ha_part crash server sporadically in buildbot

  • Merge 2018-05-17 11:25:35 +0200 - Merge branch '10.2' into bb-10.2-release

  • 2018-05-22 08:34:10 +0400

    • A cleanup for Fix shift-reduce conflicts in the new 10.3 syntax

  • Merge 2018-05-21 17:49:52 -0700 - : spider tests failed in buildbot with valgrind

  • 2018-05-21 17:30:39 -0700

    • : spider tests failed in buildbot with valgrind

  • Merge 2018-05-21 16:34:45 +0000 - Merge branch '10.3' into bb-10.3-cc

  • Merge 2018-05-21 16:17:05 +0000 - Merge branch 'bb-10.3-cc' into 10.3

  • 2018-05-20 14:04:38 +0400

    • OS X warnings fixes

  • 2018-05-20 13:45:29 +0400

    • Better crash reports on OS X

  • 2018-05-20 11:05:14 +0400

    • Added support for lldb core analysis in mtr

  • 2018-05-19 10:07:21 +0200

    • bugfix: EE_OPEN_WARNING could be statistically wrong

  • 2018-03-14 15:33:47 +1100

    • mysys: THR_LOCK_open reduce usage

  • 2018-03-02 10:19:43 +1100

    • : use mkostemp when available with O_CLOEXEC

  • 2018-05-18 10:28:53 +0200

    • cleanup: report_error() in sql_plugin.cc

  • 2018-05-17 22:53:57 +0200

    • cleanup: create_temp_file()

  • 2018-03-15 15:48:26 +1100

    • create_temp_file: remove tempnam implementation

  • 2018-03-01 16:25:36 +0800

    • Add error handling for fopen

  • 2018-02-17 00:39:26 +0600

    • use EVP_MD_CTX_{new,free} instead of EVP_MD_CTX_{create, destroy}

  • 2018-05-21 13:26:16 +0400

    • Addressing Monty's review suggestions for Oracle-style packages (partial)

  • 2018-05-21 10:16:13 +0400

    • A cleanup for 2a33d248e0bd910ec10a2bb68e47f17b47e3a980

  • 2018-05-21 09:47:53 +0400

    • Cleanup: fixing shift-reduce conflicts in expr/bool_pri/predicate

  • 2018-05-20 14:04:38 +0400

    • OS X warnings fixes

  • 2018-05-20 13:45:29 +0400

    • Better crash reports on OS X

  • 2018-05-20 11:05:14 +0400

    • Added support for lldb core analysis in mtr

  • 2018-05-19 10:07:21 +0200

    • bugfix: EE_OPEN_WARNING could be statistically wrong

  • 2018-03-14 15:33:47 +1100

    • mysys: THR_LOCK_open reduce usage

  • 2018-03-02 10:19:43 +1100

    • : use mkostemp when available with O_CLOEXEC

  • 2018-05-18 10:28:53 +0200

    • cleanup: report_error() in sql_plugin.cc

  • 2018-05-17 22:53:57 +0200

    • cleanup: create_temp_file()

  • 2018-03-15 15:48:26 +1100

    • create_temp_file: remove tempnam implementation

  • 2018-03-01 16:25:36 +0800

    • Add error handling for fopen

  • 2018-02-17 00:39:26 +0600

    • use EVP_MD_CTX_{new,free} instead of EVP_MD_CTX_{create, destroy}

  • 2018-05-21 13:26:16 +0400

    • Addressing Monty's review suggestions for Oracle-style packages (partial)

  • 2018-05-21 10:16:13 +0400

    • A cleanup for 2a33d248e0bd910ec10a2bb68e47f17b47e3a980

  • 2018-05-21 09:47:53 +0400

    • Cleanup: fixing shift-reduce conflicts in expr/bool_pri/predicate

  • 2018-05-20 14:04:38 +0400

    • OS X warnings fixes

  • 2018-05-20 13:45:29 +0400

    • Better crash reports on OS X

  • 2018-05-20 11:05:14 +0400

    • Added support for lldb core analysis in mtr

  • 2018-05-19 10:07:21 +0200

    • bugfix: EE_OPEN_WARNING could be statistically wrong

  • 2018-03-14 15:33:47 +1100

    • mysys: THR_LOCK_open reduce usage

  • 2018-03-02 10:19:43 +1100

    • : use mkostemp when available with O_CLOEXEC

  • 2018-05-18 10:28:53 +0200

    • cleanup: report_error() in sql_plugin.cc

  • 2018-05-17 22:53:57 +0200

    • cleanup: create_temp_file()

  • 2018-03-15 15:48:26 +1100

    • create_temp_file: remove tempnam implementation

  • 2018-03-01 16:25:36 +0800

    • Add error handling for fopen

  • 2018-02-17 00:39:26 +0600

    • use EVP_MD_CTX_{new,free} instead of EVP_MD_CTX_{create, destroy}

  • 2018-05-21 10:32:39 +0000

    • update C/C

  • 2018-05-19 23:15:34 +0000

    • update C/C

  • 2018-05-19 23:37:16 +0400

    • Updated libmariadb: fixed connect failure on OS X

  • 2018-05-19 18:52:08 +0000

    • update C/C

  • Merge 2018-05-19 15:56:44 +0000 - Merge remote-tracking branch 'origin/10.3' into bb-10.3-cc

  • 2018-05-19 14:23:06 +0300

    • Follow-up for be6ae0bb6baa8a - fix test results

  • 2018-05-18 17:42:12 +0530

    • : Output of show function code does not show FETCH GROUP NEXT ROW for custom aggregates

  • 2018-05-17 17:19:33 +0530

    • : Custom aggregate functions work incorrectly with WITH ROLLUP clause

  • Merge 2018-05-19 15:44:31 +0000 - Merge branch '10.3' into bb-10.3-cc

  • 2018-05-18 22:43:44 +0000

    • Revert "update C/C (now, using 10.3-server branch for 10.3)"

  • 2018-05-18 20:32:57 +0300

    • post-push: fixing type mismatch alerted by windows build.

  • 2018-05-19 15:14:24 +0000

    • support older cmake versions in C/C

  • 2018-05-19 15:13:53 +0000

    • pipe and shared memory protocol should be statically compiled into C/C

  • 2018-05-19 12:44:15 +0000

    • adjust MTR code after C/C changed the location of plugin libraries

  • 2018-05-19 12:36:43 +0000

    • try using C/C as base for 10.3-server

  • 2018-05-18 16:30:32 +0100

    • update C/C (now, using 10.3-server branch for 10.3)

  • 2018-05-08 22:17:18 +0300

    • engine gtid_slave_pos table name disobeys lower-case-table-names

  • 2018-05-18 15:48:25 +0400

    • PL/SQL parser does not understand historical queries

  • 2018-05-15 14:01:24 +0530

    • Grant does not work correctly when table contains... SYSTEM_INVISIBLE or COMPLETELY_INVISIBLE

  • 2018-05-18 06:51:21 +0400

    • Adding "SET sql_mode=ORACLE" forgotten in fdcc95143de96ce12b5c0c84e07f4c7541260ba5

  • 2018-05-18 06:47:54 +0400

    • sql_yacc_ora.yy: mering "window" seems like a reserved column name but it's not listed as one

  • 2018-05-17 21:47:53 +0400

    • Fix shift-reduce conflicts in the new 10.3 syntax

  • 2018-05-17 22:03:53 +0530

    • CREATE TABLE creates extra transaction

  • Merge 2018-05-17 15:48:50 +0200 - Merge remote-tracking branch 'github/10.3' into 10.3

  • 2018-05-17 16:25:09 +0400

    • Cleanup: moving keyword comments such as SQL-2003-R from rules to %token commands

  • 2018-05-17 15:16:55 +0300

    • : Fix a heap allocation

  • 2018-05-17 16:01:20 +0400

    • Latest changes made erroneously some keywords reserved in sql_mode=ORACLE

  • 2018-05-17 09:37:22 +0300

    • : Disable failing rpl tests

  • 2018-05-17 09:35:35 +0300

    • : Enable skipped tests

  • Merge 2018-05-17 08:42:53 +0300 - Merge 10.2 into 10.3

  • 2018-05-16 16:35:33 +0300

    • InnoDB fails to shut down purge workers, causing hang

  • 2018-04-25 17:13:20 +0300

    • DELETE HISTORY from a table with transaction-precise versioning causes Assertion `table_list->vers_conditions.type == SYSTEM_TIME_BEFORE' failure

  • 2018-05-07 14:36:52 +0300

    • System versioning and FEDERATED don't work well together: DML and discovery fail

  • 2018-05-14 10:47:13 +0200

    • federated corrupts timestamps

  • 2018-04-04 15:34:40 +0200

    • Can't find record in table on multi-table update with ORDER BY

  • 2018-04-10 11:33:47 +0200

    • cleanup: simplify multi-update's juggling with positions

  • 2018-04-10 14:08:14 +0200

    • cleanup: comments and whitespaces

  • 2018-04-09 22:54:32 +0200

    • bugfix: correct list assignment operator

  • 2018-05-16 10:31:13 +0300

    • Assertion `file->trn == trn' failed in ha_maria::start_stmt

  • 2018-05-16 21:58:28 +0400

    • Token precedence cleanup in *.yy

  • 2018-05-16 17:21:31 +0400

    • Concatenation operator || returns wrong results in sql_mode=ORACLE

  • 2018-05-16 10:15:31 +0300

    • : Resurrect the record MLOG_UNDO_INIT

  • 2018-05-16 09:44:22 +0400

    • ASAN use-after-poison in hp_hashnr upon HANDLER READ on a versioned HEAP table.

  • 2018-05-15 14:39:50 +0300

    • Use atomic memory access for purge_sys

  • 2018-05-15 08:57:21 +0300

    • Remove InnoDB 5.7 version number from onwards

  • 2018-05-15 22:48:40 +0300

    • Assertion failure in rec_offs_get_n_alloc() due to row_trx_id_offset()

  • 2018-05-15 13:47:28 +0300

    • InnoDB: Failing assertion: !space->referenced()

  • 2018-05-15 12:53:48 +0300

    • Correct a comment

  • 2018-05-15 19:52:28 +0200

    • Fix of the test after null processing fix.

  • 2018-05-15 18:04:01 +0400

    • Removing redundant "%left INTERVAL_SYM" and "%prec INTERVAL_SYM"

  • 2018-05-15 17:17:09 +0300

    • Revert the following patch brought in by "Merge pull request #753 from shinnok/10.3-macfixes"

  • 2018-05-09 13:39:13 +0200

    • : Server crashed in Cached_item_str::cmp / sortcmp or Assertion `item->null_value' failed in Type_handler_temporal_result::make_sort_key upon SELECT with NULLIF and ROLLUP

  • 2018-05-15 13:38:01 +0300

    • Server crashes in Item_null_result::type_handler on SELECT with ROLLUP

  • 2018-05-14 15:27:52 +0300

    • Assertion `share->now_transactional' failed in flush_log_for_bitmap on concurrent workload with Aria tables

  • 2018-05-15 14:10:19 +0400

    • Server crash or ASAN heap-use-after-free in Item_func_match::cleanup upon using FT search with partitioning.

  • Merge 2018-05-15 12:20:16 +0300 - Merge pull request #753 from shinnok/10.3-macfixes

  • 2018-05-10 12:23:35 +0300

    • : On macOS pthread_t is opaque, requires explicit cast

  • 2018-05-10 12:21:37 +0300

    • : Rocksdb missing linkage to dbug library

  • 2018-04-26 16:49:27 +0530

    • Invisible columns and LOAD DATA don't work well together:... ER_WARN_TOO_FEW_RECORDS

  • 2018-05-15 09:33:29 +0400

    • Crash when using AS OF with a stored function FOR SYSTEM_TIME erroneously resolves string user variables as transaction IDs

  • 2018-05-14 19:00:25 -0700

    • Adjusted test results after .

  • Merge 2018-05-14 15:12:40 -0700 - : ADD PARTITION on table partitioned by list does not work with more than 32 list values.

  • 2018-05-11 14:45:09 -0700

    • : ADD PARTITION on table partitioned by list does not work with more than 32 list values.

  • 2018-05-14 14:38:17 -0700

    • NULL is treated as 0 in CTE

  • 2018-05-14 11:36:22 +0400

    • Expressions with INTERVAL return bad results in some cases

  • 2018-05-11 14:14:33 +0300

    • Crash when doing truncate on locked sequence

  • 2018-05-11 17:33:40 +0300

    • Don't report errors from open_table() twice

  • 2018-05-09 06:39:38 +0300

    • Added missing write_unlock() in case of errors

  • Merge 2018-05-12 22:14:59 +0300 - Merge 10.2 into 10.3

  • 2018-05-12 10:11:38 +0300

    • : Remove dict_table_is_discarded()

  • 2018-05-12 09:42:53 +0300

    • Replace dict_col_is_virtual(col) with col->is_virtual()

  • 2018-05-12 09:38:46 +0300

    • Replace dict_table_is_temporary(table) with table->is_temporary()

  • 2018-05-12 10:14:03 +0200

    • disable galera.pxc-421 test

  • 2018-04-27 18:09:05 +0300

    • FOR SYSTEM_TIME BETWEEN and FROM .. TO work with negative intervals

  • 2018-04-24 12:10:52 +0300

    • , Versioning error messages fixes

  • 2018-04-28 14:18:02 +0300

    • Assertion thd->Item_change_list::is_empty() failed in mysql_parse upon SELECT from a view reading from a versioned table

  • 2018-05-09 13:40:27 +0200

    • remove obsolete rdiff

  • 2018-04-25 23:33:08 +0300

    • transaction_registry.begin_timestamp is wrong for explicit transactions

  • 2018-04-28 17:02:00 +0300

    • Too many rows with AS OF point_in_the_past_or_NULL

  • 2018-04-28 20:40:34 +0300

    • Add Feature_system_versioning status variable

  • 2018-04-27 19:23:17 +0300

    • Drop extra semicolon in VARIABLE_COMMENT for SYSTEM_VERSIONING_ALTER_HISTORY

  • 2018-04-17 09:53:44 +0300

    • Rename VTQ to TRT

  • 2018-05-02 21:53:12 +0200

    • versioning: use @@timestamp

  • 2018-05-02 17:55:00 +0200

    • option to control who can set session @@timestamp

  • 2018-05-02 15:16:22 +0200

    • cleanup: sys_vars.cc

  • 2018-05-02 15:45:51 +0200

    • cleanup: quoted_string

  • 2018-05-02 20:57:22 +0200

    • cleanup: include/have_rbr_triggers.inc

  • 2018-05-02 15:24:27 +0200

    • CONNECT: remove an outdated declaration

  • 2018-04-24 13:19:44 +0200

    • cleanup: versioning style fixes

  • 2018-04-18 14:29:48 +0200

    • System versioning is applied incorrectly to CTEs

  • 2018-04-14 00:09:11 +0200

    • cleanup: hide HA_ERR_RECORD_DELETED in ha_rnd_next()

  • 2018-04-18 13:28:22 +0200

    • ./mtr --gdb testname

  • 2018-04-13 19:15:00 +0200

    • compilation warnings w/o partitioning

  • 2018-05-02 13:45:44 +0400

    • - Column COMPRESSED should select a 'high order' datatype

  • 2018-05-11 10:11:48 +0800

    • User _server_host per discussion.

  • 2018-05-10 03:53:29 +0000

    • Add host name to session attributes.

  • 2018-05-11 18:02:16 +0400

    • Removing some duplicate code in THD::convert_string() & friends

  • 2018-05-11 13:15:47 +0200

    • compiler warning

  • 2018-05-10 19:45:09 +0200

    • ASAN heap-use-after-free in Item_change_list::rollback_item_tree_changes on ALTER executed as PS

  • Merge 2018-05-11 13:12:18 +0200 - Merge branch '10.2' into 10.3

  • 2018-05-10 19:30:43 +0400

    • Wrong I_S.COLUMNS.CHARACTER_XXX_LENGTH value for compressed columns

  • 2018-05-10 15:55:33 +0400

    • SP with a single FOR statement creates but further fails to load

  • Merge 2018-05-09 12:00:08 -0700 - : Remote user used by Spider needs SUPER privilege

  • 2018-05-01 14:14:06 -0700

    • : Remote user used by Spider needs SUPER privilege

  • 2018-05-09 17:06:21 +0300

    • Rename a test (fix merge error)

  • 2018-05-09 19:28:40 +0530

    • Crash or ASAN heap-buffer-overflow in mach_read_from_n_little_endian upon ALTER TABLE with blob

  • Merge 2018-05-09 16:52:45 +0300 - Merge 10.2 into 10.3

  • Merge 2018-05-09 16:12:08 +0300 - POWER8 implementation of CRC-32C in C

  • 2018-05-09 13:03:10 +1000

    • Add CRC32_VPMSUM_LIBRARY to libmysqld/mysqlserver libraries

  • 2018-05-07 17:04:18 +1000

    • mtr: extend func_math (CRC32)

  • 2017-08-22 15:54:15 +1000

    • Power8: use C implementation of crc32 instead of ASM

  • 2017-09-04 15:09:53 +1000

    • tests: extend func_math crc32 to a larger size to hit crc32-vpmsum accelerated functions

  • 2018-05-08 23:32:11 -0700

    • Server crash in JOIN::fix_all_splittings_in_plan upon select with view and subqueries

  • 2018-05-09 02:05:25 +0300

    • sql_sequence.debug_sync fails upon server startup

  • 2018-05-09 00:16:32 +0400

    • Moving a few static functions in sql_lex.cc to new methods in Lex_input_stream

  • 2018-05-08 22:32:31 +0400

    • Fixing tabs to spaces in sql_lex.cc and sql_lex.h (and coding style slightly)

  • Merge 2018-05-08 17:18:55 +0300 - Merge 10.2 into 10.3

  • 2018-05-08 10:40:05 +0300

    • Remove a "register" keyword from C++ code

  • 2018-05-08 13:29:29 +0300

    • Added test case for

  • 2018-05-07 16:39:53 +0300

    • Added test case for ALTER .. ENGINE on temporary sequence may go wrong

  • 2018-04-04 20:16:30 +1000

    • mysys: disable "optimized" memcpy from 18 years ago

  • Merge 2018-05-07 15:50:38 +0300 - Merge 10.2 into 10.3

  • 2018-05-07 09:40:57 +1000

    • sp_cache_package_routine: fix compile warning

  • 2018-05-07 14:56:53 +0530

    • Introduce ALTER TABLE attributes ALGORITHM=NOCOPY and ALGORITHM=INSTANT

  • 2018-05-07 14:54:58 +0530

    • Introduce ALTER TABLE attributes ALGORITHM=NOCOPY and ALGORITHM=INSTANT

  • 2018-04-12 09:28:29 +0300

    • Change read_to_buffer to use ulong instead of uint

  • 2018-04-12 02:57:19 +0300

    • Remove mem_alloc_error()

  • 2018-04-17 00:08:03 +0300

    • Optimize performance schema likely/unlikely

  • 2018-04-11 02:08:02 +0300

    • Add checking of correct likely/unlikely

  • 2018-04-04 12:16:12 +0300

    • Add likely/unlikely to speed up execution

  • 2018-04-26 19:58:43 +0200

    • : Server crashes in my_store_ptr upon DELETE from sequence in multi-table format

  • 2018-04-30 13:05:01 +0530

    • : Using optimization Splitting with Group BY we see an unnecessary attached condition t1.pk IS NOT NULL where pk is a PRIMARY KEY

  • 2018-05-06 19:39:48 +0300

    • Fix for Assert in SEQUENCE when forcing STATEMEMT format

  • 2018-05-06 16:22:09 +0300

    • Fixed compiler warnings in spider

  • 2018-05-06 16:10:49 +0400

    • Oracle-style placeholder inside GROUP BY..WITH ROLLUP breaks replication

  • Merge 2018-05-04 16:09:22 +0300 - Merge 10.2 into 10.3

  • 2018-05-04 14:42:53 +0300

    • Make a test independent of the build options

  • 2018-05-03 20:54:23 +0300

    • Follow up for 9a8498066865b5 - adjustments to storage_engine tests

  • 2018-05-03 09:49:03 -0700

    • : Spider + binlog_format = ROW => CRASH

  • 2018-05-03 17:49:16 +0300

    • Unexpected ER_WRONG_INSERT_INTO_SEQUENCE upon INSERT with multiple locks on sequences

  • 2018-05-03 15:17:16 +0300

    • Assertion in row_log_table_apply_op after instant ADD when the table is emptied during subsequent ALTER TABLE

  • 2018-05-03 10:21:07 +0300

    • Follow-up to : Do not display table->space

  • 2018-05-02 15:44:52 +0300

    • Assertion failed in btr_pcur_restore_position_func on UPDATE

  • 2018-05-02 16:42:00 +0530

    • Server crashed in innobase_build_col_map / prepare_inplace_alter_table_dict or Assertion `tuple' failed in dtuple_get_nth_field upon altering table with virtual column

  • 2018-05-02 13:55:34 +0530

    • Unconditionally allow ALGORITHM=INPLACE for setting a column NOT NULL

  • Merge 2018-05-01 16:45:03 -0700 - : Spider ignores syntax errors in connection string in COMMENT field

  • 2018-04-13 17:51:51 -0700

    • : Spider ignores syntax errors in connection string in COMMENT field

  • 2018-05-01 01:10:37 +0300

    • Fix many -Wunused-parameter

  • 2018-05-01 15:39:36 +1000

    • : mysql_install_db --no-test (postfix

  • Merge 2018-04-30 19:07:44 -0700 - : If remote server used by Spider table is unavailable, some operations hang for a long time

  • 2018-04-23 22:00:27 -0700

    • : If remote server used by Spider table is unavailable, some operations hang for a long time

  • 2018-04-25 14:42:38 +0400

    • - TINYTEXT CHARACTER SET utf8 COMPRESSED truncates data

  • 2018-04-11 16:50:32 +0400

    • - mysql_install_db: no install test db option

  • 2018-04-30 18:12:14 +0300

    • : Put back mariadb-backup --innodb-flush-method

  • 2018-04-30 15:46:09 +0300

    • Use compile_time_assert() in InnoDB

  • 2018-04-30 13:45:25 +0300

    • Fix WITH_INNODB_EXTRA_DEBUG

  • 2018-04-30 15:21:52 +0300

    • Removed even more warning that was found with -Wunused

  • 2018-04-30 14:24:48 +0300

    • Added version of lex_string_eq that compares with const char *

  • 2018-04-27 08:26:28 +0300

    • Added more test to sql-bench

  • 2018-04-30 11:25:36 +0300

    • Assertion index->is_instant() failed on DELETE

  • 2018-04-30 10:33:03 +0300

    • Unnecessary computations for SPATIAL INDEX

  • 2018-04-30 10:28:50 +0300

    • Simplify dict_stats_analyze_index_level()

  • 2018-04-30 07:55:11 +0300

    • rtr_estimate_n_rows_in_range(): Simplify code

  • 2018-04-30 07:46:22 +0300

    • Add an explicit cast from double to ha_rows

  • 2018-04-29 17:39:48 +0300

    • Fix some -Wsign-conversion

  • 2018-04-27 13:17:18 +0300

    • : Replace log_group_t with log_t::files

  • 2018-04-27 10:06:14 +0300

    • : Allocate log_sys statically

  • 2018-04-29 09:41:42 +0300

    • Clean up InnoDB parameter validation

  • 2018-04-27 14:26:43 +0300

    • Do not divide or multiply by srv_page_size

  • 2018-04-27 13:49:25 +0300

    • Replace univ_page_size and UNIV_PAGE_SIZE

  • 2018-04-28 15:49:09 +0300

    • Fix most -Wsign-conversion in InnoDB

  • 2018-04-28 16:28:30 +0300

    • Fix some -Wsign-conversion

  • 2018-04-28 19:47:21 +0300

    • Simplify simple_counter

  • 2018-04-27 09:41:34 +0300

    • Correct member function comments

  • Merge 2018-04-28 20:36:31 +0300 - Merge 10.2 into 10.3

  • 2018-04-28 15:16:45 +0400

    • Select statement with partition selection against MyISAM table opens all partitions.

  • 2018-04-28 08:49:07 +0400

    • Cleanup for (fixing compilation failure on Windows)

  • 2018-04-27 22:11:18 +0400

    • SP variables inside GROUP BY..WITH ROLLUP break replication

  • 2018-04-26 16:38:56 -0700

    • Assertion `map->n_bits > 0' failed (my_bitmap.c:386: bitmap_is_clear_all)

  • Merge 2018-04-26 22:58:41 +0300 - Merge 10.2 into 10.3

  • 2018-04-25 22:40:24 +0300

    • : Make mtr_buf_t a plain class

  • 2018-04-25 22:29:58 +0300

    • : Simplify mlog_open_and_write_index()

  • 2018-04-25 13:27:22 +0300

    • : Use buf_block_t* for undo, not page_t*

  • 2018-04-25 13:05:40 +0300

    • : Restore MLOG_UNDO_INSERT

  • 2018-04-25 10:41:32 +0300

    • : Remove trx_t::undo_mutex

  • 2018-04-25 11:07:34 +0300

    • //: Adjust a comment

  • 2018-04-25 09:56:03 +0300

    • : Remove trx_undo_t::empty

  • 2018-04-25 09:37:14 +0300

    • : buf_pool_is_obsolete(): Add UNIV_UNLIKELY

  • 2018-04-25 09:34:50 +0300

    • : Simplify row_search_mvcc()

  • 2018-04-25 08:50:56 +0300

    • : Fast path for rw_trx_hash::find()

  • 2018-04-26 23:12:51 +0400

    • Add Feature_json status variable.

  • 2018-04-26 17:57:38 +0300

    • Removed some old #if MYSQL_VERSION

  • 2018-04-26 16:33:05 +0300

    • Fix a lot of compiler warnings found by -Wunused

  • 2018-04-25 21:32:47 +0200

    • : Assertion `next_free_value % real_increment == offset && next_free_value >= reserved_until' failed in sequence_definition::adjust_values upon SETVAL for sequence with INCREMENT 0

  • 2018-04-21 15:44:55 +1000

    • tests: func_math, correct crc32 for mariadb

  • 2018-04-21 15:07:51 +1000

    • BUG#26495791: CONTRIBUTION: EXPAND TEST SUITE TO INCLUDE CRC32 TESTS

  • 2018-04-25 18:22:56 -0700

    • Fixed a compiler error

  • 2018-04-18 19:34:12 +0200

    • : SQLCOM_PREPARE of EXPLAIN & ANALYZE statement do not return correct metadata info

  • 2018-04-24 12:04:59 +0200

    • : INTERSECT precedence is not in line with Oracle even in SQL_MODE=Oracle

  • 2018-04-23 12:09:10 +0200

    • : Parameter array operation inserts wrong values in autoincrement field if indicator was specified

  • Merge 2018-04-25 07:58:46 +0300 - Merge 10.2 into 10.3

  • 2018-04-25 00:14:12 +0300

    • Remove trx_t::undo_rseg_space

  • Merge 2018-04-24 20:59:57 +0300 - Merge 10.2 into 10.3

  • Merge 2018-04-24 10:06:31 +0200 - Merge branch '10.3' into bb-10.3-

  • 2018-04-24 13:15:35 +0530

    • Unconditionally allow ALGORITHM=INPLACE for setting a column NOT NULL

  • Merge 2018-04-24 09:32:10 +0200 - Merge branch 'grooverdan-10.2--dont-dump-query-cache' into bb-10.3-

  • Merge 2018-04-24 09:31:10 +0200 - Merge branch '10.2--dont-dump-query-cache' of into grooverdan-10.2--dont-dump-query-cache

  • 2018-02-26 18:13:59 +1100

    • : Don't coredump query cache

  • Merge 2018-02-25 15:25:54 +1100 - Merge branch '10.3' into 10.2--dont-dump-query-cache

  • 2017-04-25 17:49:15 +1000

    • : Coredumps to exclude query cache (Linux)

  • 2018-04-23 18:34:06 +0400

    • MEDIUMINT(N<8) creates a wrong data type on conversion to string

  • 2018-04-23 17:03:25 +0400

    • "AS OF" clean in Type_handler

  • 2018-04-23 10:35:33 +0200

    • : Assertion `(&(&share->intern_lock)->m_mutex)->count > 0 && pthread_equal(pthread_self(), (&(&share->intern_lock)->m_mutex)->thread)' failed in _ma_state_info_write

  • 2018-04-23 13:15:54 +0300

    • Reduce fil_system.mutex contention further

  • 2018-04-23 13:14:28 +0300

    • follow-up fix to mariadb-backup

  • Merge 2018-04-23 09:49:58 +0300 - Merge 10.2 into 10.3

  • 2018-04-23 09:31:17 +0400

    • Unexpected "Data too long" when doing CREATE..SELECT with stored func

  • 2018-04-22 15:52:46 +0400

    • Wrong data type on CREATE..SELECT char_or_enum_or_text_spvar

  • 2018-04-22 13:30:31 +0400

    • Split the code for CHARACTER_OCTET_LENGTH and CHARACTER_MAXIMUM_LENGTH into methods in Field

  • 2018-04-21 17:20:20 -0700

    • Crash when using CURSOR with VALUES()

  • 2018-04-21 17:53:37 +0300

    • Quote 'rank' in test-ATIS so that it can be run with MySQL 8.0

  • 2018-04-21 18:38:58 +0530

    • : Sever crashed with MEDIAN() window function

  • 2018-04-20 23:15:27 +0400

    • Adding more tests for IN/EXIST subqueries for better coverage

  • 2018-04-20 18:28:38 +0400

    • Fixed compiler warning

  • 2018-04-20 18:11:27 +0400

    • MEDIUMINT returns wrong I_S attributes

  • 2018-04-03 18:34:46 +0400

    • - VARCHAR(1) COMPRESSED crashes the server

  • 2018-04-03 16:19:37 +0400

    • - VARCHAR(0) COMPRESSED crashes the server

  • 2018-04-20 16:52:51 +0530

    • Buildbot fixes

  • 2018-04-19 18:40:31 -0700

    • Assertion `n < m_size' failed, sql_array.h:64: Element_type& Bounds_checked_array<Element_type>::operator[] (size_t) [with Element_type = Item*; size_t = long unsigned int]

  • 2018-04-19 22:11:41 +0530

    • Server crashes in bitmap_bits_set upon REPAIR PARTITION... after rebuilding under test_pseudo_invisible

  • Merge 2018-04-19 15:23:21 +0300 - Merge 10.2 to 10.3

  • 2018-04-19 14:31:20 +0530

    • Add statuses about optimistic parallel replication stalls

  • 2018-04-19 13:04:58 +0530

    • No --innodb-numa-interleave in mysqld binaries

  • 2018-04-16 16:27:11 +0530

    • Server crashes in fill_record_n_invoke_before_triggers upon ... insert into table with TIMESTAMP INVISIBLE

  • 2018-04-18 13:39:03 +0530

    • Server crash or assertion `num_fts_index <= 1' failure up on ALTER TABLE adding two fulltext indexes

  • 2018-04-17 23:39:40 -0700

    • Server crashes in st_join_table::is_inner_table_of_outer_join

  • 2018-04-17 16:10:47 +0400

    • Assertion `!part_elem->tablespace_name && !table_create_info->tablespace' failed during EXCHANGE PARTITION with different TABLESPACE.

  • 2018-04-16 20:34:55 +0300

    • Semisync ack thread hits an LOCK_plugin assert at shutdown

  • 2018-04-15 15:29:55 +0100

    • : make Innodb merge temp tables use pfs_os_file_t for file IO, rather than int.

  • 2018-04-17 00:24:44 +0300

    • Fixed failing testcase rename_table_debug

  • 2018-04-12 05:15:39 +0300

    • Renamed compile-pentium scripts to compile-pentium32

  • 2018-04-11 11:46:27 +0300

    • Ensure that max_local_memory_used is initialized

  • 2018-04-11 03:18:03 +0300

    • Remove not needed calls to print_error

  • 2018-04-11 02:20:22 +0300

    • Remove compiler warnings

  • 2018-04-16 11:31:02 -0400

    • bump the VERSION

  • 2018-04-16 17:41:29 +0800

    • Updated apparmor-profile for spelling errors

  • 2018-01-19 19:09:05 +1100

    • : mysqldump --ignore-database address review comments

  • 2017-07-30 16:11:25 +0200

    • Add --ignore-database option to mysqldump

  • 2018-04-15 18:23:19 +0300

    • Crash in btr_search_build_page_hash_index()

  • 2018-04-15 10:21:15 +0300

    • DB_TRX_ID is not always reset

Revision #82e9b49f54
Revision #2609783aac
MDEV-15627
Revision #aa5683d12e
MDEV-15380
Revision #4ec8598c1d
Revision #afe5a51c2d
MDEV-12900
Revision #31584c8bb8
Revision #36043c58f5
Revision #ff1d10ef9c
Revision #91dfb6141f
Revision #c1b5d2801e
Revision #27a7365f42
MDEV-16220
Revision #1b2078b4d8
MDEV-15318
Revision #aa2e1ade17
Revision #2b749a7bf4
MDEV-654
Revision #cf5226174b
MDEV-11129
Revision #ef295c31e3
MDEV-11129
Revision #d703e09cd6
Revision #b050df4fd3
MDEV-14943
Revision #f76a17e355
MDEV-7914
Revision #0bd2b80254
MDEV-15347
Revision #6f530c63cd
Revision #1cc67e090e
MDEV-16153
Revision #207e5ba316
Revision #dd51082eca
MDEV-12465
Revision #06aaaef51a
MDEV-16200
Revision #727d0d4f9b
MDEV-15304
Revision #de86997160
MDEV-15581
Revision #52c98bf830
Revision #d309c2fc88
MDEV-16212
Revision #ab9d420df3
MDEV-7914
Revision #50275321c3
Revision #fe3bf136b6
MDEV-15818
Revision #b9cf26f726
MDEV-12900
Revision #4d576d9dac
MDEV-12900
Revision #ff1af15f6d
Revision #e1e6d37515
Revision #3400430b93
Revision #cbeb2b306d
Revision #912a75d428
Revision #a5fb0fa329
Revision #59785df59f
MDEV-15635
Revision #20fadaac99
MDEV-8743
Revision #f56d141778
Revision #44b7f5f3ab
Revision #7e45b7ac1f
MDEV-15583
Revision #d7a047c4c9
MDEV-15550
Revision #b5a6f823a6
MDEV-15513
Revision #44d00fba43
MDEV-11952
Revision #cc231c9f1e
Revision #d69cc7301b
Revision #7ad9b3588f
Revision #c8e5026958
Revision #646385c9fd
Revision #8f47c65867
Revision #0322ced7e5
MDEV-15635
Revision #6ed6a0454c
MDEV-8743
Revision #d974726867
Revision #ff1ec6e958
Revision #3537267db3
MDEV-15583
Revision #f428a12342
MDEV-15550
Revision #d218b5c33a
MDEV-15513
Revision #1e69d3f196
MDEV-11952
Revision #7d91d98ac1
Revision #b73083c57a
Revision #508373d500
Revision #8c55277dcb
Revision #9692f37d29
Revision #a1d57ca1ab
Revision #5c81cb880a
MDEV-15635
Revision #f165077aa9
MDEV-8743
Revision #d5db2f1084
Revision #3a7d7e180a
Revision #2534ae20fd
MDEV-15583
Revision #8307fb23bd
MDEV-15550
Revision #00eb5bf3bb
MDEV-15513
Revision #f51e5e4557
Revision #798ba1ed51
Revision #d31c2416dd
Revision #62289c7948
Revision #3a50a13071
Revision #e4e0aea644
Revision #36779e624d
MDEV-14623
Revision #89b1c2712a
MDEV-14520
Revision #0d4df3cd13
Revision #7bf4a006b3
Revision #a620985f8f
MDEV-15373
Revision #4cc7f96512
Revision #0040e2932d
Revision #4a9acaa524
Revision #ae77a0986d
Revision #685961a085
Revision #9df656db65
MDEV-15373
Revision #2a33d248e0
MDEV-15975
Revision #395c8ca708
MDEV-14853
Revision #ff0e9b2fce
Revision #fdcc95143d
MDEV-13384
Revision #023c789a55
MDEV-15818
Revision #f38d8c1701
MDEV-16201
Revision #15425767e8
Revision #50d71c8b37
Revision #b2f56085d4
MDEV-16045
Revision #10d44db5d4
MDEV-16202
Revision #21b12e3359
MDEV-16172
Revision #66afb5ecb7
MDEV-16172
Revision #4c7608aeb1
Revision #a4e7800701
MDEV-13779
Revision #21eccff625
MDEV-15979
Revision #60319afff7
MDEV-15969
Revision #dfd6702a29
MDEV-16157
Revision #28dbdf3d79
MDEV-14551
Revision #e17e798599
Revision #c368878fac
Revision #4b061ec4ea
Revision #c2352c45fb
MDEV-14669
Revision #48d7038861
Revision #c2df4e9d62
MDEV-16186
Revision #66360506f0
MDEV-16168
Revision #a639eff594
MDEV-15813
Revision #cd15e764a8
MDEV-16159
Revision #442a6e6b25
MDEV-16172
MariaDB 10.3
Revision #27f12c5d5b
MDEV-16143
Revision #93b69825ad
MDEV-16169
Revision #2b812abd1a
Revision #dd0e960f4d
Revision #2e0c23d82b
Revision #06f539dab5
Revision #0dd1ebcb27
MDEV-15576
Revision #8a9048bcf3
MDEV-16170
Revision #e7fc8cd683
MDEV-654
Revision #e06c029849
MDEV-15465
Revision #a0048378f9
Revision #6620fbd62a
MDEV-15778
Revision #70e88b5089
MDEV-15778
Revision #9ee5406e2f
MDEV-15965
Revision #46be31982a
MDEV-16094
MDEV-16100
Revision #1b45ede6ab
MDEV-15159
Revision #86f9932e80
MDEV-16101
Revision #8e01598620
MDEV-16101
Revision #e74181e3c2
MDEV-15159
Revision #4a5e23e257
MDEV-16152
Revision #1cb4caa66d
MDEV-15970
Revision #be6ae0bb6b
Revision #d853042b5f
Revision #15419a5583
Revision #5e84ea9634
MDEV-12266
Revision #c57e9835ff
Revision #ba43914ec4
Revision #edaf57e966
Revision #f08b8fd58d
MDEV-15980
Revision #b1e75d290e
MDEV-14823
MDEV-15956
Revision #ce2cf855bf
MDEV-16043
Revision #8b2fa0ab25
Revision #68cad6aa24
MDEV-16024
Revision #fd4153f083
MDEV-16010
Revision #fddaaf7295
MDEV-15978
Revision #da25860d4a
MDEV-15995
Revision #fe10bf870c
MDEV-15893
Revision #a4272bf154
Revision #4203f572ae
MDEV-15923
Revision #bbf5cf4ddf
Revision #735203e6de
Revision #47573cee4d
Revision #7bf39888f7
Revision #b1a6d2826a
Revision #531acda484
MDEV-14820
Revision #0f956a0676
Revision #5441bbd3b1
Revision #0a1c0a439a
Revision #c982924242
MDEV-15592
Revision #8ad12b6664
Revision #ee8dfc688e
Revision #4a126bf3e1
Revision #af682525a8
Revision #e19915d5d2
MDEV-15746
Revision #c9717dc019
Revision #33721d9138
MDEV-16134
Revision #fc63c1e17a
MDEV-16117
Revision #8b087c63b5
MDEV-15697
Revision #72f0efac67
MDEV-15697
Revision #85ccdd9ff0
Revision #d94a9553db
MDEV-16125
Revision #e9f2609747
Revision #9be99dac90
MDEV-15437
Revision #69ae6499e6
Revision #9748659981
Revision #c28be510d1
Revision #891f202193
Revision #fc0f5adb7f
MDEV-16104
Revision #2deb17fd54
Revision #1d30a23fcc
Revision #971268dc14
Revision #1b8749f73b
Revision #4513de3127
Revision #a536664e80
MDEV-13029
Revision #bd09c5ca86
MDEV-13007
Revision #d405bee058
Revision #1a4c355a1c
Revision #005d53f6d5
Revision #c5b28e55f6
MDEV-13134
Revision #85cc6b70bd
MDEV-13134
Revision #a0bc3b7eee
Revision #062a3176e7
Revision #70c1110a29
Revision #9d6dc39ad9
Revision #30ebc3ee9e
Revision #a22a339f8e
MDEV-13024
Revision #724ab9a1cb
MDEV-16057
Revision #0bfd45f634
MDEV-15812
Revision #529c1a3b6c
Revision #4891d514b6
MDEV-16095
Revision #b20039dd80
Revision #3b50cd2492
Revision #d36034b6d8
Revision #ca174051d8
MDEV-14019
Revision #57c3dd991b
MDEV-15106
Revision #6c43068d63
MDEV-15060
Revision #01843d1910
MDEV-12266
Revision #73a10cbcc5
MDEV-16065
Revision #dcc5de66f4
MDEV-16071
Revision #8a941bad7d
MDEV-14168
Revision #a7852e3ec8
MDEV-15698
Revision #c10da98b62
MDEV-15698
Revision #2b27ac8282
Revision #87b0434e0f
MDEV-12645
Revision #bf92784d38
MDEV-15712
Revision #6ee6933a37
MDEV-15712
Revision #68cbabbfb0
MDEV-15938
Revision #9a84980668
MDEV-12645
Revision #8bbcc0d505
MDEV-12218
Revision #9801715cb0
Revision #8cd55ae2a9
Revision #a1fe7d75dc
Revision #7d6b55b99a
Revision #862e602b5a
Revision #cb16bc95ff
MDEV-14906
Revision #38bc4bcc96
MDEV-16058
Revision #d73241c0a9
Revision #9b1313e849
Revision #935025f891
Revision #b2c4740034
Revision #baa5a43d8c
MDEV-16045
Revision #d73a898d64
MDEV-16045
Revision #715e4f4320
MDEV-12218
Revision #9ed2b2b2b8
Revision #a90100d756
Revision #ba19764209
Revision #e37df0f95a
Revision #1292a01c7f
Revision #8861d442d6
Revision #704ef98d0a
Revision #4968049799
MDEV-11084
Revision #9df0eab327
MDEV-16020
Revision #96a301bbbe
MDEV-16020
Revision #6c5e60f1b1
MDEV-16038
Revision #99fa7c6c2f
Revision #2898c7ec9e
MDEV-15914
Revision #362151e8c8
MDEV-15914
Revision #6f88bc4511
MDEV-15914
Revision #76c62bc69c
MDEV-15914
Revision #83bd4dd1ee
MDEV-15914
Revision #f7cac5e26c
MDEV-12288
MDEV-15132
MDEV-15158
Revision #ff0000cdd2
MDEV-15914
Revision #c121574dff
MDEV-15914
Revision #7b7e4d679a
MDEV-15914
Revision #30553aa37b
MDEV-15914
Revision #6e42d19f25
MDEV-15915
Revision #cd48c1e23a
Revision #2ccd6716fc
Revision #0bdc15d86e
MDEV-15732
Revision #7f89d9c9e3
Revision #1a011e5b5a
Revision #5bba69f816
Revision #b4ee699a89
MDEV-11975
Revision #0544d7c457
MDEV-13695
Revision #43c5dd0250
MDEV-15079
Revision #9477a2a9ba
Revision #e3fb8e9569
Revision #7396dfcca7
Revision #f79c5a658c
MDEV-10814
Revision #4f9977d8d3
MDEV-14168
Revision #47ac7252ff
MDEV-10814
MDEV-10814
Revision #abb4db4c3f
MDEV-10814
mariadb-server
MDEV-10814
Revision #31aa277768
MDEV-10814
Revision #0805a9565f
MDEV-10814
Revision #3188131b15
MDEV-10814
Revision #461de7edea
MDEV-15946
Revision #8fce4065e5
Revision #14f84d2071
MDEV-13232
Revision #de942c9f61
MDEV-15983
Revision #6c64101bf0
MDEV-12266
Revision #c6ba758d1d
Revision #6426b52ed4
MDEV-15957
Revision #9f84451d87
MDEV-15960
Revision #c555dc768f
MDEV-15971
Revision #6242036f27
MDEV-15940
Revision #c39f8a80c9
Revision #6b1a8b2c72
MDEV-15846
Revision #c058117c6c
Revision #791fb9ea24
Revision #9aaf62d058
MDEV-15926
Revision #38c799c9a5
MDEV-15763
Revision #3dec6c48bc
MDEV-15762
Revision #43ab88f0ea
Revision #615ad709a3
MDEV-15902
Revision #cd8b8169b6
MDEV-15167
Revision #d71a8855ee
Revision #419385dbf1
MDEV-10664
Revision #547b00d910
MDEV-12924
Revision #dde0ba5aaa
MDEV-15754
Revision #fa68b88b5d
MDEV-15828
Revision #cff60be7fe
MDEV-15899
Revision #bb5f4967f5
MDEV-13584
Revision #02e897ca57
MDEV-15889
Revision #321771f89f
MDEV-15895
Revision #7d991feb75
Revision #0f7022c6f3
Revision #1074b9b8be
Revision #3bae6a2b98
Revision #ddc5764303
Revision #dbbe70e1cf
Revision #4c136f80a5
Revision #c9839cb0b3
MDEV-13336
Revision #784e9391c9
MDEV-13336
Revision #f0e4f94c23
MDEV-15871
Revision #97e51d24cb
MDEV-13697

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