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 therelease notes.
The revision number links will take you to the revision's page on GitHub. OnGitHub 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
Revision #51d6763 2015-05-27 20:53:41 +0200
AES-GCM support in file_key_management plugin
Revision #0f00927 2015-05-27 20:53:16 +0200
my_aes_encrypt_gcm() and my_aes_decrypt_gcm()
Revision #ebc5e00 2015-05-27 19:41:29 +0200
my_aes_get_size()
Revision #487e5f4 2015-05-27 12:18:29 +0200
file_key_management plugin: complain if key id 1 is not found
Revision #432b78c 2015-05-27 12:08:13 +0200
just like tempfiles: use key id 2 for temp Aria tables
Revision #d9340d6 2015-05-27 00:18:20 +0200
MDEV-8126 encryption for temp files
Revision #318c826 2015-05-26 22:09:40 +0200
always use my_b_pread() instead of mysql_file_pread()
Revision #6309a30 2015-05-22 14:07:35 +0200
my_b_fill, inline my_b_* functions instead of hairy macros
Revision #196e852 2015-05-18 11:54:55 +0200
misc IO_CACHE cleanups
Revision #1841557 2015-05-27 21:43:25 +0200
myisam/aria: don't mess with IO_CACHE::file
Revision #80e61ae 2015-05-16 08:48:52 +0200
cleanup: LOAD DATA replication support in IO_CACHE
Revision #91dab5d 2015-06-02 18:09:53 +0200
fix cmake dependencies
Revision #72d01f2 2015-06-02 12:55:00 +0200
remove few #ifdefs in innodb/xtradb
Revision #5fc53b7 2015-06-02 15:39:14 +0400
MDEV-8202 - st_select_lex::master_unit() takes 0.17% in OLTP RO
Revision #adb952f 2015-06-02 15:37:04 +0400
MDEV-8192 - THD::set_command() takes 0.05% in OLTP RO
Revision #d298b02 2015-06-02 15:35:02 +0400
MDEV-8191 - THD::set_query() takes 0.07% in OLTP RO
Revision #3709c7f 2015-06-02 15:42:01 +0400
Revision #8f92a70 2015-06-02 09:26:16 +0200
update for 32-bit, again
Revision #0d54cb1 2015-06-01 21:35:02 +0200
compilation failure on windows
Revision #2133230 2015-06-01 21:31:31 +0200
avoid ulong sysvars, prefer uint or ulonglong
Revision #78c10cc 2015-06-01 17:31:39 +0200
MDEV-7913 main.openssl_6975 'tlsv10' fails in buildbot on Wheezy and Precise
Revision #9c41b35 2015-06-01 16:33:41 +0200
MDEV-8220 Server crashes if started with --enforce-storage-engine option
Revision #fce4ab0 2015-06-01 16:01:23 +0200
generalize ER_TABLE_NEEDS_UPGRADE to work for views too
Revision #5283789 2015-05-31 08:10:07 +0300
Fix test warnings by adding global supression to InnoDB warnings.
Revision #13235a5 2015-05-31 07:53:20 +0300
Fix compiler warning.
Revision #59815a2 2015-05-22 08:24:59 +0300
MDEV-7484: Log Time not consistent with InnoDB errors nor with MySQL error log time format
Revision #84eaf09 2015-05-30 14:06:17 +0200
MDEV-7913 main.openssl_6975 'tlsv10' fails in buildbot on Wheezy and Precise
Revision #3839e91 2015-05-30 12:13:45 +0300
MDEV-8248: mysqldump incorrect identifier quoting during equality comparison
Revision #ae4b243 2015-03-19 15:16:22 +0200
MDEV-6714 mysqldump slow with tables in big databases
Revision #c6b4212 2015-05-30 09:13:49 +0200
temporarily disable failing test
Revision #0f01bf2 2015-05-28 07:59:57 +0200
MDEV-8241: Debug build on Windows is broken: error LNK2019: unresolved external symbol pthread_detach referenced in function ma_checkpoint_init
Revision #c1c22c0 2015-05-29 21:23:52 +0200
update test results
Revision #903cfde 2015-05-29 11:26:46 -0400
MDEV-7067: Server outputs Galera (WSREP) information, even if Galera is disabled
Revision #1b00edc 2015-05-21 16:31:24 +0200
MDEV-7011: MAX_STATEMENT_TIME has no effect in a procedure after a previous successful statement
Revision #34e01f8 2015-05-28 10:03:12 +0200
restore innodb_encrypt_tables validation function
Revision #5443b9d 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.
Revision #979c504 2015-05-28 07:52:27 +0300
MDEV-8242: encryption.innodb_page_encryption_key_change fails in buildbot
Revision #ab5094b 2015-05-27 21:41:02 +0400
Fixing typos in DBUG_ENTER() comments.
Revision #5991efc 2015-05-27 21:32:35 +0400
MDEV-7950 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);
Revision #a25ccd4 2015-05-27 15:37:13 +0300
MDEV-8238: Tables with encryption=yes using file_key_management plugin are not encrypted
Revision #2bea4bd 2015-05-26 14:59:39 +0300
MDEV-8233: InnoDB: Assertion failure in fil_page_decompress with encrypted tables
Revision #0dc1425 2015-05-27 12:03:20 +0400
MDEV-7950 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.
Revision #58d7e35 2015-05-27 11:00:46 +0300
Fixed innodb_scrub_background test.
Revision #8c0ea28 2015-05-26 16:09:36 +0300
MDEV-8213: encryption.encryption_force, encryption.encrypt_and_grep fail with valgrind warnings (Invalid read)
Revision #e5f1e84 2015-05-26 12:47:35 +0200
MDEV-8147: Assertion `m_lock_type == 2' failed in handler::ha_close() during parallel replication
Revision #5bd25a9 2015-05-26 11:59:17 +0400
A helper patch for "MDEV-8228 Move Item_func_like out of Item_bool_func2"
Revision #b3aece9 2015-05-25 09:38:47 +0300
MDEV-8209: encryption.encrypt_and_grep fails in buildbot and outside
Revision #536112d 2015-05-21 15:07:19 +0300
MDEV-8195: InnoDB: Error: trying to access tablespace 11262 page no. 7, InnoDB: but the tablespace does not exist or is just being dropped.
Revision #8635c4b 2015-05-21 11:02:03 +0300
Fix test failure.
Revision #137ba7d 2015-05-21 08:14:35 +0300
Fix compiler error.
Revision #925b641 2015-05-20 20:32:10 +0300
MDEV-8182: Failing assertion: 1 == UT_LIST_GET_LEN(space->chain)
Revision #3e55ef2 2015-05-20 13:35:51 +0300
MDEV-8173: InnoDB; Failing assertion: crypt_data->type == 1
Revision #44cd6f2 2015-05-20 11:36:26 +0200
MDEV-7921: main.sp_sync fails in buildbot with valgrind
Revision #c1fb91e 2015-05-18 17:34:50 +0200
MDEV-7921: main.sp_sync fails in buildbot with valgrind
Revision #80333ad 2015-05-20 07:57:55 +0300
Add missing requirement to test case and remove unnecessary output.
Revision #bb15b9e 2015-05-19 17:03:18 +0400
MDEV-7950 Item_func::type() takes 0.26% in OLTP RO
Revision #bac6bba 2015-05-19 12:04:09 +0000
[MDEV-8063]: Fix incorrect commit.
Revision #29c7aff 2015-05-18 01:35:47 +0000
MDEV-8063: Unconditional ANALYZE DELETE does not delete rows
Revision #20c2304 2015-05-17 14:14:16 +0300
MDEV-8164: Server crashes in pfs_mutex_enter_func after fil_crypt_is_closing or alike
Revision #476dfb1 2015-05-16 08:55:21 +0200
update big tokudb test results after dd8f93195
Revision #9cc7eb3 2015-05-16 16:27:36 +0200
upate test results after 2300fe2e
Revision #54672a4 2015-05-15 09:54:41 +0200
MDEV-8043 innodb tablespace encryption
Revision #e5989d5 2015-05-14 12:27:49 +0200
InnoDB: simplify innobase_compression_algorithm_validate()
Revision #8815fb3 2015-05-14 12:25:47 +0200
MDEV-8158 InnoDB: Failing assertion: new_state->key_version != ENCRYPTION_KEY_VERSION_INVALID on dynamic change of encryption variables
Revision #8827eb8 2015-05-14 10:35:30 +0200
MDEV-8162 func_str crashes on SELECT AES_DECRYPT(AES_ENCRYPT(...)) on line 107
Revision #8258a34 2015-05-14 10:13:03 +0200
InnoDB: check if scrubbing is enabled before scanning the tablespace
Revision #a94cabd 2015-05-14 08:37:34 +0200
MDEV-8159 InnoDB: Failing assertion: key_state->key_id
Revision #2300fe2 2015-05-13 21:57:24 +0200
Identical key derivation code in XtraDB/InnoDB/Aria
Revision #632f230 2015-05-14 17:42:40 +0400
MDEV-7950 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().
Revision #fb3e935 2015-05-14 12:44:07 +0400
MDEV-7999 - PROFILING routines take 0.2% when profiling disabled
Revision #18f88d6 2015-04-22 14:18:51 +0400
MDEV-7943 - pthread_getspecific() takes 0.76% in OLTP RO
Revision #f8cacd0 2015-05-13 11:41:22 +0300
MDEV-8143: InnoDB: Database page corruption on disk or a failed file read
Revision #be2038e 2015-05-13 17:08:24 +0400
MDEV-7950 Item_func::type() takes 0.26% in OLTP RO Step 4 (there will be more)
Revision #16b6ec2 2015-05-12 09:43:26 +0200
MDEV-8130 Wrong error code/message while encrypting a partitioned InnoDB table
Revision #def48e6 2015-05-11 21:05:02 +0200
MDEV-8141 InnoDB: background encryption thread uses FIL_DEFAULT_ENCRYPTION_KEY
Revision #6e4c22a 2015-05-11 14:21:44 +0200
example encryption plugin supports key ids
Revision #acd992d 2015-05-10 20:57:16 +0200
MDEV-8022 Assertion `rc == 0' failed in ma_encrypt on dropping an encrypted Aria table
Revision #bea3f30 2015-05-10 19:57:43 +0200
move AES_CTR to its own greatly simplified function
Revision #a583976 2015-05-10 11:44:08 +0200
MDEV-8015 InnoDB: Failing assertion: new_state->key_version != ENCRYPTION_KEY_VERSION_INVALID
Revision #b4777bf 2015-05-11 19:03:19 +0200
cleanup, use encryption_key_id_exists() where appropriate
Revision #6638091 2015-05-10 11:03:33 +0200
MDEV-7993 file_key_management_filekey doesn't work as expected with FILE:
Revision #a35b538 2015-05-09 19:13:18 +0200
MDEV-8040 make aria encryption use real keys
Revision #ab8415d 2015-05-09 12:31:53 +0200
move encryption tests to a dedicate suite
Revision #b229599 2015-04-22 13:29:56 +0400
MDEV-7943 - pthread_getspecific() takes 0.76% in OLTP RO
Revision #8345bc6 2015-05-13 15:34:20 +0400
Revision #9851a81 2015-05-13 15:28:34 +0400
MDEV-8001 - mysql_reset_thd_for_next_command() takes 0.04% in OLTP RO
Revision #4d1ccc4 2015-04-17 14:30:15 +0400
MDEV-7951 - sql_alloc() takes 0.25% in OLTP RO
Revision #c4d2c4e 2015-04-16 18:38:26 +0400
MDEV-7964 - delete_dynamic() takes 0.12% in OLTP RO
Revision #7cfa803 2015-04-15 18:32:34 +0400
MDEV-8001 - mysql_reset_thd_for_next_command() takes 0.04% in OLTP RO
Revision #5cfb6b4 2015-04-15 18:12:23 +0400
MDEV-7999 - PROFILING routines take 0.2% when profiling disabled
Revision #55d5af7 2015-04-15 11:29:01 +0400
MDEV-7945 - THD::enter_stage() takes 0.48% in OLTP RO
Revision #c8ad5b2 2015-05-12 17:15:16 -0400
MDEV-8151 : wsrep.foreign_key, wsrep.pool_of_threads,
Revision #8c54182 2015-05-12 15:09:28 +0500
MDEV-7926 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.
Revision #58e8db2 2015-05-11 14:29:14 +0300
MDEV-7942: InnoDB: abuse of UNIV_LIKELY()/UNIV_UNLIKELY()
Revision #6e49201 2015-05-11 12:47:43 +0200
Fix compilation warnings in -DWITH_WSREP=OFF build.
Revision #8bedb63 2015-05-11 11:55:58 +0200
MDEV-8113: Parallel slave: slave hangs on ALTER TABLE (or other DDL) as the first event after slave start
Revision #ecfc3de 2015-05-11 09:21:04 +0300
MDEV-8129: Compilation warnings in log0crypt.cc
Revision #5fdb145 2015-05-09 11:19:36 +0200
MDEV-8021 "InnoDB: Tablespace id 4 encrypted but encryption service not available. Can't continue opening tablespace" on server restart when there are encrypted tables
Revision #d259376 2015-05-07 19:13:22 +0300
MDEV-8041: InnoDB redo log encryption
Revision #ab54f5a 2015-05-08 17:31:54 +0300
Fix win/ files to be stored with LF in repository
Revision #5ae8d06 2015-05-08 17:27:41 +0300
Update .gitattributes
Revision #0880284 2015-05-08 17:06:35 +0300
Fix win/ files to be stored with LF in repository
Revision #c1b07ff 2015-05-08 11:56:48 +0200
update .gitattributes
Revision #b5c5f31 2015-05-08 11:48:16 +0200
convert files from CRLF to LF line endings
Revision #e774008 2015-05-08 11:48:02 +0200
bump the VERSION
Revision #91ee98a 2015-05-08 00:34:06 +0400
MDEV-7807 information_schema.processlist truncates queries with binary strings
Revision #0014bdc 2015-05-07 22:18:34 +0200
MDEV-8115 mysql_upgrade crashes the server with REPAIR VIEW
Revision #0fcc350 2015-04-08 10:55:51 +0400
MDEV-7922 - ERROR 1939 (HY000): Engine PERFORMANCE_SCHEMA failed to discover table
Revision #3832bda 2015-05-07 14:00:14 +0300
Fix compiler error if compiler does not support c99 style initializers.
Revision #7ed673f 2015-03-17 19:49:04 +0400
MDEV-7793 - Race condition between XA COMMIT/ROLLBACK and disconnect
Revision #8350ea0 2015-05-07 13:04:03 +0300
Fix compiler error if compiler does not support c99 style initializers.
Revision #a1ad712 2015-05-07 07:39:45 +0400
Fixing connect.dbf test failures on big endian machines.
Revision #bad81f2 2015-05-06 15:16:28 +0300
MDEV-8046: Server crashes in pfs_mutex_enter_func on select from I_S.INNODB_TABLESPACES_ENCRYPTION if InnoDB is disabled
Revision #2f25c65 2015-05-06 14:09:10 +0300
MDEV-8074: Failing assertion: mutex->magic_n == MUTEX_MAGIC_N in file sync0sync.cc line 508
Revision #ef99edf 2015-05-06 12:24:15 +0200
MDEV-8103: Missing DBUG_RETURN in open_table_uncached()
Revision #a82f475 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
Revision #c09c265 2015-05-05 22:05:05 +0200
Fix MDEV-8090 in tabmysql.cpp
Revision #95797b9 2015-05-05 20:23:22 +0200
MDEV-8096 vio timeouts are multiplied by 1000 for ssl
Revision #d3a3adb 2015-05-05 21:19:53 +0300
MDEV-7985: MySQL Users Break when Migrating to MariaDB, part 2
Revision #9304737 2015-05-05 16:28:23 +0200
mroonga doesn't work in embedded anymore
Revision #e4fde09 2015-05-05 15:39:32 +0400
Temporarily disabling Mroonga on Solaris (See MDEV-7440 Build fails in libgroonga on Solaris)
Revision #73c2356 2015-05-05 13:22:09 +0400
Revision #dd0207b 2015-05-05 08:53:52 +0200
.gitignore: add generated mroonga *.result files
Revision #539b3ca 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.
Revision #872cbb8 2015-05-05 13:48:54 +0900
revert CMakeList.txt at groonga-normalizer-mysql/normalizers
Revision #2fe4d0e 2015-05-05 01:09:47 +0400
MDEV-7950 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().
Revision #d33cef1 2015-05-05 05:26:06 +0900
add -fPIC for groonga-normalizer-mysql
Revision #c4cc91c 2015-05-04 22:19:22 +0200
8.37
Revision #a4416ab 2015-05-04 22:17:04 +0200
5.6.23-72.1
Revision #d71d411 2015-05-04 22:16:00 +0200
5.6.24
Revision #085297a 2015-05-04 22:13:46 +0200
5.6.24
Revision #9130cc7 2015-05-05 03:09:34 +0900
update Spider to 3.2.21
Revision #d18becc 2015-05-05 02:43:19 +0900
add -fPIC for groonga-normalizer-mysql
Revision #e2a87bd 2015-05-04 19:20:59 +0200
move to storage/sphinx
Revision #6d06fbb 2015-05-04 19:17:21 +0200
move to storage/innobase
Revision #14a142f 2015-05-04 19:15:28 +0200
move to storage/xtradb
Revision #9090c3e 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.
Revision #462bca3 2015-05-04 18:12:31 +0400
MDEV-7950 Item_func::type() takes 0.26% in OLTP RO Step 2c:
Revision #ae18a28 2015-05-04 08:32:05 +0200
MDEV-7973 bigint fail with gcc 5.0
Revision #2983686 2015-05-03 18:26:02 +0200
MDEV-8045 Assertion `0' fails in Protocol::end_statement on CREATE VIEW after another connection aborted
Revision #8e797ae 2015-05-03 14:43:34 +0200
MDEV-8014 MariaDB client can hang in an infinite loop
Revision #dbe97bc 2015-05-03 11:51:22 +0200
clarify the test case
Revision #532de70 2015-05-03 11:31:04 +0200
more tests, moving code around
Revision #ef1eb9c 2015-05-02 12:32:10 +0200
SSL: Verbosely report SSL initialization errors
Revision #601dcd4 2015-05-02 08:46:04 +0200
MDEV-7794 MariaDB - mysql-test - fips: some ssl tests with cipher are failing
Revision #7e7dd8e 2015-05-02 08:45:10 +0200
MDEV-7695 MariaDB - ssl - fips: can not connect with --ssl-cipher=DHE-RSA-AES256-SHA - handshake failure
Revision #e1e1f94 2015-05-01 18:53:18 +0200
remove unused file and unnecessary #include
Revision #93c563d 2015-05-01 18:52:29 +0200
MDEV-7788 my_md5 crashes with openssl in fips mode
Revision #cc12a35 2015-05-01 17:56:47 +0200
MDEV-7697 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
Revision #f875c9f 2015-04-30 19:48:11 +0200
MDEV-5114 seconds_behind_master flips to 0 & spikes back, when running show slaves status
Revision #e6d918c 2015-05-03 06:44:08 +0200
init_status_vars() was not invoked for embedded
Revision #91f8931 2015-05-03 06:51:33 +0200
reformat long strings
Revision #6c55e52 2015-03-13 20:12:22 +0200
MDEV-7774: Crash when dropping user within rebuild_role_grants
Revision #acab0fa 2015-05-02 21:46:32 +0300
MDEV-7038 Assertion `status_var.memory_used == 0' failed in THD::THD() on disconnect after executing EXPLAIN for multi-table UPDATE
Revision #f5b05a1 2015-05-01 15:59:12 +0200 *
Fix bug on updating JSON expanded values modified: json.result tabjson.cpp tabjson.h
Revision #37093eb 2015-05-01 14:51:50 +0300
MDEV-8079: Crash when running MariaDB Debug with InnoDB on Windows
Revision #53382ac 2015-05-01 14:23:08 +0300
MDEV-8079: Crash when running MariaDB Debug with InnoDB on Windows
Revision #2bb0e71 2015-03-12 07:08:31 +1100
Alter online table x (no options) possible
Revision #320240b 2015-04-30 10:23:36 -0400
Merge test for bug#72594 from upstream
Revision #ff1e082 2015-04-30 12:36:39 +0400
MDEV-8073 - Build error in sql/mdl.cc on OS X 10.10
Revision #a0fdb25 2015-04-30 04:44:30 +0900
Update Mroonga to the latest version on 2015-04-30T04:44:30+0900
Revision #499deca 2015-04-29 17:53:27 +0400
A clean-up for c8141f53140054282306d17459310fbca94cbf0e MDEV-7950 Item_func::type() takes 0.26% in OLTP RO (Step#2)
Revision #a4477d2 2015-04-29 14:14:45 +0300
Fix failing test cases for MDEV-7912 patch
Revision #f632b51 2015-04-28 21:27:43 +0200
MDEV-7987 Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root!
Revision #6f17e23 2015-04-28 21:24:32 +0200
post-merge fixes
Revision #9088f26 2015-04-29 11:29:25 +0200
MDEV-7802: group commit status variable addition
Revision #fbab068 2015-04-28 13:57:21 +0200
post-merge changes, fixes, and tests
Revision #40e9560 2015-04-28 13:42:58 +0200
percona-server-5.5.42-37.1.tar.gz
Revision #a5fa434 2015-04-28 15:31:49 +0500
MDEV-7779 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
Revision #4c174fc 2015-04-28 15:28:29 +0300
Revision #ac2b92c 2015-04-28 15:09:04 +0300
MDEV-7912 multitable delete with wrongly set sort_buffer_size crashes in merge_buffers
Revision #c8141f5 2015-04-28 14:06:07 +0400
MDEV-7950 Item_func::type() takes 0.26% in OLTP RO
Revision #ed701c6 2015-04-28 11:56:54 +0200
MDEV-7864: Slave SQL: stopping on non-last RBR event with annotations results in SEGV (signal 11)
Revision #fd39c56 2015-04-27 23:37:51 +0200
move to storage/xtradb/
Revision #245cc73 2015-04-27 12:47:39 +0200
MDEV-7434 XtraDB does not build on Solaris
Revision #e26b207 2015-04-26 16:27:41 +0200
MDEV-7938 MariaDB Crashes Suddenly while writing binlogs
Revision #053143e 2015-04-25 21:56:46 +0200
MDEV-7883 Segmentation failure when running mysqladmin -u root -p
Revision #18215dd 2015-04-25 17:22:46 +0200
MDEV-7859 SSL hostname verification fails for long subject names
Revision #9fd65db 2015-04-25 00:19:20 +0200
MDEV-7585 Assertion `thd->is_error() || kill_errno || thd->killed == ABORT_QUERY' failed in ha_rows filesort
Revision #8e78160 2015-04-24 21:41:00 +0200
MDEV-6870 Not possible to use FIFO file as a general_log file
Revision #c05d431 2015-04-24 21:03:43 +0200
bug: crash when sync() or close() of a log file fails on shutdown
Revision #8f499c3 2015-04-24 21:02:37 +0200
bug: debug assert crash when seek on log file fails
Revision #5fd0088 2015-04-27 15:31:12 +0200
MDEV-8058: funcs_1.innodb_views and funcs_1.memory_views fail
Revision #574227c 2015-04-27 21:15:23 +1000
/run/shm is the general replacement for /dev/shm in newer distros
Revision #3d801e6 2015-04-27 21:08:52 +1000
c99 style for assigning structure members
Revision #f832021 2015-04-23 08:26:57 +0200
MDEV-7126 replication slave - deadlock in terminate_slave_thread with stop slave and show variables of replication filters and show global status
Revision #4681699 2015-04-26 01:46:55 +0400
Moving members' initialization from LEX::init_last_field to constructor Create_field::Create_field().
Revision #4d606cb 2015-04-24 23:17:16 +1000
c99 style for assigning structure members
Revision #ecb009b 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.
Revision #060ec5b 2015-04-24 12:38:59 +0200
MDEV-7130: MASTER_POS_WAIT(log_name,log_pos,timeout,"connection_name") hangs, does not respect the timeout
Revision #04fb09d 2015-04-24 12:59:21 +0400
Deriving Item_row from Item_args and sharing more code between Item_func, Item_sum, Item_row.
Revision #44d1e85 2015-04-24 11:00:34 +0400
MDEV-7649 wrong result when comparing utf8 column with an invalid literal
Revision #f9b2704 2015-04-23 23:06:14 +0300
Testcase for: MDEV-7893 table_elimination works wrong ...
Revision #2010971 2015-04-14 23:18:54 +0200
MDEV-6892: WHERE does not apply
Revision #b616991 2015-04-23 14:09:15 +0200
MDEV-8031: Parallel replication stops on "connection killed" error (probably incorrectly handled deadlock kill)
Revision #8cbaafd 2015-04-22 10:14:11 +0200
MDEV-8018: main.multi_update fails with --ps-protocol
Revision #fc1f301 2015-04-22 12:40:23 +0400
MDEV-8024 Remove excessive update_used_tables() calls
Revision #e428c80 2015-04-21 15:41:01 +0300
MDEV-7911: crash in Item_cond::eval_not_null_tables
Revision #4760528 2015-04-21 10:16:14 +0200
MDEV-8029: test failure in rpl.rpl_parallel_temptable
Revision #6876a7d 2015-04-20 15:37:45 +0200
Bump VERSION following 10.1.4 release
Revision #d4e3aa4 2015-04-20 14:23:55 +0200
After-merge fixes: .result file update
Revision #519ad0f 2015-04-20 12:59:46 +0200
MDEV-8016: Replication aborts on DROP /*!40005 TEMPORARY */ TABLE IF EXISTS
Revision #0759568 2015-04-20 18:36:19 +1000
test case for install plugin on boostrap
Revision #f1f8adf 2015-04-20 05:02:10 +0200
tokuftdump: Install to ${INSTALL_BINDIR} instead of bin
Revision #87d5438 2015-04-20 02:43:26 +0300
Increase the version number
Revision #4cfb7f9 2015-04-19 15:49:35 +0300
Increase the version number
Revision #eae8318 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
Revision #18715be 2015-04-17 19:48:55 +0200
Post-merge fix: build error in innodb-enabled build.
Revision #22a7b4d 2015-04-17 16:26:08 +0400
Removing duplicate code/declarations:
Revision #14d1578 2015-04-17 12:45:55 +0200
MDEV-7802: Omit one test which could fail on very loaded host.
Revision #8125db1 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().
Revision #99898c6 2015-04-17 09:52:44 +0400
Minor reorganization in Item hierarchy, to remove duplicate code.
Revision #3c4668c 2015-04-15 23:06:03 -0400
wsrep_sst_mysqldump : Fix server version and a syntax error
Revision #d051f6c 2015-04-15 11:12:12 -0400
MDEV-6594: Use separate domain_id for Galera transactions
Revision #a1f3356 2015-04-15 10:21:46 -0400
Update galera package name/version for debian
Revision #eb47b22 2015-04-15 16:23:43 +0300
MDEV-7820 Server crashes in in my_strcasecmp_utf8 on subquery in ORDER BY clause of GROUP_CONCAT
Revision #59d847b 2015-04-15 12:08:37 +0400
MDEV-7814 Assertion `args[0]->fixed' fails in Item_func_conv_charset::Item_func_conv_charset Removing a wrong assertion.
Revision #b9a7586 2015-03-05 16:34:13 +0100
MDEV-7613: MariaDB 5.5.40 server crash on update table left join with a view
Revision #5d2b85a 2015-04-14 13:03:11 +0200
MDEV-7975: sporadic failure in test case rpl.rpl_gtid_startpos
Revision #f6f253b 2015-04-14 04:02:45 -0700
Fix a typo, s/false/NULL/.
Revision #83ce352 2015-04-14 13:26:55 +1000
quote table name in mysql_check:is_view. increment version too
Revision #4987080 2015-04-14 13:26:22 +1000
Don't run upgrade-views if not mysql or --upgrade-system-tables
Revision #97e0aea 2015-04-14 12:43:50 +1000
mysqlcheck fix-view-algorithm -> upgrade-views
Revision #808608c 2015-04-14 11:26:13 +1000
corrected mysql_upgrade to always list output for every phase
Revision #c584058 2015-04-14 11:01:31 +1000
Update tests for mysql_upgrade_view
Revision #201c985 2015-04-13 22:36:49 +0400
MDEV-7886 CREATE VIEW IF NOT EXISTS produces a wrong warning
Revision #76c18f7 2015-04-13 23:25:23 +1000
sql_print_information corrected
Revision #622891c 2015-04-13 22:58:45 +1000
mariadb_fix_view to allow fixing of view->mariadb_version
Revision #8a827d5 2015-04-13 22:39:37 +1000
avoid calling runctiosn in DBUG_RETURN
Revision #ed34927 2015-04-13 14:38:25 +0200
MDEV-7936: Assertion `!table || table->in_use == _current_thd()' failed on parallel replication in optimistic mode
Revision #29721d7 2015-04-13 22:31:44 +1000
mariadb_fix_view need only check view->mariadb_version
Revision #7229b19 2015-04-13 22:28:12 +1000
remove include sql_view.h from sql_table.cc - unneeded
Revision #60d094a 2015-04-13 09:52:56 +0200
MDEV-7936: Assertion `!table || table->in_use == _current_thd()' failed on parallel replication in optimistic mode
Revision #fc277cd 2015-04-13 22:17:57 +1000
Add --fix-tables option to mysql-check
Revision #c47fe0e 2015-03-09 13:06:32 +0100
MDEV-7668: Intermediate master groups CREATE TEMPORARY with INSERT, causing parallel replication failure
Revision #28b1731 2015-04-13 21:12:23 +1000
Allow REPAIR NO_WRITE_TO_BINLOG as per serg's review
Revision #f91dafc 2015-04-13 20:52:19 +1000
correct phase numbering in test results
Revision #eaa3da8 2015-04-13 20:41:49 +1000
Add mysql-test/std_data/mysql_upgrade/* for MDEV-6916
Revision #8a01a0a 2015-04-13 11:26:49 +0400
MDEV-7920 main.group_min_max fails in buildbot with valgrind
Revision #4409e04 2015-04-12 21:40:07 +1000
correct server side error messages
Revision #9b067a3 2015-04-12 21:05:01 +1000
Corrections to mysqlcheck
Revision #96e277a 2015-04-12 20:42:13 +1000
mysql_upgrade to pass binlog option to mysqlcheck
Revision #c8dbef2 2015-04-12 20:41:28 +1000
MDEV-6916 REPAIR VIEW / mysql migration
Revision #e5191dd 2015-04-12 17:26:50 +1000
mysql-upgrade -> fix-view-algorithm as mysqlcheck option
Revision #25872e2 2015-04-12 17:21:02 +1000
Correct phase count on mysql_upgrade
Revision #ebd3c6c 2015-04-12 17:05:02 +1000
Remove mysql-upgrade / skip-mysql-upgrade options from mysql-upgrade.c
Revision #87f5bae 2015-04-12 16:50:16 +1000
Get my_getop to parse opt_mysql_upgrade in mysqlcheck
Revision #70960e7 2015-04-12 15:56:21 +1000
MDEV-6916: Upgrade from MySQL to MariaDB breaks already created views
Revision #85660d7 2015-04-11 18:13:08 +1000
MDEV-7977 MYSQL_BIN_LOG::write_incident failing to release LOCK_log
Revision #e9c10f9 2015-04-06 17:38:51 +0300
MDEV-7908: assertion in innobase_release_savepoint
Revision #05b30fb 2015-04-04 19:29:34 +0200
Fix MDEV-7890
Revision #0695fdd 2015-04-03 01:34:30 +1100
MDEV-7802-binlog_groupcommit_stats
Revision #836740c 2015-04-02 11:36:53 +0200
Correct a typo that made multiple 1 tables to return 0 lines on Linux
Revision #1d5220d 2015-04-01 22:47:36 +1100
binlog_group_commit_* status variables update
Revision #dd7026a 2015-04-01 21:51:55 +1100
All updates to binlog_status_group_commit_reason* are under LOCK_prepare_ordered
Revision #cc84ac3 2015-03-31 13:10:43 +0500
MDEV-7596 audit plugin - record full query / document line length / make buffer configurable. The serve_audit_query_log_limit variable implemented. Also QUERY_DCL filter added.
Revision #b53bcd4 2015-03-30 18:53:10 +0300
MDEV-7367: Updating a virtual column corrupts table which crashes server
Revision #0563f49 2015-03-17 16:03:05 +0200
MDEV-7754: innodb assert "array->n_elems < array->max_elems" on a huge blob update
Revision #8721d20 2015-03-30 19:03:57 +0200 *
Fix MDEV-7879 by adding a test in all SetValue_pval function to return when valp == this.
Revision #995f622 2015-03-30 00:49:16 +0300
MDEV-7858: main.subselect_sj2_jcl6 fails in buildbot
Revision #daa8b6b 2015-03-28 20:18:46 +0100
D:\Ber\Develop\git3.msg
Revision #323a7e9 2015-03-25 19:44:31 +0300
Backport from 10.1 to 10.0: Merge pull request #33 from k0da/MDEV-7839
Revision #86f46a3d 2015-03-23 09:49:32 +0200
MDEV-7301: Unknown column quoted with backticks in HAVING clause when using function.
Revision #9cace99 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
Revision #9253064 2015-03-10 12:34:17 +0200
MDEV-7682 Incorrect use of SPATIAL KEY for query plan
Revision #5e20df2 2015-03-19 19:46:08 +0400
MDEV-7641 Server crash on set global server_audit_incl_users=null.
Revision #41c337a 2015-03-19 21:47:51 +1100
add group_commit_reason_immediate to binlog_commit_wait test
Revision #f3eb1d0 2015-03-19 19:21:22 +1100
rpl_parallel_multilevel2 can be 1 or 3 binlog groups
Revision #54287ad 2015-03-19 15:26:58 +1100
MDEV-7802 Add status binlog_group_commit_reason_*
Revision #1020d56 2015-03-18 15:17:17 +0200
Better and more correct comment.
Revision #2bb4280 2015-03-18 13:30:14 +0100
This commit includes changes done in a previous (deleted) branch plus new ones.
Revision #2bdbfd3 2015-03-18 12:18:39 +0200
Fix assertion failure seen on Buildbot win32-debug
Revision #c14d9c2 2015-03-18 06:25:10 +0200
Make sure that sync level vector is emptied.
Revision #99a2c06 2015-03-17 20:35:05 +0200
MDEV-7754: innodb assert "array->n_elems < array->max_elems" on a huge blob update
Revision #c020d36 2015-03-17 13:26:33 +0300
MDEV-7474: Semi-Join's DuplicateWeedout strategy skipped ...
Revision #3d48501 2015-03-17 10:36:38 +0100
Fix embarrassing bug in test case that caused sporadic test failures.
Revision #57aacce 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
Revision #2e82a82 2015-03-16 10:54:47 +0100
MDEV-7785: errorneous -> erroneous spelling mistake
Revision #fd97739 2015-03-15 14:50:22 +1100
Allow {un,}install plugins during bootstrap/skip-grant-tables
Revision #184f718 2015-03-13 10:46:00 +0100
MDEV-7249: Performance problem in parallel replication with multi-level slaves
Revision #bc902a2 2015-03-13 16:12:54 +0400
MDEV-7387 [PATCH] Alter table xxx CHARACTER SET utf8, CONVERT TO CHARACTER SET latin1 should fail A contribution from Daniel Black, with minor additional enhancements.
Revision #5a3bf84 2015-03-12 18:53:31 +0200
MDEV-7692 MariaDB - mysql-test - SUITE:percona - percona.innodb_sys_index 'xtradb' fails - @@version_comment
Revision #702fdc5 2015-03-12 18:37:32 +0200
MDEV-7714: Make possible to get innodb internal primary key for wrapper type storage engine.
Revision #ed04c40 2015-03-11 09:18:16 +0100
MDEV-5289: master server starts slave parallel threads
Revision #a7fd11b 2015-03-09 18:21:48 +0200
MDEV-7685: MariaDB - server crashes when inserting more rows than available space on disk
Revision #ec16d1b 2015-03-09 02:07:47 +0200
MDEV-7107 Sporadic test failure in multi_source.multisource
Revision #34f37aa 2015-03-02 19:18:10 +0200
MDEV-7643 MTR creates nested links when tests are run with --mem
Revision #96784eb 2015-03-09 13:06:32 +0100
MDEV-7668: Intermediate master groups CREATE TEMPORARY with INSERT, causing parallel replication failure
Revision #040027c 2015-03-09 09:47:25 +0200
MDEV-7627 :Some symbols in table name can cause to Error Code: 1050 when created FK
Revision #6fc0a8a 2015-03-08 23:12:19 +0200
MDEV-7187 perfschema.aggregate fails sporadically in buildbot
Revision #eb2f763 2015-03-03 12:39:42 +0100
Add #include in dict0mem.h and change iterator to const_iterator in dic0mem.cc
Revision #a235504 2015-02-28 22:43:18 +1030
Ensure VERBOSE_DEBUG is off by default
Revision #2b9aba3 2015-02-28 22:43:04 +1030
Updated © message to 2015, and changelog
Revision #c65f323 2014-11-05 20:11:32 +1030
Fixed more cases for MDEV-6282
Revision #e32dafe 2014-10-30 22:47:48 +1030
Revision #f8e0f1a 2014-10-28 21:50:34 +1030
Minor code cleanup: validation of options to member function.
Revision #fbcabb2 2014-10-28 21:45:47 +1030
Fixed minor spelling mistake.
Revision #6ff6bf8 2014-10-25 21:36:55 +1030
Added regression test for MDEV-6345
Revision #a657abd 2014-10-25 21:36:29 +1030
Added extra debug to support MDEV-6282
Revision #e72abc5 2014-10-25 21:23:34 +1030
Minor fix: make sure alter table wont try to change our storage engine to something else.
Revision #79246eb 2014-10-30 23:00:07 +1030
Partial code tidy: move plugin description to end with other items, and added status variable for debug.
Revision #13e30c0 2014-10-25 21:17:13 +1030
Removed dead code and support for dead (<10.0.5) versions of mariadb
Revision #abf1e25 2014-10-25 20:00:41 +1030
Partial whitespace cleanup.
Revision #8261413 2014-06-15 21:39:23 +0930
Added regression test for MDEV-6282
Revision #1973c00 2014-06-22 19:59:42 +0930
Update 2014 © message
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?