All pages
Powered by GitBook
1 of 1

Loading...

MariaDB 10.1.5 Changelog

The most recent release of MariaDB 10.1 is:MariaDB 10.1.48 Stable (GA) Download Now

DownloadRelease NotesChangelogOverview of 10.1

Release date: 4 Jun 2015

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 #cd70bed 2015-06-03 11:12:50 +0200

    • fix for 32-bit tests

  • 2015-05-27 20:53:41 +0200

    • AES-GCM support in file_key_management plugin

  • 2015-05-27 20:53:16 +0200

    • my_aes_encrypt_gcm() and my_aes_decrypt_gcm()

  • 2015-05-27 19:41:29 +0200

    • my_aes_get_size()

  • 2015-05-27 12:18:29 +0200

    • file_key_management plugin: complain if key id 1 is not found

  • 2015-05-27 12:08:13 +0200

    • just like tempfiles: use key id 2 for temp Aria tables

  • 2015-05-27 00:18:20 +0200

    • encryption for temp files

  • 2015-05-26 22:09:40 +0200

    • always use my_b_pread() instead of mysql_file_pread()

  • 2015-05-22 14:07:35 +0200

    • my_b_fill, inline my_b_* functions instead of hairy macros

  • 2015-05-18 11:54:55 +0200

    • misc IO_CACHE cleanups

  • 2015-05-27 21:43:25 +0200

    • myisam/aria: don't mess with IO_CACHE::file

  • 2015-05-16 08:48:52 +0200

    • cleanup: LOAD DATA replication support in IO_CACHE

  • 2015-06-02 18:09:53 +0200

    • fix cmake dependencies

  • 2015-06-02 12:55:00 +0200

    • remove few #ifdefs in innodb/xtradb

  • 2015-06-02 15:39:14 +0400

    • - st_select_lex::master_unit() takes 0.17% in OLTP RO

  • 2015-06-02 15:37:04 +0400

    • - THD::set_command() takes 0.05% in OLTP RO

  • 2015-06-02 15:35:02 +0400

    • - THD::set_query() takes 0.07% in OLTP RO

  • 2015-06-02 15:42:01 +0400

    • "string_field LIKE int_const" returns a wrong result in case of UCS2 Erroneous "Impossible where" when mixing decimal comparison and LIKE

  • 2015-06-02 09:26:16 +0200

    • update for 32-bit, again

  • 2015-06-01 21:35:02 +0200

    • compilation failure on windows

  • 2015-06-01 21:31:31 +0200

    • avoid ulong sysvars, prefer uint or ulonglong

  • 2015-06-01 17:31:39 +0200

    • main.openssl_6975 'tlsv10' fails in buildbot on Wheezy and Precise

  • 2015-06-01 16:33:41 +0200

    • Server crashes if started with --enforce-storage-engine option

  • 2015-06-01 16:01:23 +0200

    • generalize ER_TABLE_NEEDS_UPGRADE to work for views too

  • 2015-05-31 08:10:07 +0300

    • Fix test warnings by adding global supression to InnoDB warnings.

  • 2015-05-31 07:53:20 +0300

    • Fix compiler warning.

  • 2015-05-22 08:24:59 +0300

    • : Log Time not consistent with InnoDB errors nor with MySQL error log time format

  • 2015-05-30 14:06:17 +0200

    • main.openssl_6975 'tlsv10' fails in buildbot on Wheezy and Precise

  • 2015-05-30 12:13:45 +0300

    • : mysqldump incorrect identifier quoting during equality comparison

  • 2015-03-19 15:16:22 +0200

    • mysqldump slow with tables in big databases

  • 2015-05-30 09:13:49 +0200

    • temporarily disable failing test

  • 2015-05-28 07:59:57 +0200

    • : Debug build on Windows is broken: error LNK2019: unresolved external symbol pthread_detach referenced in function ma_checkpoint_init

  • 2015-05-29 21:23:52 +0200

    • update test results

  • 2015-05-29 11:26:46 -0400

    • : Server outputs Galera (WSREP) information, even if Galera is disabled

  • 2015-05-21 16:31:24 +0200

    • : MAX_STATEMENT_TIME has no effect in a procedure after a previous successful statement

  • 2015-05-28 10:03:12 +0200

    • restore innodb_encrypt_tables validation function

  • 2015-05-28 16:00:05 +0400

    • Moving "bool abort_on_null" from Item_bool_func2 to Item_func_eq, as it's not used by the other Item_bool_func2 descendands.

  • 2015-05-28 07:52:27 +0300

    • : encryption.innodb_page_encryption_key_change fails in buildbot

  • 2015-05-27 21:41:02 +0400

    • Fixing typos in DBUG_ENTER() comments.

  • 2015-05-27 21:32:35 +0400

    • Item_func::type() takes 0.26% in OLTP RO Step #8: Adding get_mm_tree() in Item_func, Item_func_between, Item_func_in, Item_equal. This removes one virtual call item->type() in queries like: SELECT * FROM t1 WHERE c BETWEEN const1 AND const2; SELECT * FROM t1 WHERE c>const; SELECT * FROM t1 WHERE c IN (const_list);

  • 2015-05-27 15:37:13 +0300

    • : Tables with encryption=yes using file_key_management plugin are not encrypted

  • 2015-05-26 14:59:39 +0300

    • : InnoDB: Assertion failure in fil_page_decompress with encrypted tables

  • 2015-05-27 12:03:20 +0400

    • Item_func::type() takes 0.26% in OLTP RO Step #7 (mostly preparatory for the next step #8): Splitting the function get_mm_parts() into a virtual method in Item. This changes a virtual call for item->type() into a virtual call for item->get_mm_tree(), but also removes one virtual call Item_cond::functype(), which used to distinguish between COND_AND_FUNC vs COND_OR_FUNC.

  • 2015-05-27 11:00:46 +0300

    • Fixed innodb_scrub_background test.

  • 2015-05-26 16:09:36 +0300

    • : encryption.encryption_force, encryption.encrypt_and_grep fail with valgrind warnings (Invalid read)

  • 2015-05-26 12:47:35 +0200

    • : Assertion `m_lock_type == 2' failed in handler::ha_close() during parallel replication

  • 2015-05-26 11:59:17 +0400

    • A helper patch for " Move Item_func_like out of Item_bool_func2"

  • 2015-05-25 09:38:47 +0300

    • : encryption.encrypt_and_grep fails in buildbot and outside

  • 2015-05-21 15:07:19 +0300

    • : InnoDB: Error: trying to access tablespace 11262 page no. 7, InnoDB: but the tablespace does not exist or is just being dropped.

  • 2015-05-21 11:02:03 +0300

    • Fix test failure.

  • 2015-05-21 08:14:35 +0300

    • Fix compiler error.

  • 2015-05-20 20:32:10 +0300

    • : Failing assertion: 1 == UT_LIST_GET_LEN(space->chain)

  • 2015-05-20 13:35:51 +0300

    • : InnoDB; Failing assertion: crypt_data->type == 1

  • 2015-05-20 11:36:26 +0200

    • : main.sp_sync fails in buildbot with valgrind

  • 2015-05-18 17:34:50 +0200

    • : main.sp_sync fails in buildbot with valgrind

  • 2015-05-20 07:57:55 +0300

    • Add missing requirement to test case and remove unnecessary output.

  • 2015-05-19 17:03:18 +0400

    • Item_func::type() takes 0.26% in OLTP RO

  • 2015-05-19 12:04:09 +0000

    • []: Fix incorrect commit.

  • 2015-05-18 01:35:47 +0000

    • : Unconditional ANALYZE DELETE does not delete rows

  • 2015-05-17 14:14:16 +0300

    • : Server crashes in pfs_mutex_enter_func after fil_crypt_is_closing or alike

  • 2015-05-16 08:55:21 +0200

    • update big tokudb test results after dd8f93195

  • 2015-05-16 16:27:36 +0200

    • upate test results after 2300fe2e

  • 2015-05-15 09:54:41 +0200

    • innodb tablespace encryption

  • 2015-05-14 12:27:49 +0200

    • InnoDB: simplify innobase_compression_algorithm_validate()

  • 2015-05-14 12:25:47 +0200

    • InnoDB: Failing assertion: new_state->key_version != ENCRYPTION_KEY_VERSION_INVALID on dynamic change of encryption variables

  • 2015-05-14 10:35:30 +0200

    • func_str crashes on SELECT AES_DECRYPT(AES_ENCRYPT(...)) on line 107

  • 2015-05-14 10:13:03 +0200

    • InnoDB: check if scrubbing is enabled before scanning the tablespace

  • 2015-05-14 08:37:34 +0200

    • InnoDB: Failing assertion: key_state->key_id

  • 2015-05-13 21:57:24 +0200

    • Identical key derivation code in XtraDB/InnoDB/Aria

  • 2015-05-14 17:42:40 +0400

    • Item_func::type() takes 0.26% in OLTP RO Step#5: changing the function remove_eq_conds() into a virtual method in Item. It removes 6 virtual calls for Item_func::type(), and adds only 2 virtual calls for Item*::remove_eq_conds().

  • 2015-05-14 12:44:07 +0400

    • - PROFILING routines take 0.2% when profiling disabled

  • 2015-04-22 14:18:51 +0400

    • - pthread_getspecific() takes 0.76% in OLTP RO

  • 2015-05-13 11:41:22 +0300

    • : InnoDB: Database page corruption on disk or a failed file read

  • 2015-05-13 17:08:24 +0400

    • Item_func::type() takes 0.26% in OLTP RO Step 4 (there will be more)

  • 2015-05-12 09:43:26 +0200

    • Wrong error code/message while encrypting a partitioned InnoDB table

  • 2015-05-11 21:05:02 +0200

    • InnoDB: background encryption thread uses FIL_DEFAULT_ENCRYPTION_KEY

  • 2015-05-11 14:21:44 +0200

    • example encryption plugin supports key ids

  • 2015-05-10 20:57:16 +0200

    • Assertion `rc == 0' failed in ma_encrypt on dropping an encrypted Aria table

  • 2015-05-10 19:57:43 +0200

    • move AES_CTR to its own greatly simplified function

  • 2015-05-10 11:44:08 +0200

    • InnoDB: Failing assertion: new_state->key_version != ENCRYPTION_KEY_VERSION_INVALID

  • 2015-05-11 19:03:19 +0200

    • cleanup, use encryption_key_id_exists() where appropriate

  • 2015-05-10 11:03:33 +0200

    • file_key_management_filekey doesn't work as expected with FILE:

  • 2015-05-09 19:13:18 +0200

    • make aria encryption use real keys

  • 2015-05-09 12:31:53 +0200

    • move encryption tests to a dedicate suite

  • 2015-04-22 13:29:56 +0400

    • - pthread_getspecific() takes 0.76% in OLTP RO

  • 2015-05-13 15:34:20 +0400

    • is_columns_is_embedded test fails Recording --ps and --embedded tests (a postfix for )

  • 2015-05-13 15:28:34 +0400

    • - mysql_reset_thd_for_next_command() takes 0.04% in OLTP RO

  • 2015-04-17 14:30:15 +0400

    • - sql_alloc() takes 0.25% in OLTP RO

  • 2015-04-16 18:38:26 +0400

    • - delete_dynamic() takes 0.12% in OLTP RO

  • 2015-04-15 18:32:34 +0400

    • - mysql_reset_thd_for_next_command() takes 0.04% in OLTP RO

  • 2015-04-15 18:12:23 +0400

    • - PROFILING routines take 0.2% when profiling disabled

  • 2015-04-15 11:29:01 +0400

    • - THD::enter_stage() takes 0.48% in OLTP RO

  • 2015-05-12 17:15:16 -0400

    • : wsrep.foreign_key, wsrep.pool_of_threads,

  • 2015-05-12 15:09:28 +0500

    • Server crashes in get_geometry_column_record on concurrent SELECT FROM I_S.GEOMETRY_COLUMNS with join and DDL. The bug was that open_tables() returned error in case of thd->killed() without properly calling thd->send_kill_message() to set the correct error. This was fixed already in get_schema_column_record, so the code was just copied to get_geometry_column_record.

  • 2015-05-11 14:29:14 +0300

    • : InnoDB: abuse of UNIV_LIKELY()/UNIV_UNLIKELY()

  • 2015-05-11 12:47:43 +0200

    • Fix compilation warnings in -DWITH_WSREP=OFF build.

  • 2015-05-11 11:55:58 +0200

    • : Parallel slave: slave hangs on ALTER TABLE (or other DDL) as the first event after slave start

  • 2015-05-11 09:21:04 +0300

    • : Compilation warnings in log0crypt.cc

  • 2015-05-09 11:19:36 +0200

    • "InnoDB: Tablespace id 4 encrypted but encryption service not available. Can't continue opening tablespace" on server restart when there are encrypted tables

  • 2015-05-07 19:13:22 +0300

    • : InnoDB redo log encryption

  • 2015-05-08 17:31:54 +0300

    • Fix win/ files to be stored with LF in repository

  • 2015-05-08 17:27:41 +0300

    • Update .gitattributes

  • 2015-05-08 17:06:35 +0300

    • Fix win/ files to be stored with LF in repository

  • 2015-05-08 11:56:48 +0200

    • update .gitattributes

  • 2015-05-08 11:48:16 +0200

    • convert files from CRLF to LF line endings

  • 2015-05-08 11:48:02 +0200

    • bump the VERSION

  • 2015-05-08 00:34:06 +0400

    • information_schema.processlist truncates queries with binary strings

  • 2015-05-07 22:18:34 +0200

    • mysql_upgrade crashes the server with REPAIR VIEW

  • 2015-04-08 10:55:51 +0400

    • - ERROR 1939 (HY000): Engine PERFORMANCE_SCHEMA failed to discover table

  • 2015-05-07 14:00:14 +0300

    • Fix compiler error if compiler does not support c99 style initializers.

  • 2015-03-17 19:49:04 +0400

    • - Race condition between XA COMMIT/ROLLBACK and disconnect

  • 2015-05-07 13:04:03 +0300

    • Fix compiler error if compiler does not support c99 style initializers.

  • 2015-05-07 07:39:45 +0400

    • Fixing connect.dbf test failures on big endian machines.

  • 2015-05-06 15:16:28 +0300

    • : Server crashes in pfs_mutex_enter_func on select from I_S.INNODB_TABLESPACES_ENCRYPTION if InnoDB is disabled

  • 2015-05-06 14:09:10 +0300

    • : Failing assertion: mutex->magic_n == MUTEX_MAGIC_N in file sync0sync.cc line 508

  • 2015-05-06 12:24:15 +0200

    • : Missing DBUG_RETURN in open_table_uncached()

  • 2015-05-05 11:37:21 +0200 *

    • Fix a regression bug on (XML) HTML tables. modified: tabxml.cpp added: xml_html.test xml_html.result beers.xml coffee.htm

  • 2015-05-05 22:05:05 +0200

    • Fix in tabmysql.cpp

  • 2015-05-05 20:23:22 +0200

    • vio timeouts are multiplied by 1000 for ssl

  • 2015-05-05 21:19:53 +0300

    • : MySQL Users Break when Migrating to MariaDB, part 2

  • 2015-05-05 16:28:23 +0200

    • mroonga doesn't work in embedded anymore

  • 2015-05-05 15:39:32 +0400

    • Temporarily disabling Mroonga on Solaris (See Build fails in libgroonga on Solaris)

  • 2015-05-05 13:22:09 +0400

    • impossible create copy of table, if table contain default value for timestamp field ON UPDATE is not preserved by CREATE TABLE .. SELECT

  • 2015-05-05 08:53:52 +0200

    • .gitignore: add generated mroonga *.result files

  • 2015-05-05 09:30:17 +0400 *

    • Moving Item_func_spatial_mbr_rel from Item_bool_func2 to Item_bool_func, as Item_func_spatial_mbr_rel needs nothing from Item_bool_func2. - Renaming Item_func_spacial_rel (the class that implements precise spacial relations) to Item_func_spatial_precise_rel - Adding a new abstract class Item_func_spatial_rel as a common parent for Item_func_spatial_precise_rel and Item_func_spatial_mbr_rel.

  • 2015-05-05 13:48:54 +0900

    • revert CMakeList.txt at groonga-normalizer-mysql/normalizers

  • 2015-05-05 01:09:47 +0400

    • Item_func::type() takes 0.26% in OLTP RO Step #3: Splitting the function check_equality() into a method in Item. Implementing Item::check_equality() and Item_func_eq::check_equality(). Implement Item_func_eq::build_equal_items() in addition to Item_func::build_equal_items() and moving the call for check_equality() from Item_func::build_equal_items() to Item_func_eq::build_equal_items().

  • 2015-05-05 05:26:06 +0900

    • add -fPIC for groonga-normalizer-mysql

  • 2015-05-04 22:19:22 +0200

    • 8.37

  • 2015-05-04 22:17:04 +0200

    • 5.6.23-72.1

  • 2015-05-04 22:16:00 +0200

    • 5.6.24

  • 2015-05-04 22:13:46 +0200

    • 5.6.24

  • 2015-05-05 03:09:34 +0900

    • update Spider to 3.2.21

  • 2015-05-05 02:43:19 +0900

    • add -fPIC for groonga-normalizer-mysql

  • 2015-05-04 19:20:59 +0200

    • move to storage/sphinx

  • 2015-05-04 19:17:21 +0200

    • move to storage/innobase

  • 2015-05-04 19:15:28 +0200

    • move to storage/xtradb

  • 2015-05-04 18:31:24 +0400

    • Adding a test for Item_default_value in WHERE condition: WHERE DEFAULT(col) It seems this was not covered yet.

  • 2015-05-04 18:12:31 +0400

    • Item_func::type() takes 0.26% in OLTP RO Step 2c:

  • 2015-05-04 08:32:05 +0200

    • bigint fail with gcc 5.0

  • 2015-05-03 18:26:02 +0200

    • Assertion `0' fails in Protocol::end_statement on CREATE VIEW after another connection aborted

  • 2015-05-03 14:43:34 +0200

    • MariaDB client can hang in an infinite loop

  • 2015-05-03 11:51:22 +0200

    • clarify the test case

  • 2015-05-03 11:31:04 +0200

    • more tests, moving code around

  • 2015-05-02 12:32:10 +0200

    • SSL: Verbosely report SSL initialization errors

  • 2015-05-02 08:46:04 +0200

    • MariaDB - mysql-test - fips: some ssl tests with cipher are failing

  • 2015-05-02 08:45:10 +0200

    • MariaDB - ssl - fips: can not connect with --ssl-cipher=DHE-RSA-AES256-SHA - handshake failure

  • 2015-05-01 18:53:18 +0200

    • remove unused file and unnecessary #include

  • 2015-05-01 18:52:29 +0200

    • my_md5 crashes with openssl in fips mode

  • 2015-05-01 17:56:47 +0200

    • Client reports ERROR 2006 (MySQL server has gone away) or ERROR 2013 (Lost connection to MySQL server during query) while executing AES* functions under SSL

  • 2015-04-30 19:48:11 +0200

    • seconds_behind_master flips to 0 & spikes back, when running show slaves status

  • 2015-05-03 06:44:08 +0200

    • init_status_vars() was not invoked for embedded

  • 2015-05-03 06:51:33 +0200

    • reformat long strings

  • 2015-03-13 20:12:22 +0200

    • : Crash when dropping user within rebuild_role_grants

  • 2015-05-02 21:46:32 +0300

    • Assertion `status_var.memory_used == 0' failed in THD::THD() on disconnect after executing EXPLAIN for multi-table UPDATE

  • 2015-05-01 15:59:12 +0200 *

    • Fix bug on updating JSON expanded values modified: json.result tabjson.cpp tabjson.h

  • 2015-05-01 14:51:50 +0300

    • : Crash when running MariaDB Debug with InnoDB on Windows

  • 2015-05-01 14:23:08 +0300

    • : Crash when running MariaDB Debug with InnoDB on Windows

  • 2015-03-12 07:08:31 +1100

    • Alter online table x (no options) possible

  • 2015-04-30 10:23:36 -0400

    • Merge test for bug#72594 from upstream

  • 2015-04-30 12:36:39 +0400

    • - Build error in sql/mdl.cc on OS X 10.10

  • 2015-04-30 04:44:30 +0900

    • Update Mroonga to the latest version on 2015-04-30T04:44:30+0900

  • 2015-04-29 17:53:27 +0400

    • A clean-up for c8141f53140054282306d17459310fbca94cbf0e Item_func::type() takes 0.26% in OLTP RO (Step#2)

  • 2015-04-29 14:14:45 +0300

    • Fix failing test cases for patch

  • 2015-04-28 21:27:43 +0200

    • Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root!

  • 2015-04-28 21:24:32 +0200

    • post-merge fixes

  • 2015-04-29 11:29:25 +0200

    • : group commit status variable addition

  • 2015-04-28 13:57:21 +0200

    • post-merge changes, fixes, and tests

  • 2015-04-28 13:42:58 +0200

    • percona-server-5.5.42-37.1.tar.gz

  • 2015-04-28 15:31:49 +0500

    • View definition changes upon creation. Fixed by using POINT instead of ST_POINT in the item. Later need to fix that with proper ST_POINT implementation

  • 2015-04-28 15:28:29 +0300

    • : innodb.innodb- produces valgrind warnings in buildbot

  • 2015-04-28 15:09:04 +0300

    • multitable delete with wrongly set sort_buffer_size crashes in merge_buffers

  • 2015-04-28 14:06:07 +0400

    • Item_func::type() takes 0.26% in OLTP RO

  • 2015-04-28 11:56:54 +0200

    • : Slave SQL: stopping on non-last RBR event with annotations results in SEGV (signal 11)

  • 2015-04-27 23:37:51 +0200

    • move to storage/xtradb/

  • 2015-04-27 12:47:39 +0200

    • XtraDB does not build on Solaris

  • 2015-04-26 16:27:41 +0200

    • MariaDB Crashes Suddenly while writing binlogs

  • 2015-04-25 21:56:46 +0200

    • Segmentation failure when running mysqladmin -u root -p

  • 2015-04-25 17:22:46 +0200

    • SSL hostname verification fails for long subject names

  • 2015-04-25 00:19:20 +0200

    • Assertion `thd->is_error() || kill_errno || thd->killed == ABORT_QUERY' failed in ha_rows filesort

  • 2015-04-24 21:41:00 +0200

    • Not possible to use FIFO file as a general_log file

  • 2015-04-24 21:03:43 +0200

    • bug: crash when sync() or close() of a log file fails on shutdown

  • 2015-04-24 21:02:37 +0200

    • bug: debug assert crash when seek on log file fails

  • 2015-04-27 15:31:12 +0200

    • : funcs_1.innodb_views and funcs_1.memory_views fail

  • 2015-04-27 21:15:23 +1000

    • /run/shm is the general replacement for /dev/shm in newer distros

  • 2015-04-27 21:08:52 +1000

    • c99 style for assigning structure members

  • 2015-04-23 08:26:57 +0200

    • replication slave - deadlock in terminate_slave_thread with stop slave and show variables of replication filters and show global status

  • 2015-04-26 01:46:55 +0400

    • Moving members' initialization from LEX::init_last_field to constructor Create_field::Create_field().

  • 2015-04-24 23:17:16 +1000

    • c99 style for assigning structure members

  • 2015-04-25 00:54:00 +0400

    • Adding Type_std_attributes to reduce some duplicate code. TODO: move some methods from Item to Type_std_attributes.

  • 2015-04-24 12:38:59 +0200

    • : MASTER_POS_WAIT(log_name,log_pos,timeout,"connection_name") hangs, does not respect the timeout

  • 2015-04-24 12:59:21 +0400

    • Deriving Item_row from Item_args and sharing more code between Item_func, Item_sum, Item_row.

  • 2015-04-24 11:00:34 +0400

    • wrong result when comparing utf8 column with an invalid literal

  • 2015-04-23 23:06:14 +0300

    • Testcase for: table_elimination works wrong ...

  • 2015-04-14 23:18:54 +0200

    • : WHERE does not apply

  • 2015-04-23 14:09:15 +0200

    • : Parallel replication stops on "connection killed" error (probably incorrectly handled deadlock kill)

  • 2015-04-22 10:14:11 +0200

    • : main.multi_update fails with --ps-protocol

  • 2015-04-22 12:40:23 +0400

    • Remove excessive update_used_tables() calls

  • 2015-04-21 15:41:01 +0300

    • : crash in Item_cond::eval_not_null_tables

  • 2015-04-21 10:16:14 +0200

    • : test failure in rpl.rpl_parallel_temptable

  • 2015-04-20 15:37:45 +0200

    • Bump VERSION following 10.1.4 release

  • 2015-04-20 14:23:55 +0200

    • After-merge fixes: .result file update

  • 2015-04-20 12:59:46 +0200

    • : Replication aborts on DROP /*!40005 TEMPORARY */ TABLE IF EXISTS

  • 2015-04-20 18:36:19 +1000

    • test case for install plugin on boostrap

  • 2015-04-20 05:02:10 +0200

    • tokuftdump: Install to ${INSTALL_BINDIR} instead of bin

  • 2015-04-20 02:43:26 +0300

    • Increase the version number

  • 2015-04-19 15:49:35 +0300

    • Increase the version number

  • 2015-04-17 20:05:41 +0200 *

    • Fix Catalog JSON table crash when no Jpath - Added JSON OBJECT specification for pretty != 2. - Fix NULL values not recognized for nullable JSON columns - Issue an error message when a JSON table is created without specifying LRECL if PRETTY != 2. - Make JSONColumns use a TDBJSON class. - Make JSON table using MAPFAM modified: filamap.h filamtxt.h ha_connect.cc json.result tabjson.cpp tabjson.h table.cpp

  • 2015-04-17 19:48:55 +0200

    • Post-merge fix: build error in innodb-enabled build.

  • 2015-04-17 16:26:08 +0400

    • Removing duplicate code/declarations:

  • 2015-04-17 12:45:55 +0200

    • : Omit one test which could fail on very loaded host.

  • 2015-04-17 12:36:31 +0400

    • Moving fix_length_and_dec() from Item_result_field to Item_func_or_sum, as the other decendants of Item_result_field (Item_avg_field, Item_variance_field, Item_cache_wrapper) don't need fix_length_and_dec().

  • 2015-04-17 09:52:44 +0400

    • Minor reorganization in Item hierarchy, to remove duplicate code.

  • 2015-04-15 23:06:03 -0400

    • wsrep_sst_mysqldump : Fix server version and a syntax error

  • 2015-04-15 11:12:12 -0400

    • : Use separate domain_id for Galera transactions

  • 2015-04-15 10:21:46 -0400

    • Update galera package name/version for debian

  • 2015-04-15 16:23:43 +0300

    • Server crashes in my_strcasecmp_utf8 on subquery in ORDER BY clause of GROUP_CONCAT

  • 2015-04-15 12:08:37 +0400

    • Assertion `args[0]->fixed' fails in Item_func_conv_charset::Item_func_conv_charset Removing a wrong assertion.

  • 2015-03-05 16:34:13 +0100

    • : server crash on update table left join with a view

  • 2015-04-14 13:03:11 +0200

    • : sporadic failure in test case rpl.rpl_gtid_startpos

  • 2015-04-14 04:02:45 -0700

    • Fix a typo, s/false/NULL/.

  • 2015-04-14 13:26:55 +1000

    • quote table name in mysql_check:is_view. increment version too

  • 2015-04-14 13:26:22 +1000

    • Don't run upgrade-views if not mysql or --upgrade-system-tables

  • 2015-04-14 12:43:50 +1000

    • mysqlcheck fix-view-algorithm -> upgrade-views

  • 2015-04-14 11:26:13 +1000

    • corrected mysql_upgrade to always list output for every phase

  • 2015-04-14 11:01:31 +1000

    • Update tests for mysql_upgrade_view

  • 2015-04-13 22:36:49 +0400

    • CREATE VIEW IF NOT EXISTS produces a wrong warning

  • 2015-04-13 23:25:23 +1000

    • sql_print_information corrected

  • 2015-04-13 22:58:45 +1000

    • mariadb_fix_view to allow fixing of view->mariadb_version

  • 2015-04-13 22:39:37 +1000

    • avoid calling runctiosn in DBUG_RETURN

  • 2015-04-13 14:38:25 +0200

    • : Assertion `!table || table->in_use == _current_thd()' failed on parallel replication in optimistic mode

  • 2015-04-13 22:31:44 +1000

    • mariadb_fix_view need only check view->mariadb_version

  • 2015-04-13 22:28:12 +1000

    • remove include sql_view.h from sql_table.cc - unneeded

  • 2015-04-13 09:52:56 +0200

    • : Assertion `!table || table->in_use == _current_thd()' failed on parallel replication in optimistic mode

  • 2015-04-13 22:17:57 +1000

    • Add --fix-tables option to mysql-check

  • 2015-03-09 13:06:32 +0100

    • : Intermediate master groups CREATE TEMPORARY with INSERT, causing parallel replication failure

  • 2015-04-13 21:12:23 +1000

    • Allow REPAIR NO_WRITE_TO_BINLOG as per serg's review

  • 2015-04-13 20:52:19 +1000

    • correct phase numbering in test results

  • 2015-04-13 20:41:49 +1000

    • Add mysql-test/std_data/mysql_upgrade/* for

  • 2015-04-13 11:26:49 +0400

    • main.group_min_max fails in buildbot with valgrind

  • 2015-04-12 21:40:07 +1000

    • correct server side error messages

  • 2015-04-12 21:05:01 +1000

    • Corrections to mysqlcheck

  • 2015-04-12 20:42:13 +1000

    • mysql_upgrade to pass binlog option to mysqlcheck

  • 2015-04-12 20:41:28 +1000

    • REPAIR VIEW / mysql migration

  • 2015-04-12 17:26:50 +1000

    • mysql-upgrade -> fix-view-algorithm as mysqlcheck option

  • 2015-04-12 17:21:02 +1000

    • Correct phase count on mysql_upgrade

  • 2015-04-12 17:05:02 +1000

    • Remove mysql-upgrade / skip-mysql-upgrade options from mysql-upgrade.c

  • 2015-04-12 16:50:16 +1000

    • Get my_getop to parse opt_mysql_upgrade in mysqlcheck

  • 2015-04-12 15:56:21 +1000

    • : Upgrade from MySQL to MariaDB breaks already created views

  • 2015-04-11 18:13:08 +1000

    • MYSQL_BIN_LOG::write_incident failing to release LOCK_log

  • 2015-04-06 17:38:51 +0300

    • : assertion in innobase_release_savepoint

  • 2015-04-04 19:29:34 +0200

    • Fix

  • 2015-04-03 01:34:30 +1100

    • -binlog_groupcommit_stats

  • 2015-04-02 11:36:53 +0200

    • Correct a typo that made multiple 1 tables to return 0 lines on Linux

  • 2015-04-01 22:47:36 +1100

    • binlog_group_commit_* status variables update

  • 2015-04-01 21:51:55 +1100

    • All updates to binlog_status_group_commit_reason* are under LOCK_prepare_ordered

  • 2015-03-31 13:10:43 +0500

    • audit plugin - record full query / document line length / make buffer configurable. The serve_audit_query_log_limit variable implemented. Also QUERY_DCL filter added.

  • 2015-03-30 18:53:10 +0300

    • : Updating a virtual column corrupts table which crashes server

  • 2015-03-17 16:03:05 +0200

    • : innodb assert "array->n_elems < array->max_elems" on a huge blob update

  • 2015-03-30 19:03:57 +0200 *

    • Fix by adding a test in all SetValue_pval function to return when valp == this.

  • 2015-03-30 00:49:16 +0300

    • : main.subselect_sj2_jcl6 fails in buildbot

  • 2015-03-28 20:18:46 +0100

    • D:\Ber\Develop\git3.msg

  • 2015-03-25 19:44:31 +0300

    • Backport from 10.1 to 10.0: Merge pull request #33 from k0da/

  • 2015-03-23 09:49:32 +0200

    • : Unknown column quoted with backticks in HAVING clause when using function.

  • 2015-03-22 11:34:29 +0100 *

    • Fix a bug that caused a crash when doing delete on a json table with wrong syntax file

  • 2015-03-10 12:34:17 +0200

    • Incorrect use of SPATIAL KEY for query plan

  • 2015-03-19 19:46:08 +0400

    • Server crash on set global server_audit_incl_users=null.

  • 2015-03-19 21:47:51 +1100

    • add group_commit_reason_immediate to binlog_commit_wait test

  • 2015-03-19 19:21:22 +1100

    • rpl_parallel_multilevel2 can be 1 or 3 binlog groups

  • 2015-03-19 15:26:58 +1100

    • Add status binlog_group_commit_reason_*

  • 2015-03-18 15:17:17 +0200

    • Better and more correct comment.

  • 2015-03-18 13:30:14 +0100

    • This commit includes changes done in a previous (deleted) branch plus new ones.

  • 2015-03-18 12:18:39 +0200

    • Fix assertion failure seen on Buildbot win32-debug

  • 2015-03-18 06:25:10 +0200

    • Make sure that sync level vector is emptied.

  • 2015-03-17 20:35:05 +0200

    • : innodb assert "array->n_elems < array->max_elems" on a huge blob update

  • 2015-03-17 13:26:33 +0300

    • : Semi-Join's DuplicateWeedout strategy skipped ...

  • 2015-03-17 10:36:38 +0100

    • Fix embarrassing bug in test case that caused sporadic test failures.

  • 2015-03-16 17:37:00 +0100 *

    • Adding files to ignore from C C++ and Visual Studio - Making result files to be ended by LF to avoid test failures

  • 2015-03-16 10:54:47 +0100

    • : errorneous -> erroneous spelling mistake

  • 2015-03-15 14:50:22 +1100

    • Allow {un,}install plugins during bootstrap/skip-grant-tables

  • 2015-03-13 10:46:00 +0100

    • : Performance problem in parallel replication with multi-level slaves

  • 2015-03-13 16:12:54 +0400

    • [PATCH] Alter table xxx CHARACTER SET utf8, CONVERT TO CHARACTER SET latin1 should fail A contribution from Daniel Black, with minor additional enhancements.

  • 2015-03-12 18:53:31 +0200

    • MariaDB - mysql-test - SUITE:percona - percona.innodb_sys_index 'xtradb' fails - @@version_comment

  • 2015-03-12 18:37:32 +0200

    • : Make possible to get innodb internal primary key for wrapper type storage engine.

  • 2015-03-11 09:18:16 +0100

    • : master server starts slave parallel threads

  • 2015-03-09 18:21:48 +0200

    • : MariaDB - server crashes when inserting more rows than available space on disk

  • 2015-03-09 02:07:47 +0200

    • Sporadic test failure in multi_source.multisource

  • 2015-03-02 19:18:10 +0200

    • MTR creates nested links when tests are run with --mem

  • 2015-03-09 13:06:32 +0100

    • : Intermediate master groups CREATE TEMPORARY with INSERT, causing parallel replication failure

  • 2015-03-09 09:47:25 +0200

    • :Some symbols in table name can cause to Error Code: 1050 when created FK

  • 2015-03-08 23:12:19 +0200

    • perfschema.aggregate fails sporadically in buildbot

  • 2015-03-03 12:39:42 +0100

    • Add #include in dict0mem.h and change iterator to const_iterator in dic0mem.cc

  • 2015-02-28 22:43:18 +1030

    • Ensure VERBOSE_DEBUG is off by default

  • 2015-02-28 22:43:04 +1030

    • Updated © message to 2015, and changelog

  • 2014-11-05 20:11:32 +1030

    • Fixed more cases for

  • 2014-10-30 22:47:48 +1030

    • Hopefully finally fixes , and

  • 2014-10-28 21:50:34 +1030

    • Minor code cleanup: validation of options to member function.

  • 2014-10-28 21:45:47 +1030

    • Fixed minor spelling mistake.

  • 2014-10-25 21:36:55 +1030

    • Added regression test for

  • 2014-10-25 21:36:29 +1030

    • Added extra debug to support

  • 2014-10-25 21:23:34 +1030

    • Minor fix: make sure alter table wont try to change our storage engine to something else.

  • 2014-10-30 23:00:07 +1030

    • Partial code tidy: move plugin description to end with other items, and added status variable for debug.

  • 2014-10-25 21:17:13 +1030

    • Removed dead code and support for dead (<10.0.5) versions of mariadb

  • 2014-10-25 20:00:41 +1030

    • Partial whitespace cleanup.

  • 2014-06-15 21:39:23 +0930

    • Added regression test for

  • 2014-06-22 19:59:42 +0930

    • Update 2014 © message

Revision #51d6763
Revision #0f00927
Revision #ebc5e00
Revision #487e5f4
Revision #432b78c
Revision #d9340d6
MDEV-8126
Revision #318c826
Revision #6309a30
Revision #196e852
Revision #1841557
Revision #80e61ae
Revision #91dab5d
Revision #72d01f2
Revision #5fc53b7
MDEV-8202
Revision #adb952f
MDEV-8192
Revision #d298b02
MDEV-8191
Revision #3709c7f
MDEV-8222
MDEV-8257
Revision #8f92a70
Revision #0d54cb1
Revision #2133230
Revision #78c10cc
MDEV-7913
Revision #9c41b35
MDEV-8220
Revision #fce4ab0
Revision #5283789
Revision #13235a5
Revision #59815a2
MDEV-7484
Revision #84eaf09
MDEV-7913
Revision #3839e91
MDEV-8248
Revision #ae4b243
MDEV-6714
Revision #c6b4212
Revision #0f01bf2
MDEV-8241
Revision #c1c22c0
Revision #903cfde
MDEV-7067
Revision #1b00edc
MDEV-7011
Revision #34e01f8
Revision #5443b9d
Revision #979c504
MDEV-8242
Revision #ab5094b
Revision #5991efc
MDEV-7950
Revision #a25ccd4
MDEV-8238
Revision #2bea4bd
MDEV-8233
Revision #0dc1425
MDEV-7950
Revision #58d7e35
Revision #8c0ea28
MDEV-8213
Revision #e5f1e84
MDEV-8147
Revision #5bd25a9
MDEV-8228
Revision #b3aece9
MDEV-8209
Revision #536112d
MDEV-8195
Revision #8635c4b
Revision #137ba7d
Revision #925b641
MDEV-8182
Revision #3e55ef2
MDEV-8173
Revision #44cd6f2
MDEV-7921
Revision #c1fb91e
MDEV-7921
Revision #80333ad
Revision #bb15b9e
MDEV-7950
Revision #bac6bba
MDEV-8063
Revision #29c7aff
MDEV-8063
Revision #20c2304
MDEV-8164
Revision #476dfb1
Revision #9cc7eb3
Revision #54672a4
MDEV-8043
Revision #e5989d5
Revision #8815fb3
MDEV-8158
Revision #8827eb8
MDEV-8162
Revision #8258a34
Revision #a94cabd
MDEV-8159
Revision #2300fe2
Revision #632f230
MDEV-7950
Revision #fb3e935
MDEV-7999
Revision #18f88d6
MDEV-7943
Revision #f8cacd0
MDEV-8143
Revision #be2038e
MDEV-7950
Revision #16b6ec2
MDEV-8130
Revision #def48e6
MDEV-8141
Revision #6e4c22a
Revision #acd992d
MDEV-8022
Revision #bea3f30
Revision #a583976
MDEV-8015
Revision #b4777bf
Revision #6638091
MDEV-7993
Revision #a35b538
MDEV-8040
Revision #ab8415d
Revision #b229599
MDEV-7943
Revision #8345bc6
MDEV-8152
MDEV-7807
Revision #9851a81
MDEV-8001
Revision #4d1ccc4
MDEV-7951
Revision #c4d2c4e
MDEV-7964
Revision #7cfa803
MDEV-8001
Revision #5cfb6b4
MDEV-7999
Revision #55d5af7
MDEV-7945
Revision #c8ad5b2
MDEV-8151
Revision #8c54182
MDEV-7926
Revision #58e8db2
MDEV-7942
Revision #6e49201
Revision #8bedb63
MDEV-8113
Revision #ecfc3de
MDEV-8129
Revision #5fdb145
MDEV-8021
Revision #d259376
MDEV-8041
Revision #ab54f5a
Revision #5ae8d06
Revision #0880284
Revision #c1b07ff
Revision #b5c5f31
Revision #e774008
Revision #91ee98a
MDEV-7807
Revision #0014bdc
MDEV-8115
Revision #0fcc350
MDEV-7922
Revision #3832bda
Revision #7ed673f
MDEV-7793
Revision #8350ea0
Revision #a1ad712
Revision #bad81f2
MDEV-8046
Revision #2f25c65
MDEV-8074
Revision #ef99edf
MDEV-8103
Revision #a82f475
Revision #c09c265
MDEV-8090
Revision #95797b9
MDEV-8096
Revision #d3a3adb
MDEV-7985
Revision #9304737
Revision #e4fde09
MDEV-7440
Revision #73c2356
MDEV-7778
MDEV-8082
Revision #dd0207b
Revision #539b3ca
Revision #872cbb8
Revision #2fe4d0e
MDEV-7950
Revision #d33cef1
Revision #c4cc91c
Revision #a4416ab
Revision #d71d411
Revision #085297a
Revision #9130cc7
Revision #d18becc
Revision #e2a87bd
Revision #6d06fbb
Revision #14a142f
Revision #9090c3e
Revision #462bca3
MDEV-7950
Revision #ae18a28
MDEV-7973
Revision #2983686
MDEV-8045
Revision #8e797ae
MDEV-8014
Revision #dbe97bc
Revision #532de70
Revision #ef1eb9c
Revision #601dcd4
MDEV-7794
Revision #7e7dd8e
MDEV-7695
Revision #e1e1f94
Revision #93c563d
MDEV-7788
Revision #cc12a35
MDEV-7697
Revision #f875c9f
MDEV-5114
Revision #e6d918c
Revision #91f8931
Revision #6c55e52
MDEV-7774
Revision #acab0fa
MDEV-7038
Revision #f5b05a1
Revision #37093eb
MDEV-8079
Revision #53382ac
MDEV-8079
Revision #2bb0e71
Revision #320240b
Revision #ff1e082
MDEV-8073
Revision #a0fdb25
Revision #499deca
MDEV-7950
Revision #a4477d2
MDEV-7912
Revision #f632b51
MDEV-7987
Revision #6f17e23
Revision #9088f26
MDEV-7802
Revision #fbab068
Revision #40e9560
Revision #a5fa434
MDEV-7779
Revision #4c174fc
MDEV-8020
MDEV-7055
Revision #ac2b92c
MDEV-7912
Revision #c8141f5
MDEV-7950
Revision #ed701c6
MDEV-7864
Revision #fd39c56
Revision #245cc73
MDEV-7434
Revision #e26b207
MDEV-7938
Revision #053143e
MDEV-7883
Revision #18215dd
MDEV-7859
Revision #9fd65db
MDEV-7585
Revision #8e78160
MDEV-6870
Revision #c05d431
Revision #8f499c3
Revision #5fd0088
MDEV-8058
Revision #574227c
Revision #3d801e6
Revision #f832021
MDEV-7126
Revision #4681699
Revision #4d606cb
Revision #ecb009b
Revision #060ec5b
MDEV-7130
Revision #04fb09d
Revision #44d1e85
MDEV-7649
Revision #f9b2704
MDEV-7893
Revision #2010971
MDEV-6892
Revision #b616991
MDEV-8031
Revision #8cbaafd
MDEV-8018
Revision #fc1f301
MDEV-8024
Revision #e428c80
MDEV-7911
Revision #4760528
MDEV-8029
Revision #6876a7d
Revision #d4e3aa4
Revision #519ad0f
MDEV-8016
Revision #0759568
Revision #f1f8adf
Revision #87d5438
Revision #4cfb7f9
Revision #eae8318
Revision #18715be
Revision #22a7b4d
Revision #14d1578
MDEV-7802
Revision #8125db1
Revision #99898c6
Revision #3c4668c
Revision #d051f6c
MDEV-6594
Revision #a1f3356
Revision #eb47b22
MDEV-7820
Revision #59d847b
MDEV-7814
Revision #b9a7586
MDEV-7613
MariaDB 5.5.40
Revision #5d2b85a
MDEV-7975
Revision #f6f253b
Revision #83ce352
Revision #4987080
Revision #97e0aea
Revision #808608c
Revision #c584058
Revision #201c985
MDEV-7886
Revision #76c18f7
Revision #622891c
Revision #8a827d5
Revision #ed34927
MDEV-7936
Revision #29721d7
Revision #7229b19
Revision #60d094a
MDEV-7936
Revision #fc277cd
Revision #c47fe0e
MDEV-7668
Revision #28b1731
Revision #f91dafc
Revision #eaa3da8
MDEV-6916
Revision #8a01a0a
MDEV-7920
Revision #4409e04
Revision #9b067a3
Revision #96e277a
Revision #c8dbef2
MDEV-6916
Revision #e5191dd
Revision #25872e2
Revision #ebd3c6c
Revision #87f5bae
Revision #70960e7
MDEV-6916
Revision #85660d7
MDEV-7977
Revision #e9c10f9
MDEV-7908
Revision #05b30fb
MDEV-7890
Revision #0695fdd
MDEV-7802
Revision #836740c
Revision #1d5220d
Revision #dd7026a
Revision #cc84ac3
MDEV-7596
Revision #b53bcd4
MDEV-7367
Revision #0563f49
MDEV-7754
Revision #8721d20
MDEV-7879
Revision #995f622
MDEV-7858
Revision #daa8b6b
Revision #323a7e9
MDEV-7839
Revision #86f46a3d
MDEV-7301
Revision #9cace99
Revision #9253064
MDEV-7682
Revision #5e20df2
MDEV-7641
Revision #41c337a
Revision #f3eb1d0
Revision #54287ad
MDEV-7802
Revision #1020d56
Revision #2bb4280
Revision #2bdbfd3
Revision #c14d9c2
Revision #99a2c06
MDEV-7754
Revision #c020d36
MDEV-7474
Revision #3d48501
Revision #57aacce
Revision #2e82a82
MDEV-7785
Revision #fd97739
Revision #184f718
MDEV-7249
Revision #bc902a2
MDEV-7387
Revision #5a3bf84
MDEV-7692
Revision #702fdc5
MDEV-7714
Revision #ed04c40
MDEV-5289
Revision #a7fd11b
MDEV-7685
Revision #ec16d1b
MDEV-7107
Revision #34f37aa
MDEV-7643
Revision #96784eb
MDEV-7668
Revision #040027c
MDEV-7627
Revision #6fc0a8a
MDEV-7187
Revision #eb2f763
Revision #a235504
Revision #2b9aba3
Revision #c65f323
MDEV-6282
Revision #e32dafe
MDEV-6282
MDEV-5748
MDEV-6345
Revision #f8e0f1a
Revision #fbcabb2
Revision #6ff6bf8
MDEV-6345
Revision #a657abd
MDEV-6282
Revision #e72abc5
Revision #79246eb
Revision #13e30c0
Revision #abf1e25
Revision #8261413
MDEV-6282
Revision #1973c00

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