All pages
Powered 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 Now

DownloadRelease 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.

  • Revision #4506 [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.

    • Fri 2014-11-21 15:23:18 +0400

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

    • Fri 2014-11-21 13:27:36 +0200

      • : innodb index stats inadequate using constant innodb_stats_sample_pages

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

    • Merge

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

      • after merge fixes:

  • 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

      • Merge

  • 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

      • Fixed bug .

  • 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

      • Disable foreign_key_create test.

  • 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

      • Skip Mroonga if platform is big endian. Remove last test disabling.

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

    • Merged mroonga updates.

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

      • Disable tests for Power8.

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

    • Merge mroonga.

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

      • Update Mroonga to the latest version on 2014-10-21T04:51:38+0900

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

    • Merge

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

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

  • 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 *

      • Remove one gcc warning

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

    • merge

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

      • compilation failure: ha_cassandra

  • 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 *

      • in CheckCond change strcat to strncat to avoid the case of non zero terminated string.

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

    • Merge 10.0-mroonga -> 10.0

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

      • Merge 10.0-mroonga -> 10.0

  • 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 *

      • Changing Mroonga maturnity from STABLE to BETA - removing libmysql/libmysql.version from .bzrignore, as we don't have this file any more

  • 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

      • Fix 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

  • 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

      • Test suite test maria-no-logging fails

  • 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

Revision #4500.1.29 [merge] Thu 2014-11-20 17:39:11 +0100

  • 10.0-mroonga

  • Revision #4426.1.9 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.28 [merge] Thu 2014-11-20 17:29:21 +0100

    • 10.0-connect

    • Revision #4439.1.21 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.27 [merge] Thu 2014-11-20 17:09:51 +0100

    • pcre-8.36

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

      • 8.36

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

    • XtraDB 5.6.21-70.0

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

      • 5.6.21-70.0

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

    • InnoDB 5.6.21

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

      • 5.6.21

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

    • sphinx 2.2.6

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

      • 2.2.6

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

    • 5.5 merge

    • Revision #3413.67.48 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.22 [merge] Thu 2014-11-20 16:07:34 +0100

    • 5.5 merge

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

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

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

    • 5.5 merge

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

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

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

    • 5.5 merge

    • Revision #3413.67.43 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 branch 'master' into releases/tokudb-7.5

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

      • 5.3 merge

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

        • ST_WITHIN crashes server if (0,0) is matched to POLYGON((0 0)). Fixed the case when a polygon contains a single-point ring.

    • 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

        • : 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.

    • 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.19 Wed 2014-11-19 00:19:17 +0100

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

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

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

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

    • debian packaging: add mroonga and example engines

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

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

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

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

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

    • mroonga/groonga: CMakeLists.txt

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

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

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

    • two more unused error messages

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

    • MDEV-4399 mysql_secure_installation reports error in find_mysql_client

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

    • MDEV-6779 Help file problems in 10.0.13

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

    • MDEV-6779 Help file problems in 10.0.13

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

    • MDEV-6805 one can set character_set_client to utf32

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    • Merge

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

    • Fixed bug MDEV-6705.

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

    • Merge 5.3->5.5

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

      • MDEV-6879: 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

  • Revision #4426.1.2 [merge] Tue 2014-10-21 01:56:56 +0900

    • Merge from trunk

    Revision #4439.1.2 Sun 2014-10-12 12:05:05 +0200 *

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

  • Revision #4439.1.1 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)

  • Revision #4441.1.1 [merge] Fri 2014-10-10 20:59:06 +0200

    • merge

    • Revision #4435.1.1 [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

          • percona-server-5.5.40-36.1

      • 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

          • percona-server-5.5.39-36.0

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

        • mysql-5.5.40

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

          • Adding patch for security bug 19471516

      • 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

    Revision #4426.1.1 Fri 2014-10-03 11:30:53 +0900

    • fix Windows build disabling position

    Revision #4410.1.1 Sun 2014-09-21 00:33:45 +0900

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

  • Revision #3984.2.50 Tue 2014-09-30 01:25:53 +0200

    • Add #include needed by GCC to declare uintptr_t

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

    • Fix all compiler issues on FreeBSD clang.

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

    • fix MDEV-6802: MPXFAM::GetNextPos redefined

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

    • Add some new tests

  • Revision #3984.2.46 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.45 Wed 2014-09-17 00:51:40 +0200 *

    • Fix a compile error (MDEV-6723)

  • Revision #4419.1.1 Tue 2014-09-30 20:12:59 +0300

    • Fixed warnings

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

    Revision #0.79.33 Fri 2014-11-14 13:10:07 -0500

    • DB-754 build with bundled jemalloc

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

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

    • Revision #0.79.32 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.1708 [merge] Mon 2014-11-10 16:37:45 -0500

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

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

      • speed up tokudb handler unit tests

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

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

    • Revision #0.79.26 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.1706 [merge] Thu 2014-11-06 06:12:06 -0500

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

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

      • DB-754 include my_config.h first for mariadb 5.5.40

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

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

    • Revision #0.79.22 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

  • Revision #3077.204.26 Fri 2014-09-05 08:37:21 +0200

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

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

    • Renaming the enterprise packages to commercial

  • Revision #3077.204.24 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.23 Thu 2014-08-21 16:42:04 +0200

    • Bug#18928848 II. MALLOC OF UNINITIALIZED MEMORY SIZE

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

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

    • Revision #3077.205.7 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.21 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.20 [merge] Wed 2014-08-06 09:56:37 +0200 *

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

    • Revision #3077.205.2 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.19 Wed 2014-08-06 09:51:20 +0800

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

  • Revision #3077.204.18 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.17 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.16 [merge] Thu 2014-07-31 12:30:05 +0200

    • Merge from mysql-5.5.39-release

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

    • Bug #18384260: MULTIPLE SECURITY ISSUES IN CERTIFICATE VALIDATION

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

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

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

  • Revision #3077.204.12 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.11 [merge] Wed 2014-07-09 12:39:19 +0200

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

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

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

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

  • Revision #3077.204.8 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.7 Mon 2014-07-07 12:05:30 +0200

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

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

    • WL#7219: Implement audit filter

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

    • Bug#18469276: MOD FOR SMALL DECIMALS FAILS

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

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

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

    • Bug#17873011 NO DEPRECATION WARNING FOR THREAD_CONCURRENCY

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

    • BUG#18779944: MYSQLDUMP BUFFER OVERFLOW

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

    • Raise version number after cloning 5.5.39

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

    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