MariaDB 10.6.1 Changelog
The most recent release of MariaDB 10.6 is:
MariaDB 10.6.20 Stable (GA) Download Now
Alternate download from mariadb.org
Download 10.6.1 Release Notes Changelog Overview of 10.6
Release date: 21 May 2021
Do not use beta releases in production!
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.
- Includes all fixes from MariaDB 10.5.10
- Revision #00a8357bd3
2021-05-21 01:00:32 +0200
- update test result
- Revision #57094b4fe2
2021-05-20 23:47:00 +0200
- 10.6.1 is beta
- Revision #fd713f26f3
2021-05-20 18:33:07 +0200
- mariadb-conv --character-sets-dir
- Revision #4e946cb1f1
2021-05-20 11:42:00 +0200
- fix of MDEV-24312
- Revision #852d1f8eb9
2021-05-20 16:05:52 +0200
- compilation error with -Werror -Og
- Revision #d8127ff76e
2021-05-20 16:05:24 +0200
- fix main.strings test to clean up after itself
- Revision #55ebf7f41f
2021-05-20 10:00:49 +0200
- another compilation fix for partition-less debug build
- Revision #d67663a758
2021-05-20 09:44:16 +0200
- fix main.sp test failures
- Revision #1fff2398ef
2021-05-19 22:26:02 +0200
- MDEV-22530 Aborting OPTIMIZE TABLE still logs in binary log and replicates to the Slave server
- Revision #16d8763b87
2021-05-19 16:18:47 +0200
- fix a race condition in the main.rownum test
- Revision #c3b5003851
2021-05-19 14:55:10 +0200
- fixes for win32
- Revision #ecd6588454
2021-05-19 14:26:26 +0200
- show pmem detection in cmake
- Revision #b2340cdd07
2021-05-19 14:21:32 +0200
- fix compilation w/o partitioning
- Revision #f44c5e5eb9
2021-05-17 21:24:20 +0200
- switch columnstore from pre-alpha 6.1.1 back to 5.5.2-3 suppress columnstore boost warning
- Revision #7700626fe6
2021-05-15 13:15:41 +0200
- remove thread_pool_priv.h
- Revision #0c7b018944
2021-05-11 14:09:45 +0300
- Remove not used IPC_COND_USED_INDEX
- Revision #acf282c36b
2021-05-10 18:36:13 +0300
- MDEV-25606: Concurrent CREATE TRIGGER statements mix up in binlog and break replication
- Revision #79d9a725f9
2021-04-30 17:08:11 +0300
- Added checking to protect against simultaneous double free in safemalloc
- Revision #744a53806e
2021-04-29 21:08:32 +0300
- Fixed hang in concurrent DROP TABLE and BACKUP LOCK BLOCK_DDL
- Revision #0b59320d3d
2021-04-29 17:40:32 +0300
- MDEV-19198 - DBUG assert in CREATE IF NOT EXIST under LOCK TABLES WRITE
- Revision #0bc3a0801c
2021-04-22 18:25:53 +0300
- Added ER_... labels to mtr fatal error messages
- Revision #cc125bebfe
2021-04-14 13:40:36 +0300
- Fix all warnings given by UBSAN
- Revision #b332ffc1af
2021-04-12 19:42:55 +0300
- Fixed assert in WSREP if one started with --wsrep_provider=..
- Revision #85f3ed5f8b
2021-04-08 12:12:24 +0300
- Added malloc_calls to SHOW GLOBAL STATUS for DEBUG server
- Revision #0fceb752c5
2021-04-01 13:50:03 +0300
- Fixes for mtr --valgrind
- Revision #aa1626d15e
2021-03-31 13:06:12 +0300
- Made --mariadbd a synonym for --mysqld in mysql-test-run
- Revision #83e529eced
2021-03-30 17:06:55 +0300
- MDEV-18465 Logging of DDL statements during backup
- Revision #496a14e187
2021-05-14 15:27:24 +0300
- Move debug_crash_here to it's own source files
- Revision #ad02d53a71
2021-05-16 13:45:54 +0300
- Create a backup file of ddl_recovery.log before starting recovery
- Revision #7762ee5dbe
2021-03-18 12:41:08 +0200
- MDEV-25180 Atomic ALTER TABLE MDEV-25604 Atomic DDL: Binlog event written upon recovery does not have default database
- Revision #3c578b0a96
2021-03-22 16:05:08 +0200
- Check if we can rename triggers before doing an ALTER TABLE ... RENAME
- Revision #c844a76b0a
2021-03-21 17:47:56 +0200
- Ensure that one can drop a trigger with an orphan .TRN file
- Revision #ffe7f19fa6
2021-01-31 18:43:50 +0200
- MDEV-24746 Atomic CREATE TRIGGER
- Revision #d494abd175
2021-01-17 16:34:01 +0200
- MDEV-24607 Atomic CREATE VIEW
- Revision #6aa9a552c2
2021-01-17 16:06:43 +0200
- MDEV-24576 Atomic CREATE TABLE
- Revision #7a588c30b1
2020-12-20 17:44:11 +0200
- MDEV-24408 Crash-safe DROP DATABASE
- Revision #407e9b78cf
2020-12-14 15:57:04 +0200
- MDEV-24395 Atomic DROP TRIGGER
- Revision #e3cfb7c803
2020-12-04 18:23:40 +0200
- MDEV-23844 Atomic DROP TABLE (single table)
- Revision #47010ccffa
2020-10-15 02:25:57 +0300
- MDEV-23842 Atomic RENAME TABLE
- Revision #55c771b4f3
2021-03-24 12:27:11 +0200
- Make rename atomic/repeatable in MyISAM and Aria
- Revision #5e7b1bad2f
2021-05-12 18:36:43 +0300
- Do not display not moved tables as moved in aria_chk
- Revision #58f26ab9d5
2021-03-30 17:49:48 +0300
- Renamed comment_length -> get_comment
- Revision #e45b54b75d
2021-03-28 18:50:40 +0300
- Removed Static_binary_string
- Revision #85d6278fed
2021-01-26 02:20:05 +0200
- Change replication to use uchar for all buffers instead of char
- Revision #db9398ba5e
2021-03-15 14:53:55 +0200
- Improved code comment and removed nop test
- Revision #08bc062e3c
2021-01-30 14:03:23 +0200
- Remove some usage of Check_level_instant_set and Sql_mode_save
- Revision #d754d3d951
2021-03-15 15:45:47 +0200
- Less noise in the error log
- Revision #249263525f
2021-03-18 12:48:20 +0200
- Avoid creating the .frm file twice in some cases
- Revision #4832e54915
2021-02-05 17:10:43 +0200
- MDEV-20025: ADD_MONTHS() Oracle function
- Revision #eb73245e30
2021-02-16 15:22:22 +0200
- Ensure that we do not allocate strings bigger than 4G in String objects.
- Revision #81d9bed3a4
2021-01-24 23:56:43 +0200
- MDEV-20017 Implement TO_CHAR() Oracle compatible function
- Revision #cf93209c70
2021-01-05 20:46:23 +0200
- MDEV-20021 sql_mode="oracle" does not support MINUS set operator
- Revision #b8c3159594
2021-01-04 17:27:26 +0200
- MDEV-24285 support oracle build-in function: sys_guid
- Revision #be093c81a7
2021-01-04 17:03:16 +0200
- MDEV-24089 support oracle syntax: rownum
- Revision #f16b8590bf
2020-11-17 16:59:38 +0200
- MDEV-19682 sql_mode="oracle" does not support sysdate
- Revision #7b134ffa3d
2020-11-13 12:55:40 +0200
- Make LEX::can_not_use_merged more general
- Revision #f2e3f0db6d
2020-11-04 19:39:27 +0200
- Added comment to create_inital_db.cmake of how to run it
- Revision #5ac05a6172
2020-10-18 16:36:22 +0300
- Give a readable error in mtr if resolve_at_variable fails
- Revision #188b0b99cf
2020-10-12 11:21:05 +0300
- Rename all external ddl_log function to start with ddl_log_ prefix
- Revision #02b6cef45e
2020-10-02 15:59:06 +0300
- Move all ddl log code to ddl_log.cc and ddl_log.h
- Revision #a28ea028af
2020-10-15 02:26:44 +0300
- Indentation cleanups (break long lines)
- Revision #f671a9dee7
2020-09-29 19:02:05 +0300
- Replace find_temporary_table() with is_temporary_table()
- Revision #949d10bea2
2020-09-03 20:27:12 +0300
- Don't reset StringBuffers in loops when not needed
- Revision #a206658b98
2020-08-22 02:08:59 +0300
- Change CHARSET_INFO character set and collaction names to LEX_CSTRING
- Revision #b0910dddf5
2020-08-22 02:09:34 +0300
- Fix test of characterset used with fulltext index in InnoDB
- Revision #6de84e6f4e
2021-05-17 00:59:51 +0200
- cleanup: Item::can_eval_in_optimize()
- Revision #30f0a246a0
2020-08-19 02:53:22 +0300
- Added override to all releveant methods in Item (and a few other classes)
- Revision #53b43f3078
2020-08-14 21:11:30 +0300
- Added full_name_cstring()
- Revision #b6ff139aa3
2020-08-12 20:29:55 +0300
- Reduce usage of strlen()
- Revision #b3bc02f923
2020-08-14 20:22:43 +0300
- Added ErrConvString.lex_cstring() to simplify code
- Revision #5c7d243b29
2020-08-13 20:17:00 +0300
- Add support for minimum field width for strings to my_vsnprintf()
- Revision #8dd6ad573c
2020-09-02 20:56:47 +0300
- Replaced base_flags_t::IS_AUTOGENERATED_NAME with IS_EXPLICT_NAME
- Revision #6079b46d8d
2020-09-02 03:13:32 +0300
- Split item->flags into base_flags and with_flags
- Revision #7ca4e381f7
2020-08-14 19:51:10 +0300
- Removed Item::is_fixed() and Item::has_subquery()
- Revision #9448548481
2020-08-03 13:13:39 +0300
- Remove calls to current_thd() in Item functions
- Revision #3105c9e7a5
2020-08-02 12:31:14 +0300
- Change bitfields in Item to an uint16
- Revision #451c4ae548
2020-07-31 16:11:35 +0300
- Renamed 'flags' variables in Item_class
- Revision #189d03dac5
2020-07-29 13:51:47 +0300
- Revert MDEV-14517 Cleanup for Item::with_subselect
- Revision #ae39f4f6d6
2020-07-28 19:41:05 +0300
- Revert MDEV-16592 "Change Item::with_sum_func to a virtual method"
- Revision #963e5e406d
2020-08-14 11:28:39 +0300
- Changed field_index to use field_index_t instead of uint16
- Revision #00d13069dd
2020-07-28 18:18:43 +0300
- Removed Item::common_flags and replaced it with bit fields
- Revision #cd1782d26a
2020-08-18 23:24:09 +0300
- Renamed Type_all_attributes::set_maybe_null() to set_type_maybe_null()
- Revision #c6bf04ab2e
2020-08-14 21:13:52 +0300
- Removed not used object Geometry::bad_geometry_data()
- Revision #61822a9b5f
2020-09-02 20:51:39 +0300
- Removed not used Item_type_holder() function
- Revision #60335ba16c
2020-08-17 18:42:58 +0300
- Enable BUILD scripts to work with clang
- Revision #163be5fd8c
2020-08-22 02:12:07 +0300
- Remove compiler warnings regarding signed/unsigned compare in mroonga
- Revision #e42130e9cd
2020-08-17 18:56:47 +0300
- Fixes that enables my_new.cc (new wrapper using my_malloc)
- Revision #a93c514595
2020-08-17 19:01:43 +0300
- Fixed my_addr_resolve
- Revision #942a5a89a9
2020-08-17 19:05:10 +0300
- Report memory leaks from mariadbd if -T or --debug is used
- Revision #36cdd5c3cd
2020-09-16 11:23:50 +0300
- Optimize usage of c_ptr(), c_ptr_quick() and String::alloc()
- Revision #da85ad7987
2020-08-14 18:56:56 +0300
- Optimize Sql_alloc
- Revision #c76eabfb5e
2020-08-27 13:09:49 +0300
- Improved storage size for Item, Field and some other classes
- Revision #8e8bda7fd3
2020-08-28 17:11:55 +0300
- Optimize size of lex structures
- Revision #fa7d4abf16
2020-08-27 12:24:32 +0300
- Added typedef decimal_digits_t (uint16) for number of digits in most aspects of decimals and integers
- Revision #aee84453ab
2020-07-14 18:36:05 +0300
- MDEV-23001 Precreate static Item_bool() to simplify code
- Revision #78a0fe792a
2021-05-18 09:52:13 -0600
- MDEV-25222: mysqlbinlog --base64-output wrong option default drops BINLOG from output
- Revision #2714158150
2021-05-19 14:27:12 +0300
- MDEV-25691 fixup: Correctly drop orphan foreign keys
- Merge Revision #5d495fc44b 2021-05-19 09:15:54 +0300 - Merge 10.5 into 10.6
- Merge Revision #db8fb40824 2021-05-19 08:39:39 +0300 - Merge 10.4 into 10.5
- Revision #08b6fd9395
2021-05-18 12:13:18 +0300
- MDEV-25710: Dead code os_file_opendir() in the server
- Revision #895c126a23
2021-05-18 16:04:56 +0300
- MDEV-15528 fixup: Remove references to background scrubbing
- Revision #e3adb4345d
2021-05-19 09:15:28 +0300
- MDEV-8334: Adjust test results
- Revision #2fdb556e04
2021-02-15 01:39:37 +0530
- MDEV-8334: Rename utf8 to utf8mb3
- Revision #c366845a0b
2021-05-18 12:53:40 +0300
- MDEV-25691: Simplify handlerton::drop_database for InnoDB
- Merge Revision #f09d33f521 2021-05-18 11:13:45 +0300 - Merge 10.5 into 10.6
- Revision #7b51d11cca
2021-05-18 09:27:59 +0300
- MDEV-25594: Improve debug checks
- Merge Revision #cc2651b74c 2021-05-18 09:21:59 +0300 - Merge 10.4 into 10.5
- Merge Revision #4240704abc 2021-05-18 08:59:12 +0300 - Merge 10.3 into 10.4
- Merge Revision #ca3f497564 2021-05-18 08:40:19 +0300 - Merge 10.2 into 10.3, except MDEV-25682
- Revision #b9a2e4609f
2021-05-18 08:37:24 +0300
- MDEV-25594: Assertion failure in DeadlockChecker::check_and_resolve()
- Revision #23cad4d8c5
2021-05-17 18:59:26 +0200
- wsrep_sst_common.sh: file mode changed back to 664
- Revision #88c7a58ecf
2021-05-12 18:03:45 +0530
- MDEV-22530: Aborting OPTIMIZE TABLE still logs in binary log and replicates to the Slave server.
- Revision #410e3c1a9a
2021-05-12 18:00:06 +0530
- MDEV-17515: GTID Replication in optimistic mode deadlock
- Revision #80ae3677e1
2021-05-17 09:39:19 +1000
- MDEV-25681: --relay-log{,-index} missing warning
- Revision #6811ed3e10
2021-05-14 12:51:36 +0200
- MDEV-25669: SST scripts should check all server groups in config files
- Revision #4675febb7a
2021-05-13 12:23:11 +0200
- Added missing connection lines to some tests
- Revision #677f1ef6f0
2021-05-14 16:43:36 -0700
- MDEV-25682 Explain shows an execution plan different from actually executed
- Revision #e607f3398c
2021-04-14 10:56:12 +0100
- MDEV-25336 Parallel replication causes failed assert while restarting
- Revision #355dc74b76
2021-04-14 11:23:38 +0100
- MDEV-22370 safe_mutex: Trying to lock uninitialized mutex at /data/src/10.4-bug/sql/rpl_parallel.cc, line 470 upon shutdown during FTWRL
- Revision #3616640a31
2020-01-17 20:26:14 +0200
- MDEV-20821 parallel slave server shutdown hang
- Revision #ec348f555b
2021-05-11 20:08:40 +0200
- mtr: --gdb mode, also quote ";", not only " "
- Revision #3cf57aae9f
2021-05-11 10:04:52 +0200
- MDEV-23580 addendum: normal operation in configurations where stunnel is not available
- Revision #089d82a74b
2021-05-10 09:50:56 -0400
- bump the VERSION
- Revision #8fef2b8667
2021-05-10 04:27:16 +0200
- MDEV-23580: WSREP_SST: [ERROR] rsync daemon port has been taken
- Revision #9f03a394ff
2021-05-17 18:59:26 +0200
- wsrep_sst_common.sh: file mode changed back to 664
- Revision #f92cd0c56b
2021-05-14 12:51:36 +0200
- MDEV-25669: SST scripts should check all server groups in config files
- Revision #16437e5e25
2021-05-13 12:23:11 +0200
- Added missing connection lines to some tests
- Revision #1447b39475
2021-05-07 14:04:24 +0300
- Updated galera_3nodes disabled.def file
- Revision #2d47bad3ac
2021-05-11 10:04:52 +0200
- MDEV-23580 addendum: normal operation in configurations where stunnel is not available
- Revision #7e8a89387b
2021-05-10 04:27:16 +0200
- MDEV-23580: WSREP_SST: [ERROR] rsync daemon port has been taken
- Revision #bc4d995cfa
2021-05-10 10:49:19 -0400
- bump the VERSION
- Revision #e861e057ad
2021-05-17 19:51:49 +0200
- MDEV-25693: SST failed due to incorrect connection address
- Revision #cf4dd3cc81
2021-05-17 18:59:26 +0200
- wsrep_sst_common.sh: file mode changed back to 664
- Revision #f9f8e33f29
2021-05-14 12:51:36 +0200
- MDEV-25669: SST scripts should check all server groups in config files
- Revision #16898e7f11
2021-05-13 12:23:11 +0200
- Added missing connection lines to some tests
- Revision #9aac079a84
2021-05-11 10:04:52 +0200
- MDEV-23580 addendum: normal operation in configurations where stunnel is not available
- Revision #27ae7f2a26
2021-05-10 04:27:16 +0200
- MDEV-23580: WSREP_SST: [ERROR] rsync daemon port has been taken
- Revision #b2bb747f8c
2021-05-10 11:11:21 -0400
- bump the VERSION
- Revision #81402c1318
2021-05-12 11:46:58 -0600
- MDEV-25222: mysqlbinlog --base64-output wrong option default drops BINLOG from output
- Revision #740917620a
2021-05-17 19:51:49 +0200
- MDEV-25693: SST failed due to incorrect connection address
- Revision #2947cf6499
2021-05-17 18:59:26 +0200
- wsrep_sst_common.sh: file mode changed back to 664
- Revision #527675d53a
2021-05-14 12:51:36 +0200
- MDEV-25669: SST scripts should check all server groups in config files
- Revision #7bc458dd79
2021-05-11 10:04:52 +0200
- MDEV-23580 addendum: normal operation in configurations where stunnel is not available
- Revision #d57e60d782
2021-05-10 04:27:16 +0200
- MDEV-23580: WSREP_SST: [ERROR] rsync daemon port has been taken
- Revision #c22d567e1a
2021-05-14 15:59:09 +0400
- MDEV-25690 Plugins can't execute sql statements with the Galera enabled.
- Revision #34340fb501
2021-05-17 19:51:49 +0200
- MDEV-25693: SST failed due to incorrect connection address
- Revision #d45f61c3ad
2021-05-17 18:59:26 +0200
- wsrep_sst_common.sh: file mode changed back to 664
- Revision #9e8e82cc11
2021-05-14 12:51:36 +0200
- MDEV-25669: SST scripts should check all server groups in config files
- Revision #69feb040bf
2021-05-11 10:04:52 +0200
- MDEV-23580 addendum: normal operation in configurations where stunnel is not available
- Revision #bcd6af931f
2021-05-10 04:27:16 +0200
- MDEV-23580: WSREP_SST: [ERROR] rsync daemon port has been taken
- Revision #86dc7b4d4c
2021-05-17 18:12:33 +0300
- MDEV-24626 Remove synchronous write of page0 file during file creation
- Revision #c290c0d7e0
2021-05-17 15:54:33 +0300
- Simplify a preprocessor condition
- Revision #7e1ec1550c
2021-05-11 20:10:54 +0530
- MDEV-19371: Implement binlog_expire_logs_seconds for purging of binary logs
- Revision #1b1882c627
2021-05-17 09:56:04 +0300
- MDEV-25689: Remove MONITOR_TABLE_REFERENCE, MONITOR_TABLE_CLOSE
- Revision #adb0fdb268
2021-05-17 09:03:06 +0300
- Cleanup: Remove unused DB_TABLE_IS_BEING_USED
- Revision #a6cff02a2f
2021-05-17 08:37:59 +0300
- MDEV-25687: Remove trx_active_transactions
- Revision #cdbd04dde5
2021-05-17 07:44:40 +0300
- MDEV-18518 fixup: Remove row_drop_table_after_create_fail()
- Revision #bee1bb056d
2021-05-14 13:25:03 +0300
- MDEV-9609 : wsrep_debug only logs DDL information on originating node
- Revision #1c5ae99194
2021-05-14 08:36:14 +0300
- MDEV-25666: After backup, "Could not find a valid tablespace file"
- Revision #7750cda148
2021-05-14 08:27:16 +0300
- Cleanup: Remove innodb_flush_method (use srv_file_flush_method)
- Revision #3a427c568b
2021-05-14 08:26:51 +0300
- Cleanup: Remove useless message "If you are installing InnoDB"
- Revision #a0b133f431
2021-05-14 08:24:43 +0300
- MDEV-25312 fixup: Invoke fil_space_t::rename() correctly
- Revision #4547c6f283
2021-05-13 12:25:01 +0300
- MDEV-25154: JSON_TABLE: Queries involving ordinality columns are unsafe ...
- Revision #916c28c9e5
2021-05-13 13:19:57 +0300
- fixup e3b3384282b080e2d331507513afdf2b612f630b: wsrep test results
- Revision #fe9450676f
2021-05-12 13:46:51 +0530
- MDEV-25502: rpl.rpl_perfschema_applier_status_by_worker failed in bb with: Test assertion failed
- Revision #e3b3384282
2021-05-11 16:27:37 +0300
- tztime_to_sql: quote `Offset` field
- Revision #982290fe9b
2021-05-13 01:51:19 +0900
- Fix the following valgrind error on Spider
- Merge Revision #370b310b1d 2021-05-12 07:47:51 +0300 - Merge 10.5 into 10.6
- Revision #4d53a7585c
2021-05-11 21:25:08 +0300
- Updated tests in decimal.c that match current API and usage
- Revision #0df51e610b
2021-05-11 21:05:51 +0300
- MDEV-25651 Server crash or assertion failure in THD::update_stats upon concurrent DROP TRIGGER
- Revision #621501f38b
2021-05-10 20:36:38 +0300
- MDEV-25606: Concurrent CREATE TRIGGER statements mix up in binlog and break replication
- Revision #5d8684863c
2021-05-10 11:33:29 -0400
- bump the VERSION
- Revision #b6cfb2961e
2021-05-10 11:10:53 -0600
- MDEV-14974: --port ignored for --host=localhost
- Revision #02380cd384
2021-05-11 09:58:23 +0300
- MDEV-21452 fixup: recursive recv_sys.mutex lock
- Merge Revision #f8665314d4 2021-05-10 11:42:04 +0300 - Merge 10.5 into 10.6
- Merge Revision #0e1437e147 2021-05-10 10:01:15 +0300 - Merge 10.4 into 10.5
- Merge Revision #8c73fab7f7 2021-05-10 09:52:01 +0300 - Merge 10.3 into 10.4
- Merge Revision #98e6159892 2021-05-10 09:09:50 +0300 - Merge 10.2 into 10.3
- Revision #d0785f7731
2021-05-09 10:32:49 +0200
- MDEV-25232 Ninja MSVC build sets default CMAKE_BUILD_TYPE to Debug
- Revision #e1bf1aea5c
2021-05-06 22:58:28 +0200
- force jemalloc to be used in release rpm/deb builds
- Revision #66acec99d5
2021-05-03 18:10:13 +0200
- XA PREPARE and SHOW STATUS
- Revision #18fbe566bd
2021-05-03 18:01:30 +0200
- mtr --gdb='commands' and restarts
- Revision #af781f1ac4
2021-05-03 18:00:09 +0200
- fix mtr --client-gdb to work
- Revision #ad4b51948f
2021-05-03 17:53:17 +0200
- Revert "Connect: remove Mongo dependencies"
- Revision #afb8e87391
2021-05-07 21:42:42 +0200
- Skip auth_named_pipe test, if plugin was not built
- Revision #76c2b5106e
2021-05-07 14:52:46 +0300
- Fix clang++-11 -Wsometimes-uninitialized
- Merge Revision #c225eee219 2021-05-07 11:18:55 +0200 - Merge branch 'bb-10.2-release' into 10.2
- Revision #54d7ba9609
2021-05-06 04:03:07 +0200
- MDEV-25418: Improve mariabackup SST script compliance with native MariaDB SSL practices and configuration.
- Revision #cf67ca48d6
2021-04-25 18:06:53 +0300
- MDEV-25418 rsync SST does not work with stunnel encryption
- Revision #ee1e877470
2021-05-06 01:16:52 +0200
- MDEV-24962 addendum: improved handling of paths with spaces
- Revision #6895c9eaa0
2021-05-05 03:17:51 +0200
- MDEV-24962 addendum: mariabackup does not understand --log-bin-index and --log-basename options
- Revision #5ad7f52558
2021-05-03 23:26:30 +0200
- MDEV-21603 Crashing SHOW TABLES with derived table in WHERE condition
- Revision #1ae7673aae
2021-04-28 01:39:31 +0200
- MDEV-24962: Galera SST innobackupex-move ignores Environment settings
- Revision #e0324bf300
2021-04-15 13:53:28 +0200
- wsrep sst scripts: removing extra blank lines and spaces
- Merge Revision #72753d2b65 2021-05-07 11:51:22 +0200 - Merge branch 'bb-10.3-release' into 10.3
- Revision #625e44a80d
2021-05-05 15:46:22 +0530
- MDEV-25597: Disable rpl_semi_sync_slave_compressed_protocol.test
- Merge Revision #583b72ad0d 2021-05-07 11:50:24 +0200 - Merge branch 'bb-10.4-release' into 10.4
- Revision #1ef3207cb8
2021-05-10 09:36:22 +0530
- MDEV-19371: Implement binlog_expire_logs_seconds for purging of binary logs
- Revision #49ff2cbff4
2021-05-07 12:57:20 +0530
- MDEV-19371: Implement binlog_expire_logs_seconds for purging of binary logs
- Revision #4205078b41
2021-05-09 23:50:11 +0200
- Fix clang-cl warning
- Revision #f3c1e3f40f
2021-05-09 23:49:19 +0200
- Remove incorrect comment.
- Revision #bc64a03c3a
2021-05-09 23:45:24 +0200
- Windows - Fix CMAKE_INTERPROCEDURAL_OPTIMIZATION build with MSVC
- Revision #f33e8e4a95
2021-05-09 13:26:03 +0200
- Windows : fix warning about potential division by 0
- Revision #fbad1b1150
2021-05-09 13:23:22 +0200
- MDEV-19237 - small performance tweak
- Merge Revision #916b237b3f 2021-05-07 15:00:27 +0300 - Merge 10.5 into 10.6
- Merge Revision #35977e81f9 2021-05-07 12:13:17 +0200 - Merge branch 'bb-10.5-release' into 10.5
- Revision #a5b3982585
2021-05-07 08:13:28 +0200
- MDEV-25613 assertion (file_system.n_open > 0) failed
- Revision #a04202673f
2021-05-07 14:18:36 +0300
- MDEV-18518 fixup: Remove unused variables
- Revision #c74f059abc
2021-05-07 09:45:56 +0300
- Update Galera disabled.def files on 10.6
- Revision #2ceadb3903
2021-05-06 16:34:10 +0300
- MDEV-25506 (2 of 3): Kill during DDL leaves orphan .ibd file
- Revision #cc2ddde4d8
2021-05-06 16:04:29 +0300
- MDEV-18518 follow-up fixes
- Merge Revision #b2e0a45d7a 2021-05-05 13:15:06 +0300 - Merge 10.5 into 10.6
- Revision #d44a10f4dd
2021-05-05 12:51:44 +0300
- MDEV-23855 follow-up: Make innodb.doublewrite more stable
- Revision #f673277491
2021-05-05 07:29:10 +0300
- MDEV-25586 : SIGSEGV in my_strcasecmp_utf8mb3
- Revision #803fa4b3fc
2021-04-11 08:22:28 -0700
- MCOL-4535: Clean up libreadline as ColumnStore no longer needs it
- Merge Revision #e0d61cb41c 2021-05-04 12:12:15 +0300 - Merge remote-tracking branch 10.4 into 10.5
- Revision #473e85e931
2021-05-04 08:44:56 +0300
- MDEV-25591 : Test case cleanups
- Revision #0238e68464
2021-05-04 08:44:56 +0300
- MDEV-25591 : Test case cleanups
- Revision #4ff4df3232
2021-05-04 20:01:59 +0300
- MDEV-25491 fixup: Optimize fil_space_t::check_pending_operations()
- Revision #11597e02f3
2021-05-04 15:40:05 +0530
- MDEV-25502: rpl.rpl_perfschema_applier_status_by_worker failed in bb with: Test assertion failed
- Revision #025eed061b
2021-05-04 11:51:35 +0300
- Cleanup: Remove unnecessary InnoDB log writes
- Revision #0ff90b3b94
2021-05-04 11:29:55 +0300
- MDEV-25506: Kill during DDL leaves orphan .ibd file
- Revision #52aac131e3
2021-05-03 18:53:01 +0300
- MDEV-18518 Multi-table CREATE and DROP transactions for InnoDB
- Merge Revision #1e1073b810 2021-05-04 07:37:38 +0300 - Merge 10.5 into 10.6
- Revision #9fe681c9e4
2021-04-30 16:39:06 +0530
- MDEV-25509 Atomic DDL: Assertion `err != DB_DUPLICATE_KEY' fails after previous error upon multi-RENAME
- Revision #fd8c68c7fe
2021-04-30 10:31:37 +0300
- MDEV-25491 fixup: Race between DROP TABLE and purge of DROP INDEX
- Revision #f21e159bb5
2021-04-30 08:55:16 +0200
- MDEV-25506 fixup for Windows
- Revision #db0782243c
2021-04-29 22:17:37 +0300
- MDEV-25524 fixup for Windows
- Revision #54e2e70194
2021-04-29 15:25:57 +0300
- MDEV-25524 heap-use-after-free in fil_space_t::rename()
- Merge Revision #55e0ce1401 2021-04-29 16:35:26 +0300 - Merge 10.5 into 10.6
- Revision #aed8605dd1
2021-04-29 12:03:48 +0300
- Update wsrep-lib
- Revision #c409dd42ef
2021-04-28 10:58:05 +0200
- MDEV-22131 allow transition from unencrypted to TLS cluster communication without cluster downtime
- Revision #98e3034eea
2021-04-28 17:11:48 +0300
- MDEV-25534 Assertion lock_table_has...LOCK_IX
- Revision #a29618f3bd
2021-04-27 18:21:38 +0300
- MDEV-25522: Purge of aborted ADD INDEX leaves orphan locks behind
- Revision #5abb505af9
2021-04-27 18:05:36 +0300
- dict_drop_index_tree(): More robust corruption handling
- Revision #f619d79bda
2021-04-26 13:52:52 +0300
- MDEV-25491: Race condition between DROP TABLE and purge of SYS_INDEXES record
- Revision #a81aec1505
2021-04-23 16:58:25 +0300
- MDEV-25491 preparation: Clean up tablespace destruction
- Revision #b3d963fee4
2021-04-19 22:54:45 +0900
- MDEV-22265 Connect string character limit too small for full 64 character InnoDB table-name limit when using ad-hoc Spider server definitions.
- Revision #9db14e93ac
2021-04-26 09:51:38 -0400
- bump the VERSION
- Merge Revision #ed4b2b3f95 2021-04-26 08:40:36 +0300 - Merge 10.5 into 10.6
- Revision #b81382887c
2021-04-25 12:58:16 +0300
- MDEV-25512 Deadlock between sux_lock::u_x_upgrade() and sux_lock::u_lock()
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.