arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

MariaDB 10.0.15 Changelog

The most recent release in the MariaDB 10.0 series is:MariaDB 10.0.38 Download Nowarrow-up-right

Downloadarrow-up-rightRelease NotesChangelogOverview of 10.0

Release date: 25 Nov 2014

For the highlights of this release, see the release notes.

The revision number links will take you to the revision's page on Launchpad. On Launchpad you can view more details of the revision and view diffs of the code modified in that revision.

  • [merge] Fri 2014-11-21 20:20:39 +0100

    • 5.5 merge

    • Fri 2014-11-21 13:32:53 +0200

      • Forgot to add test file.

  • [merge] Fri 2014-11-21 08:50:44 +0100

    • Merge

    • Fri 2014-11-21 00:02:24 +0100

  • Wed 2014-11-19 17:14:49 +0300

    • : Anemometer stop working after upgrade to from...

  • Wed 2014-11-19 14:34:49 +0400

    • multi_source.simple test fails in buildbot

  • Wed 2014-11-19 12:08:35 +0400

    • Bad results with join comparing DECIMAL and ENUM/SET columns

  • Wed 2014-11-19 10:33:49 +0400

    • Bad results with join comparing case insensitive VARCHAR/ENUM/SET expression to a _bin ENUM column

  • Tue 2014-11-18 23:15:54 +0400

    • GROUP_MIN_MAX optimization is erroneously applied in some cases

  • Tue 2014-11-18 16:33:29 +0400

    • Bad results with joins comparing DATE/DATETIME and INT/DECIMAL/DOUBLE/ENUM/VARCHAR columns Bad results with joins comparing TIME and DOUBLE/DECIMAL columns Disallow using indexes on non-temporal columns to optimize ref access, range access and table elimination when the counterpart's cmp_type is TIME_RESULT, e.g.: SELECT * FROM t1 WHERE indexed_int_column=time_expression; Only index on a temporal column can be used to optimize temporal comparison operations.

  • Tue 2014-11-18 13:07:37 +0400

    • main.ctype_cp932 fails in buildbot on a valgrind build Removing a redundant and wrong condition which could access beyond the pattern string range.

  • Mon 2014-11-17 17:13:30 +0100

    • : Dynamic column hangs/segfaults

  • Mon 2014-11-17 12:42:02 +0100

    • : Parallel slave may hang if master crashes in the middle of writing transaction to binlog

  • Mon 2014-11-17 12:41:44 +0100

    • : rpl.rpl_parallel_temptable fails in valgrind builder

  • Mon 2014-11-17 08:53:42 +0100

    • : rpl.rpl_gtid_crash fails sporadically in buildbot

  • Fri 2014-11-14 09:13:13 +0200

    • : sys_vars.innodb_sched_priority* tests fail in buildbot on work-amd64-valgrind

  • Thu 2014-11-13 11:01:31 +0100

    • : Parallel replication: "Commit failed due to failure of an earlier commit on which this one depends", but no prior failure seen

  • Thu 2014-11-13 10:46:09 +0100

    • : Incorrect relay log position in parallel replication after retry of transaction

  • Thu 2014-11-13 10:31:20 +0100

    • : Wrong binlog order in parallel replication: Intermediate commit

  • Thu 2014-11-13 10:20:48 +0100

    • : Performance of domain_parallel replication is disappointing

  • Thu 2014-11-13 10:09:46 +0100

    • : Server crashed in Gtid_log_event::Gtid_log_event with parallel replication

  • Thu 2014-11-13 09:56:28 +0100

    • : Incorrect PSI_stage_info message in SHOW PROCESSLIST during parallel replication

  • Thu 2014-11-13 09:49:33 +0100

    • Fix a confusing error message in the testsuite

  • Thu 2014-11-13 09:49:07 +0100

    • : Wrong binlog order in parallel replication

  • Thu 2014-11-13 09:20:40 +0100

    • Revert incorrect/redundant fix for old BUG#34656

  • Thu 2014-11-13 09:19:12 +0100

    • : SAFE_MUTEX lock order warning when reusing wait_for_commit mutex

  • Thu 2014-11-13 13:24:26 +0200

    • : Remove innodb_io_capacity setting depending on setting of innodb_io_capacity_max

  • Thu 2014-11-13 12:00:57 +0200

    • : InnoDB error monitor might unnecessary wait log_sys mutex

  • Thu 2014-11-13 11:05:22 +0200

    • : sys_vars.innodb_sched_priority* tests fail in buildbot on work-amd64-valgrind.

  • Wed 2014-11-12 16:14:08 +0200

    • : rpl.rpl_innodb_bug68220 fails in buildbot

  • Wed 2014-11-12 06:27:56 +0400

    • main.information_schema and main.information_schema_all_engines fail in buildbot on a build without perfschema

  • Wed 2014-11-12 05:56:45 +0400

    • mroonga/wrapper.version_56_or_later_performance_schema fails in buildbot on a build without perfschema

  • Wed 2014-11-12 05:52:53 +0400

    • Spider tests fail due to an unknown option --skip-performance-schema on a build without perfschema

  • Wed 2014-11-12 05:40:21 +0400

    • perfschema.mks_timer-6258 test not skipped on builds without perfschema

  • Tue 2014-11-11 19:59:31 +0300

    • Fix buildbot failure: make selectivity.test and selectivity_innodb.test work when table names are case-insensitive.

  • Mon 2014-11-10 16:43:27 +0400

    • non-captured group \2 in regexp_replace

  • Mon 2014-11-03 15:47:57 +0200

    • : Fix innodb.innodb_bug14676111 test.

  • [merge] Mon 2014-11-03 17:47:37 +0100

    • merge

  • Sun 2014-11-02 01:08:09 +0400

    • Bad result for NOT NOT STRCMP('a','b') and NOT NOT NULLIF(2,3) The bug is not very important per se, but it was helpful to move Item_func_strcmp out of Item_bool_func2 (to Item_int_func), for the purposes of " Add a plugin to field types (column types)".

  • Wed 2014-10-29 22:12:31 -0400

    • : Dots in file names of configuration files

  • Wed 2014-10-29 22:05:46 -0400

    • mysys/mf_fn_ext.c: typos & indents

  • [merge] Wed 2014-10-29 15:20:46 +0300

    • Merge

    • [merge] Wed 2014-10-29 13:30:18 +0300

  • Tue 2014-10-28 22:31:52 -0700

    • Fixed bug .

  • [merge] Tue 2014-10-28 16:31:26 -0700

    • Merge

    • Tue 2014-10-28 14:33:31 -0700

  • Mon 2014-10-27 16:58:16 +0200

    • : innodb valgrind failures

  • Mon 2014-10-27 11:03:17 +0200

    • Fix test failure.

  • Sun 2014-10-26 07:29:37 +0200

    • : Remove bad "" operators.

  • Sun 2014-10-26 07:22:51 +0200

    • : innodb_rows_updated is misleading on slav

  • Sat 2014-10-25 09:24:39 +0300

    • : Make innodb_max_dirty_pages_pct my.cnf variable a double

  • Sat 2014-10-25 08:21:52 +0300

    • : Share more structures

  • Fri 2014-10-24 22:26:31 +0300

    • : Add trx pointer to struct mtr_t

  • Fri 2014-10-24 22:02:54 +0300

    • : buf_flush_LRU() does not return correct number in case of compressed pages

  • Fri 2014-10-24 18:58:04 +0300

    • : Page cleaner should do LRU flushing regardless of server activity

  • Fri 2014-10-24 17:56:04 +0300

    • : Spurious lock_wait_timeout_thread wakeup in lock_wait_suspend_thread()

  • Fri 2014-10-24 17:11:09 +0300

    • : os_event_wait_time_low(): wait time calculation is messed up

  • [merge] Fri 2014-10-24 10:01:01 +0400

    • Merged mroonga updates.

    • Fri 2014-10-24 06:37:53 +0900

  • Thu 2014-10-23 12:31:13 +0400

    • Better comments

  • [merge] Wed 2014-10-22 18:33:49 +0400

    • Merged mroonga updates.

    • Thu 2014-10-23 00:31:01 +0900

  • [merge] Tue 2014-10-21 22:20:21 +0400

    • Merged mroonga updates.

    • Wed 2014-10-22 03:43:19 +0900

  • [merge] Tue 2014-10-21 10:52:55 +0400

    • Merge mroonga.

    • Tue 2014-10-21 04:51:38 +0900

  • [merge] Tue 2014-10-21 00:02:24 +0400

    • Merge

    • Mon 2014-10-20 23:35:34 +0400

  • Mon 2014-10-20 16:42:00 +0400

    • Different warnings for TIME and TIME(N) when @@old_mode=zero_date_time_cast

  • Thu 2014-10-16 22:58:08 +0400

    • : Dereference of NULL primary_file->table in DsMrr_impl::get_disk_sweep_mrr_cost()

  • Thu 2014-10-16 17:57:13 +0400

    • : Use of uninitialized saved_primary_key in Mrr_ordered_index_reader::resume_read()

  • [merge] Mon 2014-10-13 12:31:55 +0400

    • Merge 10.0-connect -> 10.0

    • Sun 2014-10-12 15:46:31 +0200 *

  • [merge] Sat 2014-10-11 12:52:55 +0200

    • merge

    • Sat 2014-10-11 09:09:18 +0200

  • Fri 2014-10-10 23:52:47 +0400

    • : Assertion `join->best_read < double(...)' failed after adding a key to a TokuDB table...

  • Mon 2014-10-06 15:08:47 +0400

    • : Assertion `join->best_read < double(...)' failed with optimizer_use_condition_selectivity >=3

  • Fri 2014-10-10 17:08:12 +0400

    • : use_stat_table + histograms crashing optimizer - When EITS code calls store_key_image_to_rec(), it should follow its calling convention (which is counter-intuitive)

  • [merge] Fri 2014-10-10 13:18:03 +0400

    • Merge 10.0-connect -> 10.0

    • Thu 2014-10-09 17:23:37 +0200 *

  • [merge] Fri 2014-10-10 13:16:41 +0400

    • Merge 10.0-mroonga -> 10.0

    • [merge] Fri 2014-10-03 09:47:41 +0400

  • Thu 2014-10-09 12:25:45 +0400

    • Fixed mroonga build failure on Power8: define generic gcc version of GRN_SET_64BIT.

  • Mon 2014-10-06 15:29:22 +0400

    • : Assertion `join->best_read < double(...)' failed with optimizer_use_condition_selectivity >=3

  • Sun 2014-10-05 22:07:28 +0200

    • fix failing rpl.rpl_user_variables

  • Sun 2014-10-05 22:07:19 +0200

    • fix main.mysqldump test failing after Mroonga merge.

  • Sat 2014-10-04 20:43:39 +0200

    • fix out-of-source builds

  • Sat 2014-10-04 15:27:08 +0200

    • increase version

  • Sat 2014-10-04 15:26:04 +0200

    • xtradb/innodb: fix to compile with VS 2008

  • Tue 2014-09-30 17:06:02 +0200

    • cleanup: an outbreak of templatonia cured.

  • Tue 2014-09-30 15:57:38 +0200

    • fix more sql_command_flags: SQLCOM_ASSIGN_TO_KEYCACHE should not be CF_AUTO_COMMIT_TRANS SQLCOM_PRELOAD_KEYS should not be CF_AUTO_COMMIT_TRANS SQLCOM_INSTALL_PLUGIN should need CF_AUTO_COMMIT_TRANS SQLCOM_UNINSTALL_PLUGIN should need CF_AUTO_COMMIT_TRANS

  • Tue 2014-09-30 15:55:02 +0200

    • BUG#13627921 - MISSING FLAGS IN SQL_COMMAND_FLAGS MAY LEAD TO REPLICATION PROBLEMS

  • Fri 2014-10-03 17:38:46 +0400

    • - MySQL Bug#72718 - CACHE_LINE_SIZE in innodb should be 128 on POWER

  • [merge] Thu 2014-10-02 15:48:20 +0400

    • Merge 10.0-mroonga -> 10.0

    • Thu 2014-10-02 14:58:57 +0400 *

  • Wed 2014-10-01 13:03:50 +0300

    • Fixed compiler warning. Now compiles without warnings for me. (Except Instantiation notices from oqgraph that I don't know what to do with)

  • [merge] Wed 2014-10-01 11:16:50 +0400

    • Merge 10.0-connect -> 10.0

    • Tue 2014-09-30 12:59:24 +0200

  • Wed 2014-10-01 11:13:11 +0400

    • Tests connect.odbc_postgresql and connect.odbc_oracle failed after revision 4363 (fixes for and ).

  • [merge] Tue 2014-09-30 20:43:14 +0300

    • Auto merge

    • Tue 2014-09-30 20:31:14 +0300

  • Tue 2014-09-30 21:28:36 +0400

    • , part#2.

  • Tue 2014-09-30 21:11:03 +0400

    • : crash with optimizer_use_condition_selectivity > 1

  • Fri 2014-09-26 18:48:40 +0400

    • : Crash in field_conv, memcpy_field_possible - Fix the crash, dont call from->type() at the start of the function because it might be unsafe. - Unfortunately there is no testcase - And this is also the reason we can't fix it properly (it should be safe to call from->type() here).

  • Thu 2014-09-25 19:12:52 +0400

    • : The variable 'role' is being used without being initialized at sql_acl.cc:8840

  • Thu 2014-09-25 18:16:29 +0400

    • : The variable 'role' is being used without being initialized at sql_acl.cc:8840

circle-info

Be notified of new MariaDB Server releases automatically by 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.

This page is licensed: CC BY-SA / Gnu FDL

Revision #3413.67.50arrow-up-right Fri 2014-11-21 15:23:18 +0400
  • MDEV-7026arrow-up-right - Race in InnoDB/XtraDB mutex implementation can stall or hang the server

  • Revision #3413.67.49arrow-up-right Fri 2014-11-21 13:27:36 +0200

    • MDEV-7084arrow-up-right: innodb index stats inadequate using constant innodb_stats_sample_pages

  • after merge fixes:
  • Revision #4500.1.29arrow-up-right [merge] Thu 2014-11-20 17:39:11 +0100

    • 10.0-mroonga

    • Revision #4426.1.9arrow-up-right Tue 2014-11-04 00:40:20 +0900

      • cmake: use "mroonga" instead of "ha_mroonga" for plugin name

    • Tue 2014-11-04 00:09:16 +0900

      • remove needless source tree

    • [merge] Tue 2014-11-04 00:07:26 +0900

      • Merge from trunk

  • Revision #4500.1.28arrow-up-right [merge] Thu 2014-11-20 17:29:21 +0100

    • 10.0-connect

    • Revision #4439.1.21arrow-up-right Sun 2014-11-16 20:14:36 +0100 *

      • Commit resolved conflicted files

    • Sun 2014-11-16 01:16:51 +0100 *

      • Remove gcc warning (no previous declaration of msglang)

    • Sat 2014-11-15 18:28:24 +0100 *

      • Implement the NEWMSG and XMSG methods They are still experimental and should not be used in production.

    • Sun 2014-11-09 14:18:44 +0100 *

      • FIX ftell error when the line endings do not match the declared or default ending. Also takes care of files having mixed line endings. This is done by never using text mode for streams and handle the line endings in reading and writing. ()

    • Sat 2014-11-08 16:44:52 +0100 *

      • Compile protect against not fully implemented optione XMSG and NEWMSG

    • Sat 2014-11-08 16:29:16 +0100 *

      • fix typo error

    • Sat 2014-11-08 13:35:03 +0100 *

      • Calculate next position in filamap without assuming ENDING option is true.

    • Sat 2014-11-01 17:08:39 +0100 *

      • Fix and

    • Fri 2014-10-31 13:58:43 +0100 *

      • Add the new files to the source list

    • Fri 2014-10-31 12:43:55 +0100 *

      • Adding the VIR table type implementation files

    • Fri 2014-10-31 12:28:07 +0100 *

      • Add new table type VIR and virtual index

    • Fri 2014-10-24 19:22:05 +0200

      • Fix a bug in XCOL tables. When a row was filtered internally the XColumn was not reset causing rows to be lost.

    • Fri 2014-10-24 16:21:39 +0200 *

      • Fix bug: Server crash when using a special column in XCOL tables

    • Wed 2014-10-22 13:51:33 +0200 *

      • Remove some gcc warnings

    • Wed 2014-10-22 12:02:46 +0200 *

      • Fix (gcc error) passing cmd instead of cmd.Getstr() to htrc

    • Tue 2014-10-21 17:29:51 +0200 *

      1. Handling string memory allocation with a new STRING class. This is only the beginning. Defining the STRING class and begining to use it (MYSQL)

    • [merge] Tue 2014-10-14 17:52:20 +0200 *

      • Commit merged change removed: extra/yassl/certs/dsa512.der extra/yassl/certs/dsa512.pem

    • Tue 2014-10-14 16:42:22 +0200 *

      • Add Sergei fix to enable loading OEM table libs

  • Revision #4500.1.27arrow-up-right [merge] Thu 2014-11-20 17:09:51 +0100

    • pcre-8.36

    • Revision #0.66.3arrow-up-right Tue 2014-11-18 18:07:55 +0100

      • 8.36

  • Revision #4500.1.26arrow-up-right [merge] Thu 2014-11-20 17:05:13 +0100

    • XtraDB 5.6.21-70.0

    • Revision #0.12.73arrow-up-right Tue 2014-11-18 18:11:15 +0100

      • 5.6.21-70.0

  • Revision #4500.1.25arrow-up-right [merge] Thu 2014-11-20 16:59:22 +0100

    • InnoDB 5.6.21

    • Revision #0.49.7arrow-up-right Tue 2014-11-18 17:41:12 +0100

      • 5.6.21

  • Revision #4500.1.24arrow-up-right [merge] Thu 2014-11-20 16:53:12 +0100

    • sphinx 2.2.6

    • Revision #0.47.5arrow-up-right Tue 2014-11-18 18:10:29 +0100

      • 2.2.6

  • Revision #4500.1.23arrow-up-right [merge] Thu 2014-11-20 16:27:16 +0100

    • 5.5 merge

    • Revision #3413.67.48arrow-up-right Thu 2014-11-20 16:11:30 +0100

      • followup: disable openssl_6975.test as appropriate

    • Wed 2014-11-19 22:04:51 +0100

      • Fix YaSSL on windows

    • Wed 2014-11-19 18:54:02 +0100

      • Implement TLS protocol

  • Revision #4500.1.22arrow-up-right [merge] Thu 2014-11-20 16:07:34 +0100

    • 5.5 merge

    • Revision #3413.67.45arrow-up-right Wed 2014-11-19 20:27:34 +0200

      • : innodb index stats inadequate using constant innodb_stats_sample_pages

  • Revision #4500.1.21arrow-up-right [merge] Thu 2014-11-20 15:26:31 +0100

    • 5.5 merge

    • Revision #3413.67.44arrow-up-right Wed 2014-11-19 13:56:46 +0100

      • : Race in InnoDB/XtraDB mutex implementation can stall or hang the server.

  • Revision #4500.1.20arrow-up-right [merge] Wed 2014-11-19 17:23:39 +0100

    • 5.5 merge

    • Revision #3413.67.43arrow-up-right Wed 2014-11-19 00:19:52 +0100

      • openssl-poodle_6975.test: don't run it for older OpenSSL versions

    • Tue 2014-11-18 17:57:06 +0100

      • Implement TLS protocol

    • Tue 2014-11-18 17:56:58 +0100

      • new mysqltest connect option SSL-CIPHER=xxxx

    • Tue 2014-11-18 17:56:49 +0100

      • improve OpenSSL error reporting

    • [merge] Tue 2014-11-18 17:54:00 +0100

      • TokuDB 7.5.3

      • [merge] Fri 2014-11-14 13:10:22 -0500

    • [merge] Tue 2014-11-18 17:36:51 +0100

      • 5.3 merge

      • Sat 2014-11-15 21:30:16 +0400

    • Tue 2014-11-18 15:43:01 +0100

      • mysql_config produces invalid cflags (was: udf_example.c couldn't compile)

    • Tue 2014-11-18 15:42:48 +0100

      • Valgrind warnings (Conditional jump or move depends on uninitialised value) in inflate on UNCOMPRESS

    • Tue 2014-11-18 15:42:40 +0100

      • difference between check_vcol_func_processor and check_partition_func_processor segfault in Item_func_from_unixtime::get_date on updating table with virtual columns

    • Tue 2014-11-18 15:42:32 +0100

      • Server crash or assertion `item->type() == Item::STRING_ITEM' failure on LOAD DATA through a view with statement binary logging

    • Tue 2014-11-18 15:42:25 +0100

      • Typo in cmake/plugin.cmake

    • Mon 2014-11-10 19:17:39 +0100

      • "#error <my_config.h>" and third-party libraries

    • Sat 2014-11-08 19:54:42 +0100

      • : dynamic columns functions/cast()/convert() doesn't play nice with CREATE/ALTER TABLE

    • Mon 2014-11-17 20:28:18 +0400

      • Re-enabling tests disabled due to and MySQL:65225 (fixed now)

    • Mon 2014-11-17 20:10:57 +0400

      • Sporadic failure in storage_engine/trx.xa_recovery test

    • Mon 2014-11-17 17:24:04 +0400

      • Merge Bug#18935421 RPAD DIES WITH CERTAIN PADSTR INTPUTS..

    • Sat 2014-11-15 22:18:33 +0100

      • : MariaDB server crash ( select with union and order by with subquery )

    • [merge] Thu 2014-11-13 14:15:59 +0300

      • Merge 5.3->5.5

      • Thu 2014-11-13 14:12:41 +0300

    • Thu 2014-11-13 13:56:35 +0300

      • : MRR accessing uninitialised bytes, test case failure main.innodb_mrr - Don't call index_reader->interrupt_read() if the index reader has returned all rows that matched its keys.

    • Thu 2014-11-13 11:24:19 +0200

      • : InnoDB error monitor might unnecessary wait log_sys mutex

    • Thu 2014-11-13 10:04:45 +0100

      • : Sporadic test falure in rpl.rpl_parallel_show_binlog_events_purge_logs

    • Wed 2014-11-12 11:10:13 +0100

      • : Test failures in main.failed_auth_unixsocket and plugins.unix_socket depending on environment

    • Mon 2014-11-10 18:08:17 +0400

      • String::chop() is wrong and may potentially crash (MySQL bug#56492) Merging a fix from the upstream.

    • Mon 2014-11-03 15:43:44 +0200

      • : Add function to print semaphore waits

  • Revision #4500.1.19arrow-up-right Wed 2014-11-19 00:19:17 +0100

    • MDEV-6984arrow-up-right Can't migrate from MySQL 5.6.21 to MariaDB 10

  • Revision #4500.1.18arrow-up-right Tue 2014-11-18 22:27:31 +0100

    • MDEV-4285arrow-up-right Server crashes in ptr_compare on NOW and CAST in ORDER BY

  • Revision #4500.1.17arrow-up-right Tue 2014-11-18 22:27:26 +0100

    • debian packaging: add mroonga and example engines

  • Revision #4500.1.16arrow-up-right Tue 2014-11-18 22:27:03 +0100

    • mroonga/groonga: remove unused packaging data and bundled software

  • Revision #4500.1.15arrow-up-right Tue 2014-11-18 22:26:25 +0100

    • mroonga/groonga: disable building of unnecessary or unsupported components

  • Revision #4500.1.14arrow-up-right Tue 2014-11-18 22:26:20 +0100

    • mroonga/groonga: CMakeLists.txt

  • Revision #4500.1.13arrow-up-right Tue 2014-11-18 22:26:14 +0100

    • MDEV-6794arrow-up-right XtraDB no longer using UNIQUE as clustered index when PK missing

  • Revision #4500.1.12arrow-up-right Tue 2014-11-18 22:26:09 +0100

    • two more unused error messages

  • Revision #4500.1.11arrow-up-right Tue 2014-11-18 22:26:04 +0100

    • MDEV-4399arrow-up-right mysql_secure_installation reports error in find_mysql_client

  • Revision #4500.1.10arrow-up-right Tue 2014-11-18 22:25:59 +0100

    • MDEV-6779arrow-up-right Help file problems in 10.0.13

  • Revision #4500.1.9arrow-up-right Tue 2014-11-18 22:25:52 +0100

    • MDEV-6779arrow-up-right Help file problems in 10.0.13

  • Revision #4500.1.8arrow-up-right Tue 2014-11-18 22:25:47 +0100

    • MDEV-6805arrow-up-right one can set character_set_client to utf32

  • Revision #4500.1.7arrow-up-right Tue 2014-11-18 22:25:41 +0100

    • MDEV-6785arrow-up-right Wrong result on 2nd execution of PS with aggregate function, FROM SQ or MERGE view

  • Revision #4500.1.6arrow-up-right Tue 2014-11-18 22:25:33 +0100

    • MDEV-6880arrow-up-right Can't define CURRENT_TIMESTAMP as default value for added column

  • Revision #4500.1.5arrow-up-right Tue 2014-11-18 22:25:27 +0100

    • MDEV-7087arrow-up-right main.stat_tables-enospc fails in buildbot on a valgrind build

  • Revision #4500.1.4arrow-up-right Tue 2014-11-18 22:25:20 +0100

    • MDEV-7078arrow-up-right rpl.rpl_*mixing_engines tests fail in buildbot

  • Revision #4500.1.3arrow-up-right Thu 2014-11-13 13:40:19 +0100

    • MDEV-7003arrow-up-right test-alter-table crashes debug build due to double free of plugin

  • Revision #4500.1.2arrow-up-right Thu 2014-11-13 13:40:11 +0100

    • MDEV-6849arrow-up-right ON UPDATE CURRENT_TIMESTAMP doesn't always work

  • Revision #4500.1.1arrow-up-right Tue 2014-11-11 10:39:35 +0100

    • sql_update.cc: always update default fields after compare_record()

  • Merge
  • Revision #2502.594.2arrow-up-right [merge] Wed 2014-10-29 01:48:18 +0300

    • Merge

  • Revision #2502.594.1arrow-up-right Tue 2014-10-14 19:11:39 -0700

    • Fixed bug MDEV-6705arrow-up-right.

  • Revision #3413.65.60arrow-up-right [merge] Wed 2014-10-29 13:22:48 +0300

    • Merge 5.3->5.5

    • Revision #2502.567.241arrow-up-right Wed 2014-10-29 01:46:05 +0300

      • : Dereference of NULL primary_file->table in DsMrr_impl::get_disk_sweep_mrr_cost()

    • Wed 2014-10-29 01:37:58 +0300

      • : Use of uninitialized saved_primary_key in Mrr_ordered_index_reader::resume_read()

    • Wed 2014-10-29 01:20:45 +0300

      • : Query spends a long time in best_extension_by_limited_search with mrr enabled

  • Fixed bug MDEV-6325arrow-up-right.
    Disable foreign_key_create test.
    Skip Mroonga if platform is big endian. Remove last test disabling.
    Disable tests for Power8.
    Update Mroonga to the latest version on 2014-10-21T04:51:38+0900
  • Revision #4426.1.2arrow-up-right [merge] Tue 2014-10-21 01:56:56 +0900

    • Merge from trunk

  • MDEV-6879arrow-up-right: Dereference of NULL primary_file->table in DsMrr_impl::get_disk_sweep_mrr_cost()
    Remove one gcc warning
  • Revision #4439.1.2arrow-up-right Sun 2014-10-12 12:05:05 +0200 *

    • Fix null handling for date columns (see MDEV-6744arrow-up-right)

  • Revision #4439.1.1arrow-up-right Fri 2014-10-10 13:27:52 +0200 *

    • Fix a regression error from regarding Header as Boolean from some table types. Was added to ha_connect::GetBooleanOption (otherwise ignored)

  • compilation failure: ha_cassandra
  • Revision #4441.1.1arrow-up-right [merge] Fri 2014-10-10 20:59:06 +0200

    • merge

    • Revision #4435.1.1arrow-up-right [merge] Thu 2014-10-09 10:30:11 +0200

      • 5.5.40+ merge

      • Wed 2014-10-08 15:21:48 +0200

        • compilation fix for perl-Net-HandlerSocket

      • Wed 2014-10-08 18:10:31 +0400

        • Backport from 10.0:

      • Wed 2014-10-08 09:35:00 +0200

        • remove mariadb.pc file again, it cannot be added in a GA version

      • Wed 2014-10-08 09:24:41 +0200

        • don't run privilege checking tests in embedded

      • Wed 2014-10-08 00:46:10 +0200

        • decimal: correct implementation of ROUND_UP at last

      • Wed 2014-10-08 00:45:56 +0200

        • include mariadb.pc in debian builds

      • Wed 2014-10-08 00:45:41 +0200

        • jemalloc compatibility

      • [merge] Wed 2014-10-08 00:44:37 +0200

        • XtraDB 5.5.40-36.1

        • Tue 2014-10-07 21:41:48 +0200

      • Tue 2014-10-07 19:38:45 +0200

        • : bug with query cache when using views

      • Tue 2014-10-07 16:21:53 +0200

        • packaging issues: * skip debian 44_scriptsmysql_configlibs.dpatch it does not apply anymore (and anyway it would not work for a static library) * fix the path for install(mariadb.pc)

      • Tue 2014-10-07 11:55:39 +0200

        • A view or procedure with a non existing definer can block "SHOW TABLE STATUS" with an unclear error message

      • Tue 2014-10-07 10:54:14 +0200

        • Replication fails on updating a MEMORY table with an index using btree

      • Tue 2014-10-07 10:53:43 +0200

        • fixes for decimal type

      • Tue 2014-10-07 10:53:06 +0200

        • post-merge fixes

      • [merge] Mon 2014-10-06 20:06:39 +0200

        • XtraDB 5.5.39-36.0

        • Mon 2014-10-06 19:56:00 +0200

      • [merge] Mon 2014-10-06 19:53:55 +0200

        • mysql-5.5.40

        • Mon 2014-09-08 11:33:55 +0200

      • Fri 2014-10-03 23:04:25 +0200

        • crash in GROUP_CONCAT(IF () ORDER BY 1)

      • Thu 2014-10-02 16:58:26 +0200

        • Please add a .pc file to MariaDB for easy use via pkg-config

      • Thu 2014-10-02 13:52:51 +0200

        • mysqld should not trap SIGTSTP if running with --gdb/--debug-gdb

      • Thu 2014-10-02 13:47:52 +0200

        • Missing dependency on Debian 7 (Wheezy) installation package

      • Thu 2014-10-02 12:57:20 +0200

        • MTR fails on kfreebsd

      • Thu 2014-10-02 11:58:24 +0200

        • review debian patches for mysql

      • Thu 2014-10-02 11:58:13 +0200

        • auth_socket plugin fails to build on OpenBSD with

      • Thu 2014-10-02 11:57:40 +0200

        • Test suite test maria-no-logging fails

      • Thu 2014-09-25 19:00:41 +0200

        • update tokudb version in CMakeLists.txt, disable unstable tokudb tests

      • Fri 2014-10-03 15:07:53 +0400

        • Assertion `ltime->day == 0' failed with TIMESTAMP, MAKETIME

      • Thu 2014-09-25 10:43:11 +0400

        • - Deadlock between SELECT, DROP TABLE, SHOW STATUS and SET @@global.log_output

      • Thu 2014-09-18 19:45:06 +0400

        • - Deadlock between GRANT/REVOKE, SELECT FROM I_S.COLUMNS, SET slow_query_log and failed connection attempt

  • in CheckCond change strcat to strncat to avoid the case of non zero terminated string.
    Merge 10.0-mroonga -> 10.0
  • Revision #4426.1.1arrow-up-right Fri 2014-10-03 11:30:53 +0900

    • fix Windows build disabling position

  • Changing Mroonga maturnity from STABLE to BETA - removing libmysql/libmysql.version from .bzrignore, as we don't have this file any more
  • Revision #4410.1.1arrow-up-right Sun 2014-09-21 00:33:45 +0900

    • Update Mroonga to the latest version on 2014-09-21T00:33:44+0900

  • Fix MDEV-6802arrow-up-right in a clean way. Add an union in the PARM structure to contain int values Use a cast to ptrdiff_t in MAPFAM/MXPFAM::InitDelete required by some compilers
  • Revision #3984.2.50arrow-up-right Tue 2014-09-30 01:25:53 +0200

    • Add #include needed by GCC to declare uintptr_t

  • Revision #3984.2.49arrow-up-right Tue 2014-09-30 00:53:00 +0200

    • Fix all compiler issues on FreeBSD clang.

  • Revision #3984.2.48arrow-up-right Mon 2014-09-29 14:42:50 +0200

    • fix MDEV-6802arrow-up-right: MPXFAM::GetNextPos redefined

  • Revision #3984.2.47arrow-up-right Sat 2014-09-27 12:26:36 +0200

    • Add some new tests

  • Revision #3984.2.46arrow-up-right Sat 2014-09-27 12:09:37 +0200

    • Fix: Crash of an XCOL table when the Colname column size is too small. Was because of buffer overrun in XCLCOL::ReadColumn. The Cbuf buffer was unconditionally filled Now it is limited to its size. This happened because this buffer was allocated according to the XCOL column size. It is now allocated according to the source column size.

  • Revision #3984.2.45arrow-up-right Wed 2014-09-17 00:51:40 +0200 *

    • Fix a compile error (MDEV-6723arrow-up-right)

  • MDEV-5120arrow-up-right Test suite test maria-no-logging fails
  • Revision #4419.1.1arrow-up-right Tue 2014-09-30 20:12:59 +0300

    • Fixed warnings

  • Revision #4506arrow-up-right
    Revision #3413.67.51arrow-up-right
    Revision #4505arrow-up-right
    Revision #4500.1.30arrow-up-right
    Revision #4504arrow-up-right
    MDEV-7118arrow-up-right
    Revision #4503arrow-up-right
    MDEV-7074arrow-up-right
    Revision #4502arrow-up-right
    MDEV-6993arrow-up-right
    Revision #4501arrow-up-right
    MDEV-6978arrow-up-right
    Revision #4500arrow-up-right
    MDEV-6991arrow-up-right
    Revision #4499arrow-up-right
    MDEV-6950arrow-up-right
    MDEV-6971arrow-up-right
    Revision #4498arrow-up-right
    MDEV-7086arrow-up-right
    Revision #4497arrow-up-right
    MDEV-7116arrow-up-right
    Revision #4496arrow-up-right
    MDEV-7121arrow-up-right
    Revision #4495arrow-up-right
    MDEV-7079arrow-up-right
    Revision #4494arrow-up-right
    MDEV-7080arrow-up-right
    Revision #4493arrow-up-right
    MDEV-7083arrow-up-right
    Revision #4492arrow-up-right
    MDEV-6917arrow-up-right
    Revision #4491arrow-up-right
    MDEV-7065arrow-up-right
    Revision #4490arrow-up-right
    MDEV-6775arrow-up-right
    Revision #4489arrow-up-right
    MDEV-6680arrow-up-right
    Revision #4488arrow-up-right
    MDEV-6718arrow-up-right
    Revision #4487arrow-up-right
    MDEV-7102arrow-up-right
    Revision #4486arrow-up-right
    Revision #4485arrow-up-right
    MDEV-6775arrow-up-right
    Revision #4484arrow-up-right
    Revision #4483arrow-up-right
    MDEV-7101arrow-up-right
    Revision #4482arrow-up-right
    MDEV-7035arrow-up-right
    Revision #4481arrow-up-right
    MDEV-7100arrow-up-right
    Revision #4480arrow-up-right
    MDEV-7083arrow-up-right
    Revision #4479arrow-up-right
    MDEV-7070arrow-up-right
    Revision #4478arrow-up-right
    MDEV-7073arrow-up-right
    Revision #4477arrow-up-right
    MDEV-7072arrow-up-right
    Revision #4476arrow-up-right
    MDEV-7071arrow-up-right
    Revision #4475arrow-up-right
    MDEV-7075arrow-up-right
    Revision #4474arrow-up-right
    Revision #4473arrow-up-right
    MDEV-6965arrow-up-right
    Revision #4472arrow-up-right
    MDEV-4396arrow-up-right
    Revision #4471arrow-up-right
    MariaDB 5.5
    Revision #4470arrow-up-right
    MDEV-7001arrow-up-right
    MDEV-4912arrow-up-right
    Revision #4469arrow-up-right
    MDEV-6939arrow-up-right
    Revision #4468arrow-up-right
    Revision #4467arrow-up-right
    Revision #3413.65.61arrow-up-right
    Revision #4466arrow-up-right
    MDEV-6843arrow-up-right
    Revision #4465arrow-up-right
    Revision #4446.1.1arrow-up-right
    Revision #4464arrow-up-right
    MDEV-6759arrow-up-right
    Revision #4463arrow-up-right
    Revision #4462arrow-up-right
    MDEV-6925arrow-up-right
    Revision #4461arrow-up-right
    MDEV-6926arrow-up-right
    Revision #4460arrow-up-right
    MDEV-6930arrow-up-right
    Revision #4459arrow-up-right
    MDEV-6927arrow-up-right
    Revision #4458arrow-up-right
    MDEV-6928arrow-up-right
    Revision #4457arrow-up-right
    MDEV-6937arrow-up-right
    Revision #4456arrow-up-right
    MDEV-6931arrow-up-right
    Revision #4455arrow-up-right
    MDEV-6933arrow-up-right
    Revision #4454arrow-up-right
    MDEV-6934arrow-up-right
    Revision #4453arrow-up-right
    Revision #4426.1.6arrow-up-right
    Revision #4452arrow-up-right
    Revision #4451arrow-up-right
    Revision #4426.1.5arrow-up-right
    Revision #4450arrow-up-right
    Revision #4426.1.4arrow-up-right
    Revision #4449arrow-up-right
    Revision #4426.1.3arrow-up-right
    Revision #4448arrow-up-right
    Revision #4445.1.1arrow-up-right
    Revision #4447arrow-up-right
    MDEV-6649arrow-up-right
    Revision #4446arrow-up-right
    MDEV-6879arrow-up-right
    Revision #4445arrow-up-right
    MDEV-6878arrow-up-right
    Revision #4444arrow-up-right
    Revision #4439.1.3arrow-up-right
    Revision #4443arrow-up-right
    Revision #4441.1.2arrow-up-right
    Revision #4442arrow-up-right
    MDEV-6519arrow-up-right
    Revision #4441arrow-up-right
    MDEV-6442arrow-up-right
    Revision #4440arrow-up-right
    MDEV-6738arrow-up-right
    Revision #4439arrow-up-right
    Revision #4424.1.1arrow-up-right
    Revision #4438arrow-up-right
    Revision #4426.2.1arrow-up-right
    Revision #4437arrow-up-right
    Revision #4436arrow-up-right
    MDEV-6442arrow-up-right
    Revision #4435arrow-up-right
    Revision #4434arrow-up-right
    Revision #4433arrow-up-right
    Revision #4432arrow-up-right
    Revision #4431arrow-up-right
    Revision #4430arrow-up-right
    Revision #4429arrow-up-right
    Revision #4428arrow-up-right
    Revision #4427arrow-up-right
    MDEV-6533arrow-up-right
    Revision #4426arrow-up-right
    Revision #4410.1.2arrow-up-right
    Revision #4425arrow-up-right
    MariaDB 10.0
    Revision #4424arrow-up-right
    Revision #3984.2.51arrow-up-right
    Revision #4423arrow-up-right
    MDEV-6661arrow-up-right
    MDEV-6666arrow-up-right
    Revision #4422arrow-up-right
    Revision #4419.1.2arrow-up-right
    Revision #4421arrow-up-right
    MDEV-6808arrow-up-right
    Revision #4420arrow-up-right
    MDEV-6808arrow-up-right
    MariaDB 10.0.13
    Revision #4419arrow-up-right
    MDEV-6799arrow-up-right
    Revision #4418arrow-up-right
    MDEV-6788arrow-up-right
    Revision #4417arrow-up-right
    MDEV-6788arrow-up-right
    subscribingarrow-up-right
    Merge branch 'master' into releases/tokudb-7.5
  • Revision #0.79.33arrow-up-right Fri 2014-11-14 13:10:07 -0500

    • DB-754 build with bundled jemalloc

  • Revision #0.28.1709arrow-up-right [merge] Thu 2014-11-13 10:53:37 -0500

    • Merge branch 'master' into releases/tokudb-7.5

    • Revision #0.79.32arrow-up-right Thu 2014-11-13 10:53:22 -0500

      • DB-759 test and fix alter table bug with cardinality data

    • Wed 2014-11-12 21:06:51 -0500

      • DB-759 fix tokudb::alter_card to copy ALL of the cardinality data not just the low byte

    • Wed 2014-11-12 18:30:16 -0500

      • increase test coverage of the cardinality code

    • Wed 2014-11-12 14:36:08 -0500

      • speed up tokudb handler unit tests

    • Wed 2014-11-12 08:38:04 -0500

      • speed up tokudb handler unit tests

  • Revision #0.28.1708arrow-up-right [merge] Mon 2014-11-10 16:37:45 -0500

    • Merge branch 'master' into releases/tokudb-7.5

    • Revision #0.79.27arrow-up-right Mon 2014-11-10 16:34:55 -0500

      • speed up tokudb handler unit tests

  • Revision #0.28.1707arrow-up-right [merge] Sat 2014-11-08 14:35:15 -0500

    • Merge branch 'master' into releases/tokudb-7.5

    • Revision #0.79.26arrow-up-right Sat 2014-11-08 10:36:33 -0500

      • DB-757 compute cardinality when alter table analyze partition is run

    • Sat 2014-11-08 08:59:55 -0500

      • DB-756 set cardinality data for partitioned tokudb tables

    • Fri 2014-11-07 13:39:32 -0500

      • DB-742 set tokudb version for tokudb builds

  • Revision #0.28.1706arrow-up-right [merge] Thu 2014-11-06 06:12:06 -0500

    • Merge branch 'master' into releases/tokudb-7.5

    • Revision #0.79.23arrow-up-right Wed 2014-11-05 11:24:27 -0500

      • DB-754 include my_config.h first for

  • Revision #0.28.1705arrow-up-right [merge] Wed 2014-11-05 09:28:29 -0500

    • Merge branch 'master' into releases/tokudb-7.5

    • Revision #0.79.22arrow-up-right Wed 2014-11-05 04:15:43 -0500

      • DB-730 build tokudb without XA

    • Mon 2014-11-03 15:03:57 -0500

      • mark 5585.test as a big test

  • MDEV-6883arrow-up-right ST_WITHIN crashes server if (0,0) is matched to POLYGON((0 0)). Fixed the case when a polygon contains a single-point ring.
    MDEV-7068arrow-up-right: MRR accessing uninitialised bytes, test case failure main.innodb_mrr Backport to 5.3: - Don't call index_reader->interrupt_read() if the index reader has returned all rows that matched its keys.
    percona-server-5.5.40-36.1
    percona-server-5.5.39-36.0
    Adding patch for security bug 19471516
  • Revision #3077.204.26arrow-up-right Fri 2014-09-05 08:37:21 +0200

    • Applying the patch to remove WL#7219arrow-up-right which was by mistake included by the dev team.

  • Revision #3077.204.25arrow-up-right Tue 2014-08-26 14:01:38 +0200

    • Renaming the enterprise packages to commercial

  • Revision #3077.204.24arrow-up-right Sat 2014-08-23 08:59:03 +0530

    • Bug#19370676 : YASSL PRE-AUTH BUFFER OVERFLOW WHEN CLIENT LIES ABOUT SUITE_LEN_ and Bug#19355577 : YASSL PRE-AUTH BUFFER OVERFLOW WHEN CLIENT LIES ABOUT COMP_LEN_

  • Revision #3077.204.23arrow-up-right Thu 2014-08-21 16:42:04 +0200

    • Bug#18928848 II. MALLOC OF UNINITIALIZED MEMORY SIZE

  • Revision #3077.204.22arrow-up-right [merge] Wed 2014-08-20 09:46:38 +0200

    • Add my.cnf.d to regular rpm for EL7 build

    • Revision #3077.205.7arrow-up-right Tue 2014-08-12 19:37:49 +0200

      • Corrected typo

    • Tue 2014-08-12 18:55:05 +0200

      • Experimental testing

    • Tue 2014-08-12 18:26:46 +0200

      • Experimental testing for patch

    • Tue 2014-08-12 16:53:31 +0200

      • Added my.cnf.d directory, removed mysql-5.5-libmysqlclient-symbols.patch

    • Tue 2014-08-12 14:32:16 +0200

      • Add patch mysql-5.5-libmysqlclient-symbols.patch for el7

  • Revision #3077.204.21arrow-up-right Tue 2014-08-12 17:16:51 +0530

    • Bug #11755818 : LIKE DOESN'T MATCH WHEN CP932_BIN/SJIS_BIN COLLATIONS ARE USED.

  • Revision #3077.204.20arrow-up-right [merge] Wed 2014-08-06 09:56:37 +0200 *

    • Merge from mysql-5.5.39-ol7-release branch - Reverted version variable

    • Revision #3077.205.2arrow-up-right Mon 2014-08-04 15:56:19 +0200

      • Updated for el7 regular rpms

    • Thu 2014-07-24 11:37:40 +0200

      • Bug#19223915 Provide mysql-compat-server dependencies

  • Revision #3077.204.19arrow-up-right Wed 2014-08-06 09:51:20 +0800

    • Remove unstable test case innodb_bug18942294, approved by Jimmy over IM.

  • Revision #3077.204.18arrow-up-right Fri 2014-08-01 17:09:55 +0530

    • Bug #18415196 MYSQL_UPGRADE DUPLICATE KEY ERROR FOR MYSQL.USER FOR 5.5.35+, 5.6.15+, 5.7.3+

  • Revision #3077.204.17arrow-up-right Fri 2014-08-01 14:18:28 +0530

    • Bug #18415196 MYSQL_UPGRADE DUPLICATE KEY ERROR FOR MYSQL.USER FOR 5.5.35+, 5.6.15+, 5.7.3+

  • Revision #3077.204.16arrow-up-right [merge] Thu 2014-07-31 12:30:05 +0200

    • Merge from mysql-5.5.39-release

  • Revision #3077.204.15arrow-up-right Thu 2014-07-31 12:52:49 +0300

    • Bug #18384260: MULTIPLE SECURITY ISSUES IN CERTIFICATE VALIDATION

  • Revision #3077.204.14arrow-up-right Mon 2014-07-28 11:19:19 +0400

  • Revision #3077.204.13arrow-up-right Mon 2014-07-21 11:26:50 +0530

    • Bug #17297324 GLIBC DOUBLE FREE OR CORRUPTION WHEN KILLING CLIENT; CTRL+C

  • Revision #3077.204.12arrow-up-right Thu 2014-07-17 11:21:18 +0530

    • Bug#14757009: WHEN THE GENERAL_LOG IS A SOCKET AND THE READER GOES AWAY, MYSQL QUITS WORKING.

  • Revision #3077.204.11arrow-up-right [merge] Wed 2014-07-09 12:39:19 +0200

    • Bug#19172145 - Remove perl(GD) and dtrace dependencies and bench fix

  • Revision #3077.204.10arrow-up-right Wed 2014-07-09 10:11:38 +0200

    • Bug #19149091 5.5 BUILD BREAKS ON LINUX IF SUN DTRACE IS INSTALLED

  • Revision #3077.204.9arrow-up-right Wed 2014-07-09 15:41:13 +0800

  • Revision #3077.204.8arrow-up-right Tue 2014-07-08 15:10:15 +0800

    • BUG#18942294 - SEGV IN DICT_FIND_TABLE_BY_SPACE TRYING TO MARK SPACE CORRUPT IN RECOVERY

  • Revision #3077.204.7arrow-up-right Mon 2014-07-07 12:05:30 +0200

    • Bug#18935421 RPAD DIES WITH CERTAIN PADSTR INTPUTS....

  • Revision #3077.204.6arrow-up-right Fri 2014-07-04 03:29:34 +0530

    • WL#7219arrow-up-right: Implement audit filter

  • Revision #3077.204.5arrow-up-right Thu 2014-07-03 14:12:02 +0530

    • Bug#18469276: MOD FOR SMALL DECIMALS FAILS

  • Revision #3077.204.4arrow-up-right Thu 2014-07-03 10:13:29 +0530

    • Bug #19140907 DUPLICATES IN UNIQUE SECONDARY INDEX BECAUSE OF FIX OF BUG#68021

  • Revision #3077.204.3arrow-up-right Wed 2014-07-02 14:52:52 +0530

    • Bug#17873011 NO DEPRECATION WARNING FOR THREAD_CONCURRENCY

  • Revision #3077.204.2arrow-up-right Wed 2014-07-02 10:45:22 +0200

    • BUG#18779944: MYSQLDUMP BUFFER OVERFLOW

  • Revision #3077.204.1arrow-up-right Tue 2014-07-01 08:31:52 +0200

    • Raise version number after cloning 5.5.39

  • Revision #4426.1.8arrow-up-right
    Revision #4426.1.7arrow-up-right
    Revision #4439.1.20arrow-up-right
    Revision #4439.1.19arrow-up-right
    Revision #4439.1.18arrow-up-right
    MDEV-7030arrow-up-right
    Revision #4439.1.17arrow-up-right
    Revision #4439.1.16arrow-up-right
    Revision #4439.1.15arrow-up-right
    Revision #4439.1.14arrow-up-right
    MDEV-6988arrow-up-right
    MDEV-6994arrow-up-right
    Revision #4439.1.13arrow-up-right
    Revision #4439.1.12arrow-up-right
    Revision #4439.1.11arrow-up-right
    Revision #4439.1.10arrow-up-right
    Revision #4439.1.9arrow-up-right
    Revision #4439.1.8arrow-up-right
    Revision #4439.1.7arrow-up-right
    Revision #4439.1.6arrow-up-right
    Revision #4439.1.5arrow-up-right
    Revision #4439.1.4arrow-up-right
    Revision #3413.67.47arrow-up-right
    Revision #3413.67.46arrow-up-right
    MDEV-6975arrow-up-right
    MDEV-7084arrow-up-right
    MDEV-7026arrow-up-right
    Revision #3413.67.42arrow-up-right
    MDEV-6975arrow-up-right
    Revision #3413.67.41arrow-up-right
    Revision #3413.67.40arrow-up-right
    Revision #3413.67.39arrow-up-right
    Revision #0.28.1710arrow-up-right
    Revision #3413.67.38arrow-up-right
    Revision #2502.594.4arrow-up-right
    Revision #3413.67.37arrow-up-right
    MDEV-7028arrow-up-right
    Revision #3413.67.36arrow-up-right
    MDEV-4513arrow-up-right
    Revision #3413.67.35arrow-up-right
    MDEV-7113arrow-up-right
    MDEV-6789arrow-up-right
    Revision #3413.67.34arrow-up-right
    MDEV-3940arrow-up-right
    Revision #3413.67.33arrow-up-right
    MDEV-6854arrow-up-right
    Revision #3413.67.32arrow-up-right
    MDEV-6862arrow-up-right
    Revision #3413.67.31arrow-up-right
    MDEV-6179arrow-up-right
    Revision #3413.67.30arrow-up-right
    MDEV-5266arrow-up-right
    Revision #3413.67.29arrow-up-right
    Revision #3413.67.28arrow-up-right
    MDEV-6865arrow-up-right
    Revision #3413.67.27arrow-up-right
    MDEV-6868arrow-up-right
    Revision #3413.67.26arrow-up-right
    Revision #2502.594.3arrow-up-right
    Revision #3413.67.25arrow-up-right
    MDEV-7068arrow-up-right
    Revision #3413.67.24arrow-up-right
    MDEV-7100arrow-up-right
    Revision #3413.67.23arrow-up-right
    MDEV-7103arrow-up-right
    Revision #3413.67.22arrow-up-right
    MDEV-7089arrow-up-right
    Revision #3413.67.21arrow-up-right
    MDEV-7019arrow-up-right
    Revision #3413.67.20arrow-up-right
    MDEV-7017arrow-up-right
    MDEV-6879arrow-up-right
    Revision #2502.567.240arrow-up-right
    MDEV-6878arrow-up-right
    Revision #2502.567.239arrow-up-right
    MDEV-6888arrow-up-right
    Revision #3413.65.59arrow-up-right
    Revision #3413.65.58arrow-up-right
    Revision #3413.65.57arrow-up-right
    Revision #3413.65.56arrow-up-right
    Revision #3413.65.55arrow-up-right
    Revision #3413.65.54arrow-up-right
    Revision #3413.65.53arrow-up-right
    Revision #3413.65.52arrow-up-right
    Revision #0.48.6arrow-up-right
    Revision #3413.65.51arrow-up-right
    MDEV-6781arrow-up-right
    Revision #3413.65.50arrow-up-right
    Revision #3413.65.49arrow-up-right
    MDEV-5553arrow-up-right
    Revision #3413.65.48arrow-up-right
    MDEV-4813arrow-up-right
    Revision #3413.65.47arrow-up-right
    Revision #3413.65.46arrow-up-right
    Revision #3413.65.45arrow-up-right
    Revision #0.48.5arrow-up-right
    Revision #3413.65.44arrow-up-right
    Revision #3077.204.27arrow-up-right
    Revision #3413.65.43arrow-up-right
    MDEV-6743arrow-up-right
    Revision #3413.65.42arrow-up-right
    MDEV-5749arrow-up-right
    Revision #3413.65.41arrow-up-right
    MDEV-6461arrow-up-right
    Revision #3413.65.40arrow-up-right
    MDEV-6550arrow-up-right
    Revision #3413.65.39arrow-up-right
    MDEV-5707arrow-up-right
    Revision #3413.65.38arrow-up-right
    MDEV-6528arrow-up-right
    Revision #3413.65.37arrow-up-right
    MDEV-6800arrow-up-right
    MariaDB 10.0.14
    Revision #3413.65.36arrow-up-right
    MDEV-5120arrow-up-right
    Revision #3413.65.35arrow-up-right
    Revision #3413.65.34arrow-up-right
    MDEV-6592arrow-up-right
    Revision #3413.65.33arrow-up-right
    MDEV-6774arrow-up-right
    Revision #3413.65.32arrow-up-right
    MDEV-6749arrow-up-right
    Revision #0.79.31arrow-up-right
    Revision #0.79.30arrow-up-right
    Revision #0.79.29arrow-up-right
    Revision #0.79.28arrow-up-right
    Revision #0.79.25arrow-up-right
    Revision #0.79.24arrow-up-right
    mariadb 5.5.40
    Revision #0.79.21arrow-up-right
    Revision #3077.205.6arrow-up-right
    Revision #3077.205.5arrow-up-right
    Revision #3077.205.4arrow-up-right
    Revision #3077.205.3arrow-up-right
    Revision #3077.205.1arrow-up-right
    spinner
    Distributions which Include MariaDB