lp:maria
- Get this repository:
-
git clone
https://git.launchpad.net/maria
Import details
This repository is an import of the Git repository at https://github.com/MariaDB/server.git.
Last successful import was .
Branches
Name | Last Modified | Last Commit |
---|---|---|
bb-10.6-release | 2023-01-27 19:09:11 UTC |
Merge branch '10.5' into 10.6
Author:
Oleksandr "Sanja" Byelkin
Merge branch '10.5' into 10.6 |
bb-11.0 | 2023-01-27 16:29:33 UTC |
Optimizer Trace: make plan_prefix not show const/eliminated tables
Author:
Sergey Petrunia
Optimizer Trace: make plan_prefix not show const/eliminated tables |
bb-10.5- |
2023-01-27 15:18:04 UTC |
Testing Windows bb with skip-name-resolve
Author:
Anel Husakovic
Testing Windows bb with skip-name-resolve |
bb-10.5-MDEV-30479 | 2023-01-27 14:39:00 UTC |
MDEV-30479 OPT_PAGE_CHECKSUM mismatch after innodb_undo_log_truncate=ON
Author:
Marko Mäkelä
MDEV-30479 OPT_PAGE_CHECKSUM mismatch after innodb_ page_recv_ |
bb-10.6-MDEV-29181 | 2023-01-27 13:04:34 UTC |
MDEV-30021 FK actions are ignored after tc_purge and COMMIT
Author:
Nikita Malyavin
MDEV-30021 FK actions are ignored after tc_purge and COMMIT When a table is evicted, do not delete all relations from foreign/referenced set element should only be removed if table is dropped, |
bb-10.5-release | 2023-01-27 12:54:14 UTC |
Merge branch '10.4' into 10.5
Author:
Oleksandr "Sanja" Byelkin
Merge branch '10.4' into 10.5 |
bb-10.5- |
2023-01-27 08:40:07 UTC |
MDEV-30473 : Do not allow GET_LOCK() / RELEASE_LOCK() in cluster
Author:
Jan Lindström
MDEV-30473 : Do not allow GET_LOCK() / RELEASE_LOCK() in cluster In 10.5 If WSREP_ON=ON do not allow RELEASE_ALL_LOCKS function. |
10.5 | 2023-01-27 08:40:07 UTC |
MDEV-30473 : Do not allow GET_LOCK() / RELEASE_LOCK() in cluster
Author:
Jan Lindström
MDEV-30473 : Do not allow GET_LOCK() / RELEASE_LOCK() in cluster In 10.5 If WSREP_ON=ON do not allow RELEASE_ALL_LOCKS function. |
10.4 | 2023-01-27 06:39:32 UTC |
MDEV-30473 : Do not allow GET_LOCK() / RELEASE_LOCK() in cluster
Author:
Jan Lindström
MDEV-30473 : Do not allow GET_LOCK() / RELEASE_LOCK() in cluster If WSREP_ON=ON do not allow GET_LOCK and RELEASE_LOCK functions. |
bb-10.4- |
2023-01-27 06:39:32 UTC |
MDEV-30473 : Do not allow GET_LOCK() / RELEASE_LOCK() in cluster
Author:
Jan Lindström
MDEV-30473 : Do not allow GET_LOCK() / RELEASE_LOCK() in cluster If WSREP_ON=ON do not allow GET_LOCK and RELEASE_LOCK functions. |
bb-10.6- |
2023-01-26 14:17:05 UTC |
MDEV-27701 Race on trx->lock.wait_lock between lock_rec_move() and lock_sys_t...
Author:
Vlad Lesin
MDEV-27701 Race on trx->lock.wait_lock between lock_rec_move() and lock_sys_ |
bb-11.0- |
2023-01-26 14:15:22 UTC |
MDEV-29544 SIGSEGV in HA_CREATE_INFO::finalize_locked_tables
Author:
midenok
MDEV-29544 SIGSEGV in HA_CREATE_ On finalize_ DDL_LOG flag passed as rename param helps to force rename when the |
bb-10.4-release | 2023-01-26 13:16:43 UTC |
MDEV-30218: Incorrect optimization for rowid_filtering, correction
Author:
Sergey Petrunia
MDEV-30218: Incorrect optimization for rowid_filtering, correction Enable use of Rowid Filter optimization with eq_ref access. |
st-10.6-thiru | 2023-01-26 12:39:34 UTC |
MDEV-30429 InnoDB: Failing assertion: stat_value != UINT64_UNDEFINED in stor...
Author:
THIRUNARAYANAN BALATHANDAYUTHAPANI
MDEV-30429 InnoDB: Failing assertion: stat_value != UINT64_UNDEFINED in storage/ In dict_stats_ |
10.6 | 2023-01-26 12:39:34 UTC |
MDEV-30429 InnoDB: Failing assertion: stat_value != UINT64_UNDEFINED in stor...
Author:
THIRUNARAYANAN BALATHANDAYUTHAPANI
MDEV-30429 InnoDB: Failing assertion: stat_value != UINT64_UNDEFINED in storage/ In dict_stats_ |
st-10.3-wlad | 2023-01-26 11:32:15 UTC |
MDEV-30475 Windows, mtr - Remove outdated instructions on how to install post...
Author:
Vladislav Vaintroub
MDEV-30475 Windows, mtr - Remove outdated instructions on how to install post-mortem debugger Also, use standard C:\symbols location for OS debugging symbols cache, |
10.3 | 2023-01-26 11:32:15 UTC |
MDEV-30475 Windows, mtr - Remove outdated instructions on how to install post...
Author:
Vladislav Vaintroub
MDEV-30475 Windows, mtr - Remove outdated instructions on how to install post-mortem debugger Also, use standard C:\symbols location for OS debugging symbols cache, |
bb-10.11- |
2023-01-26 10:08:23 UTC |
MDEV-29390: Improve coverage for UPDATE and DELETE statements in MTR test suites
Author:
Lena Startseva
MDEV-29390: Improve coverage for UPDATE and DELETE statements in MTR test suites Created tests for "delete" based on update_ For the update_ Added tests for update/delete with LooseScan and DuplicateWeedout optimization strategies |
bb-10.4- |
2023-01-26 09:04:28 UTC |
MDEV-30218: Incorrect optimization for rowid_filtering, correction
Author:
Sergey Petrunia
MDEV-30218: Incorrect optimization for rowid_filtering, correction Enable use of Rowid Filter optimization with eq_ref access. |
bb-10.3- |
2023-01-26 06:58:12 UTC |
MDEV-30151 parse error 1=2 not between/in
Author:
Alexander Barkov
MDEV-30151 parse error 1=2 not between/in This patch fixes the problem by adding a new rule booleat_test. Additionally, fixing %prec in this grammar branch: - | boolean_test IS NULL_SYM %prec PREC_BELOW_NOT to have consistently "%prec IS" in all grammar branches starting - boolean_test IS TRUE |
bb-10.3-igor | 2023-01-25 22:27:55 UTC |
MDEV-28616 Crash when using derived table over union with order by clause
Author:
Igor Babaev
MDEV-28616 Crash when using derived table over union with order by clause This bug manifested itself when the server processed a query containing Approved by Oleksandr Byelkin <sanja@mariadb.com> |
11.0 | 2023-01-25 14:40:32 UTC |
MDEV-28910 remove the 5.5.5- version hack
Author:
Sergei Golubchik
MDEV-28910 remove the 5.5.5- version hack no longer needed, MySQL replication was fixed meanwhile. client code still can recognize and strip the prefix though. |
bb-11.0-serg | 2023-01-25 14:40:32 UTC |
MDEV-28910 remove the 5.5.5- version hack
Author:
Sergei Golubchik
MDEV-28910 remove the 5.5.5- version hack no longer needed, MySQL replication was fixed meanwhile. client code still can recognize and strip the prefix though. |
bb-11.0- |
2023-01-25 10:33:49 UTC |
MDEV-30318 : galera error messages in mariadb log without galera enabled
Author:
Jan Lindström
MDEV-30318 : galera error messages in mariadb log without galera enabled Do not compile wsrep_provider plugin if WITH_WSREP is not enabled. Make sure tests require Galera library 26.4.14 if needed. |
bb-10.5- |
2023-01-25 08:01:00 UTC |
MDEV-30465 : Galera test galera_sr.MDEV-27615 takes 5mins
Author:
Jan Lindström
MDEV-30465 : Galera test galera_ After d7d3ad69 we should use KILL_CONNECTION |
bb-10.6-MDEV-30429 | 2023-01-25 07:13:47 UTC |
MDEV-30429 InnoDB: Failing assertion: stat_value != UINT64_UNDEFINED in stor...
Author:
THIRUNARAYANAN BALATHANDAYUTHAPANI
MDEV-30429 InnoDB: Failing assertion: stat_value != UINT64_UNDEFINED in storage/ In dict_stats_ |
bb-10.6- |
2023-01-25 07:08:15 UTC |
MDEV-27977 : galera.galera_UK_conflict fails with wrong result
Author:
Jan Lindström
MDEV-27977 : galera. Add wait_condition so that all rows expected are really |
bb-10.8-MDEV-29934 | 2023-01-25 04:12:33 UTC |
MDEV-29943: Check gtid_slave_pos and use sync_with_master_gtid (and remove su...
Author:
Angelique Sklavounos
MDEV-29943: Check gtid_slave_pos and use sync_with_ |
bb-10.3-mdev-30464 | 2023-01-25 02:11:47 UTC |
MDEV-30464 Adding a testsuite spider/unfixed with a readme.
Author:
Yuchen Pei
MDEV-30464 Adding a testsuite spider/unfixed with a readme. |
bb-11.0-mdev-29676 | 2023-01-25 02:10:20 UTC |
MDEV-29676 Adding a testcase for mdev-29676
Author:
Yuchen Pei
MDEV-29676 Adding a testcase for mdev-29676 |
bb-10.4- |
2023-01-25 01:12:17 UTC |
MDEV-30370 Fixing spider hang when server aborts
Author:
Yuchen Pei
MDEV-30370 Fixing spider hang when server aborts This is Kentoku's patch for MDEV-22979 (e6e41f04f4e + 22a0097727f), It changes the wait to a timed wait for the first sts thread, which It also fixes MDEV-22979 for 10.4, but not 10.5. I have not tested A test has also been done on MDEV-29904 to avoid regression, given However, this adhoc test only works consistently when placed in the |
bb-10.3-release | 2023-01-24 19:51:53 UTC |
MDEV-30457 Windows, signtool error "No file digest algorithm specified."
Author:
Vladislav Vaintroub
MDEV-30457 Windows, signtool error "No file digest algorithm specified." Add /fd parameter. It is now mandatory for the recent versions of |
bb-10.6- |
2023-01-24 19:28:21 UTC |
Columnstore version is 6.4.7 now
Author:
Roman Nozdrin
Columnstore version is 6.4.7 now |
bb-10.3-andrei | 2023-01-24 18:18:03 UTC |
MDEV-30323 Some DDLs like ANALYZE can complete on parallel slave out of order
Author:
Andrei
MDEV-30323 Some DDLs like ANALYZE can complete on parallel slave out of order ANALYZE was observed to race over a preceding in binlog order DML Tagging ANALYZE and other admin class commands in binlog by the fixes |
bb-11.0- |
2023-01-24 16:04:46 UTC |
Test commit
Author:
Elena Stepanova
Test commit |
10.11 | 2023-01-24 13:17:39 UTC |
Merge 10.10 into 10.11
Author:
Marko Mäkelä
Merge 10.10 into 10.11 |
10.10 | 2023-01-24 13:17:10 UTC |
Merge 10.9 into 10.10
Author:
Marko Mäkelä
Merge 10.9 into 10.10 |
10.9 | 2023-01-24 12:59:42 UTC |
Merge 10.8 into 10.9
Author:
Marko Mäkelä
Merge 10.8 into 10.9 |
bb-10.6-mcs-6.4.7 | 2023-01-24 12:59:39 UTC |
Columnstore version is 6.4.7 now
Author:
Roman Nozdrin
Columnstore version is 6.4.7 now |
10.8 | 2023-01-24 12:52:25 UTC |
Merge 10.7 into 10.8
Author:
Marko Mäkelä
Merge 10.7 into 10.8 |
10.7 | 2023-01-24 12:35:36 UTC |
Merge 10.6 into 10.7
Author:
Marko Mäkelä
Merge 10.6 into 10.7 |
bb-10.3-tmp2 | 2023-01-24 11:30:22 UTC |
Added comments re JOIN::all_fields, JOIN::fields_list
Author:
Sergey Petrunia
Added comments re JOIN::all_fields, JOIN::fields_list |
bb-10.2-andrei | 2023-01-24 11:30:21 UTC |
MDEV-30323 Some DDLs like ANALYZE can complete on parallel slave out of order
Author:
Andrei
MDEV-30323 Some DDLs like ANALYZE can complete on parallel slave out of order ANALYZE was observed to race over a preceding in binlog order DML Tagging ANALYZE and other admin class commands in binlog by the fixes |
bb-10.7-MDEV-24623 | 2023-01-24 10:43:12 UTC |
MDEV-24623 Replicate bulk insert as table-level exclusive key
Author:
Denis Protivensky
MDEV-24623 Replicate bulk insert as table-level exclusive key - introduce table key construction function in wsrep service interface Reviewed-by: Jan Lindström <jan.lindstrom@ |
bb-10.10- |
2023-01-24 09:54:45 UTC |
MDEV-30452: ssl error: unexpected EOF while reading
Author:
Julius Goryavsky
MDEV-30452: ssl error: unexpected EOF while reading This commit contains a сorrection for a new behaviour was introduced |
bb-10.5-MDEV-30415 | 2023-01-24 09:42:18 UTC |
MDEV-30415 PERIOD false positive overlap wtih utf8mb4_unicode_nopad_ci
Author:
Nikita Malyavin
MDEV-30415 PERIOD false positive overlap wtih utf8mb4_ A wrong UNIQUE violation is caused here by camparing strings Field::cmp_prefix uses a comparison through collation, so cmp_binary should |
bb-10.8- |
2023-01-24 07:35:32 UTC |
MDEV-30370 MDEV-22979 MDEV-29904 MDEV-27912 Spider hang when abort
Author:
Yuchen Pei
MDEV-30370 MDEV-22979 MDEV-29904 MDEV-27912 Spider hang when abort This is Kentoku's fix for MDEV-22979 (e6e41f04f4e + 22a0097727f), Also update restart_spider.inc to allow passing restart_parameters, so |
bb-10.3- |
2023-01-24 06:30:20 UTC |
MDEV-29447 WIP Refactor spider_db_mbase_util::open_item_func
Author:
Yuchen Pei
MDEV-29447 WIP Refactor spider_ WIP: incorporating comments from spider_ We split the function into two distinct functions: one handles the This refactoring was done in a conservative way because we do not It also fixes a problem (MDEV-29447) where field items that are Note this commit is a port of Signed-off-by: Yuchen Pei <yuchen. |
bb-10.3-MDEV-28622 | 2023-01-24 01:31:11 UTC |
MDEV-28620, MDEV-28621, MDEV-28622 Server crash in /sql/item_subselect.cc *
Author:
Rex
MDEV-28620, MDEV-28621, MDEV-28622 Server crash in /sql/item_ |
bb-10.5-andrei | 2023-01-23 17:01:48 UTC |
MDEV-30423 Deadlock on Replica during BACKUP STAGE BLOCK_COMMIT on XA transac...
Author:
Andrei
MDEV-30423 Deadlock on Replica during BACKUP STAGE BLOCK_COMMIT on XA transactions The user XA commit execution branch was caught not have been covered The XA involved deadlock is resolved now to apply the former fixes |
bb-10.3- |
2023-01-23 16:22:21 UTC |
MDEV-15178: Filesort::make_sortorder: Assertion `pos->field != __null |
Author:
Sergey Petrunia
MDEV-15178: Filesort: (Initial patch by Varun Gupta. Amended and added comments). When the query has both we need to use two temporary tables. The first temp.table will hold the Then, we need to write their values into the second temp. table. Then, Failure to create the second temp. table would cause an assertion |
bb-10.6-MDEV-30393 | 2023-01-23 12:37:59 UTC |
MDEV-30393 InnoDB: Assertion failure in dict0dict.cc upon ADD FULLTEXT INDEX
Author:
THIRUNARAYANAN BALATHANDAYUTHAPANI
MDEV-30393 InnoDB: Assertion failure in dict0dict.cc upon ADD FULLTEXT INDEX Problem: Solution: |
bb-10.7-MDEV-29975 | 2023-01-23 05:09:20 UTC |
MDEV-29975 InnoDB fails to release savepoint during bulk insert
Author:
THIRUNARAYANAN BALATHANDAYUTHAPANI
MDEV-29975 InnoDB fails to release savepoint during bulk insert - InnoDB does partial rollback of bulk operation alone when |
bb-10.6-MDEV-29975 | 2023-01-23 04:43:24 UTC |
MDEV-29975 InnoDB fails to release savepoint during bulk insert
Author:
THIRUNARAYANAN BALATHANDAYUTHAPANI
MDEV-29975 InnoDB fails to release savepoint during bulk insert - InnoDB does rollback the whole transaction and discards the |
bb-10.5-MDEV-29693 | 2023-01-21 14:01:40 UTC |
MDEV-29693 Fix review comments
Author:
Oleg Smirnov
MDEV-29693 Fix review comments Part2. Get rid of virtual functions in Shared_ptr |
bb-10.4-serg | 2023-01-20 18:43:40 UTC |
MDEV-29461 AddressSanitizer: stack-buffer-overflow in strxmov
Author:
Sergei Golubchik
MDEV-29461 AddressSanitizer: stack-buffer- |
bb-10.11-release | 2023-01-20 18:31:41 UTC |
Change maturity
Author:
Oleksandr "Sanja" Byelkin
Change maturity |
bb-10.3- |
2023-01-20 13:18:52 UTC |
Fix connect bson.cpp warning
Author:
Vicențiu Ciorbaru
Fix connect bson.cpp warning The ptyp variable is unused. |
bb-10.5-MDEV-30438 | 2023-01-20 11:18:43 UTC |
MDEV-30438 innodb.undo_truncate,4k fails when innodb-immediate-scrub-data-un...
Author:
THIRUNARAYANAN BALATHANDAYUTHAPANI
MDEV-30438 innodb. - InnoDB fails to clear the freed ranges during truncation of innodb mtr_t:: |
bb-10.3-MDEV-30052 | 2023-01-20 08:07:02 UTC |
MDEV-30052 Crash with a query containing nested WINDOW clauses
Author:
Igor Babaev
MDEV-30052 Crash with a query containing nested WINDOW clauses Use SELECT_LEX to save lists for ORDER BY and GROUP BY before parsing Fix assignment of empty SQL_I_List to another one (in case of empty list |
bb-10.4-MDEV-29294 | 2023-01-20 06:47:36 UTC |
MDEV-29294 Assertion `functype() == ((Item_cond *) new_item)->functype()' fai...
Author:
Oleg Smirnov
MDEV-29294 Assertion `functype() == ((Item_cond *) new_item) Item_singlerow_ |
bb-10.3-mdev-27912 | 2023-01-20 06:20:39 UTC |
MDEV-27912 Add paramter $expect_file_name to shutdown_mysqld.inc
Author:
Yuchen Pei
MDEV-27912 Add paramter $expect_file_name to shutdown_mysqld.inc With this change we will not have to maintain a separate version of With this change spider tests will also be able to use other features |
bb-10.3-MDEV-29294 | 2023-01-20 06:19:16 UTC |
MDEV-29294 Assertion `functype() == ((Item_cond *) new_item)->functype()' fai...
Author:
Oleg Smirnov
MDEV-29294 Assertion `functype() == ((Item_cond *) new_item) Item_singlerow_ |
bb-10.4- |
2023-01-20 05:52:00 UTC |
MDEV-27653 long uniques don't work with unicode collations
Author:
Alexander Barkov
MDEV-27653 long uniques don't work with unicode collations There are no source code changes in this commit! Problems solved in this patch: 1. The function calc_hash_ For example: are equal in utf8_general_ci, but as their lengths 2. calc_hash_ Change summary: Instead of doing Item::val_str(), we should always call Detailed change description: Non-functional changes (make the code cleaner): - Adding a helper class Hasher, to pass hash parts Actual fix changes (make new tables work properly): - Adding a virtual method Item::hash_ - Rewriting Item_func_ Backward compatibility changes (make old tables work in the new server): - Adding a new class Item_func_ - Adding TABLE_SHARE: - Adding a helper method TABLE_SHARE: Upgrade changes (make old tables upgrade in the new server properly): Upgrading an old table to a new hash can be done using either ALTER IGNORE TABLE t1 FORCE; !!! These statements find and filter out erreneous duplicates!!! The information about filtered out records is reported in both statements. - Adding a new class Recreate_info to return out information MariaDB [test]> repair table mdev27653_ |
bb-10.4-galera-jan | 2023-01-20 05:17:28 UTC |
Correct assert_grep.inc params in galera gcache tests
Author:
Daniele Sciascia
Correct assert_grep.inc params in galera gcache tests |
bb-10.5- |
2023-01-20 04:59:41 UTC |
MDEV-30370 MDEV-22979 MDEV-29904 MDEV-27912 Spider hang when abort
Author:
Yuchen Pei
MDEV-30370 MDEV-22979 MDEV-29904 MDEV-27912 Spider hang when abort This is Kentoku's fix for MDEV-22979 (e6e41f04f4e + 22a0097727f), Also update restart_spider.inc to allow passing restart_parameters, so |
bb-10.6-mdev-26541 | 2023-01-20 04:12:24 UTC |
MDEV-26541 Make UBSAN builds work with spider again.
Author:
Yuchen Pei
MDEV-26541 Make UBSAN builds work with spider again. When built with ubsan and trying to load the spider plugin, the hidden Signed-off-by: Yuchen Pei <yuchen. |
bb-10.5-mdev-26541 | 2023-01-20 03:28:50 UTC |
MDEV-26541 Make UBSAN builds work with spider again.
Author:
Yuchen Pei
MDEV-26541 Make UBSAN builds work with spider again. When built with ubsan and trying to load the spider plugin, the hidden Signed-off-by: Yuchen Pei <yuchen. |
bb-10.4-mdev-26541 | 2023-01-20 02:51:25 UTC |
MDEV-26541 Make UBSAN builds work with spider again.
Author:
Yuchen Pei
MDEV-26541 Make UBSAN builds work with spider again. When built with ubsan and trying to load the spider plugin, the hidden Signed-off-by: Yuchen Pei <yuchen. |
bb-10.6-MDEV-29835 | 2023-01-19 14:05:14 UTC |
Merge 10.6
Author:
Marko Mäkelä
Merge 10.6 |
bb-10.3- |
2023-01-19 13:18:06 UTC |
MDEV-23335 MariaBackup Incremental Does Not Reflect Dropped/Created Databases
Author:
Alexander Barkov
MDEV-23335 MariaBackup Incremental Does Not Reflect Dropped/Created Databases |
bb-11.0- |
2023-01-19 07:48:40 UTC |
MDEV-30203: Move mysql symlinks to different package (script fix)
Author:
Daniel Black
MDEV-30203: Move mysql symlinks to different package (script fix) Move the scripts/ As a result the linking of mariadb-install-db isn't needed. INSTALL_SCRIPT components outside the scripts (like rocksdb) |
bb-11.0- |
2023-01-19 07:48:40 UTC |
MDEV-30203: Move mysql symlinks to different package (script fix)
Author:
Daniel Black
MDEV-30203: Move mysql symlinks to different package (script fix) Move the scripts/ As a result the linking of mariadb-install-db isn't needed. INSTALL_SCRIPT components outside the scripts (like rocksdb) |
bb-11.0-release | 2023-01-19 06:43:51 UTC |
Merge branch '10.11' into 11.0
Author:
Oleksandr "Sanja" Byelkin
Merge branch '10.11' into 11.0 |
bb-10.4-mdev-30370 | 2023-01-19 05:26:58 UTC |
MDEV-30370 WIP extract init_queries to its own thread
Author:
Yuchen Pei
MDEV-30370 WIP extract init_queries to its own thread |
bb-10.3- |
2023-01-18 17:17:51 UTC |
MDEV-30052: SIGSEGV in subquery_types_allow_materialization, fix variant 2
Author:
Sergey Petrunia
MDEV-30052: SIGSEGV in subquery_ remove_ In this bug, it has tried to remove a select list element that was not Attempt to remove this element caused data corruption, as the current Fixed by not attempting to remove elements that are in join->fields_list. |
bb-10.10-release | 2023-01-18 15:45:59 UTC |
Merge branch '10.9' into 10.10
Author:
Oleksandr "Sanja" Byelkin
Merge branch '10.9' into 10.10 |
bb-10.9-release | 2023-01-18 15:39:11 UTC |
Merge branch '10.8' into 10.9
Author:
Oleksandr "Sanja" Byelkin
Merge branch '10.8' into 10.9 |
bb-10.8-release | 2023-01-18 15:37:40 UTC |
Merge branch '10.7' into 10.8
Author:
Oleksandr "Sanja" Byelkin
Merge branch '10.7' into 10.8 |
bb-10.7-release | 2023-01-18 15:36:13 UTC |
Merge branch '10.6' into 10.7
Author:
Oleksandr "Sanja" Byelkin
Merge branch '10.6' into 10.7 |
bb-10.5- |
2023-01-18 11:49:35 UTC |
REfactor REPLACE!!!!
Author:
Nikita Malyavin
REfactor REPLACE!!!! |
preview- |
2023-01-17 19:40:01 UTC |
Skip optimizer_cost test, if perfschema is not compiled in.
Author:
Vladislav Vaintroub
Skip optimizer_cost test, if perfschema is not compiled in. The test is sensitive to number of engines that are statically compiled in. |
bb-11.0-wlad | 2023-01-17 19:40:01 UTC |
Skip optimizer_cost test, if perfschema is not compiled in.
Author:
Vladislav Vaintroub
Skip optimizer_cost test, if perfschema is not compiled in. The test is sensitive to number of engines that are statically compiled in. |
bb-10.5-serg | 2023-01-17 14:28:56 UTC |
fix failures of main.func_json --ps
Author:
Sergei Golubchik
fix failures of main.func_json --ps in normal execution, the item is wrapped in Item_func_ in --ps the whole is wrapped again in Item_direct_ |
bb-10.6-serg | 2023-01-17 09:58:00 UTC |
MDEV-26506 Over-quoted JSON when combining JSON_ARRAYAGG with JSON_OBJECT
Author:
Sergei Golubchik
MDEV-26506 Over-quoted JSON when combining JSON_ARRAYAGG with JSON_OBJECT add the test case |
bb-10.11- |
2023-01-17 09:34:44 UTC |
MDEV-29831 Galera crashes when running CoR for a locked table after
Author:
midenok
MDEV-29831 Galera crashes when running CoR for a locked table after Failure happens when finalize_ The fix adds the knowledge that the locked_tables_count changed since Alternative fix would add atomic_ if (atomic_ |
bb-10.6-andrei | 2023-01-16 20:49:58 UTC |
Poc for MDEV-21953++
Author:
Andrei
Poc for MDEV-21953++ |
bb-10.7- |
2023-01-16 11:48:37 UTC |
MDEV-26391 BF abortable mariabackup execution
Author:
sjaakola
MDEV-26391 BF abortable mariabackup execution Forcing old style node desync and pause, despite of WSREP_MODE_ Reviewed-by: Jan Lindström <jan.lindstrom@ |
bb-11.0- |
2023-01-16 05:34:39 UTC |
Use MariaDB as the project name in CMakeLists.txt (fix)
Author:
Daniel Black
Use MariaDB as the project name in CMakeLists.txt (fix) Partial revert of d29d915790f7da4 It seems from CI that lower case RPM names are generated without |
bb-11.0- |
2023-01-16 01:27:43 UTC |
Revert "MDEV-20502 Queries against spider tables return wrong values for colu...
Author:
Yuchen Pei
Revert "MDEV-20502 Queries against spider tables return wrong values for columns following constant declarations." This reverts commit 69c86abb646361c |
bb-10.4-jan-fix | 2023-01-15 10:55:57 UTC |
Revert "Merge branch 10.4 into 10.5"
Author:
Jan Lindström
Revert "Merge branch 10.4 into 10.5" This reverts commit 179c2833721292a |
bb-10.4-jan | 2023-01-15 10:01:50 UTC |
Revert "Merge branch 10.4 into 10.5"
Author:
Jan Lindström
Revert "Merge branch 10.4 into 10.5" This reverts commit 179c2833721292a |
bb-10.6- |
2023-01-15 09:05:26 UTC |
Merge 10.5 into 10.6
Author:
Jan Lindström
Merge 10.5 into 10.6 |
bb-10.5-monty | 2023-01-13 14:23:21 UTC |
MDEV-30395 Wrong result with semijoin and Federated as outer table
Author:
Monty
MDEV-30395 Wrong result with semijoin and Federated as outer table The problem was that federated engine does not support comparable rowids Fixed by checking that we don't use semijoin with tables that does not Other things: |
bb-10.7-thiru | 2023-01-13 13:40:50 UTC |
MDEV-30341 ASAN failure in row_merge_bulk_t::~row_merge_bulk_t()
Author:
THIRUNARAYANAN BALATHANDAYUTHAPANI
MDEV-30341 ASAN failure in row_merge_ - InnoDB fails to apply the bulk insert operation during fts_commit. |
st-10.4- |
2023-01-12 20:54:25 UTC |
Merge 10.3 into 10.4
Author:
Julius Goryavsky
Merge 10.3 into 10.4 |
bb-10.6- |
2023-01-12 13:04:30 UTC |
MDEV-30081: Crash with split_materialized over a VIEW
Author:
Sergey Petrunia
MDEV-30081: Crash with split_materialized over a VIEW Consider a view and use of Split Materialized optimization to read it: create view v1 as (SELECT ... id1 FROM t1 GROUP BY id1); Split Materialized will need to construct ref access inside the view: t1.id1= {outer reference to tbl2.col} It will do so by cloning both parts of the equality (v1.id1 =tbl2.col) item- for both parts of the equality. Failure to do that resulted in Item_direct_ Fixed by implementing Item_direct_ |
bb-10.4-monty | 2023-01-12 00:48:33 UTC |
Fixed failing test main.func_json
Author:
Monty
Fixed failing test main.func_json |
bb-10.4-midenok | 2023-01-11 20:38:51 UTC |
Rebase fix
Author:
midenok
Rebase fix |
bb-10.11- |
2023-01-11 16:57:23 UTC |
MDEV-26714 - fix mariadb-upgrade
Author:
Vladislav Vaintroub
MDEV-26714 - fix mariadb-upgrade mariadb-upgrade needs to accept credential-manager parameter. |
1 → 100 of 1483 results | First • Previous • Next • Last |