- Get this repository:
-
git clone
https://git.not.enabled/maria
MariaDB has 18 active reviews. See all merge proposals.
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 |
---|---|---|
11.3 | 2023-10-19 21:54:17 UTC |
MDEV-32336 deb default config - use uca1400_ai_ci for utf8mb4
Author:
Daniel Black
MDEV-32336 deb default config - use uca1400_ai_ci for utf8mb4 utf8mb4_general_ci has been outdated for a while and contained loosely UCA-14.0.0 has a more defined collation with multiple benefit that new By defining default collation for utf8mb4 to be uc1400_ai_ci newly |
bb-10.4-serg | 2023-10-19 19:36:39 UTC |
MDEV-32500 Information schema leaks table names and structure to unauthorized...
Author:
Sergei Golubchik
MDEV-32500 Information schema leaks table names and structure to unauthorized users standard table KEY_COLUMN_USAGE should only show keys where standard table TABLE_CONSTRAINTS should show tables where standard table REFERENTIAL_ SHOW INDEX (and STATISTICS table) is non-standard, but it seems |
bb-11.0- |
2023-10-19 19:22:21 UTC |
Mydumper compilation as MariaDB submodule
Author:
midenok
Mydumper compilation as MariaDB submodule Requires commit "Compilation as MariaDB submodule fixes" from midenok |
bb-10.4-igor | 2023-10-19 19:09:41 UTC |
MDEV-32351 Significant slowdown for query with many outer joins
Author:
Igor Babaev
MDEV-32351 Significant slowdown for query with many outer joins This patch fixes a performance regression introduced in the patch for the If there is a conjunctive condition extracted from the ON expression The patch for MDEV-21104 fixing some problem of wrong results when One of the test cases added in the patch can be used only for demonstration |
bb-11.3- |
2023-10-19 18:10:30 UTC |
add period to buildbot_suites.bat
Author:
Nikita Malyavin
add period to buildbot_suites.bat |
bb-11.3-elenst | 2023-10-19 16:01:13 UTC |
Test commit: run feature-related suites on Windows
Author:
Elena Stepanova
Test commit: run feature-related suites on Windows |
bb-10.6- |
2023-10-19 14:24:30 UTC |
MDEV-32113: utf8mb3_key_col=utf8mb4_value cannot be used for ref
Author:
Sergey Petrunia
MDEV-32113: utf8mb3_ (Variant#3: Allow cross-charset comparisons, use a special Equalities that compare utf8mb{ WHERE ... utf8mb3_ can now be used to construct ref[const] access and also participate This is controlled by optimizer_ IMPLEMENTATION When making index lookup value for utf8mb3_key_col, we do "Charset In utf8mb4_general_ci, the Replacement Character compares as equal to any Approved-by: Monty <monty@mariadb.org> |
10.6 | 2023-10-19 14:24:30 UTC |
MDEV-32113: utf8mb3_key_col=utf8mb4_value cannot be used for ref
Author:
Sergey Petrunia
MDEV-32113: utf8mb3_ (Variant#3: Allow cross-charset comparisons, use a special Equalities that compare utf8mb{ WHERE ... utf8mb3_ can now be used to construct ref[const] access and also participate This is controlled by optimizer_ IMPLEMENTATION When making index lookup value for utf8mb3_key_col, we do "Charset In utf8mb4_general_ci, the Replacement Character compares as equal to any Approved-by: Monty <monty@mariadb.org> |
bb-10.4-monty | 2023-10-19 13:55:14 UTC |
MDEV-32518 Test failure: ./mtr --no-reorder main.log_slow_debug main.subselect
Author:
Monty
MDEV-32518 Test failure: ./mtr --no-reorder main.log_slow_debug main.subselect There where two errors left from the previous fix. - subselect.test assumes that mysql.slow_log is empty. This was not |
bb-10.6-monty | 2023-10-19 13:17:01 UTC |
MDEV-32476 LeakSanitizer errors in get_quick_select or Assertion ...
Author:
Monty
MDEV-32476 LeakSanitizer errors in get_quick_select or Assertion ... Problem was that JOIN_TAB::cleanup() was not run because Fixed by setting JOIN::tab_ Something that should eventually be fixed: The above should be fixed so that JOIN_TAB::cleanup() is freeing |
bb-10.6- |
2023-10-19 12:48:57 UTC |
fixup! 64b77bc664a5885babd53fc0c3b85427d1a2b256
Author:
Marko Mäkelä
fixup! 64b77bc664a5885 Actually this is a fixup for d1696901b5ea17e |
bb-10.4- |
2023-10-19 12:08:25 UTC |
MDEV-30048 Prefix keys for CHAR work differently for MyISAM vs InnoDB
Author:
Alexander Barkov
MDEV-30048 Prefix keys for CHAR work differently for MyISAM vs InnoDB Also fixes: MDEV-30050 Inconsistent results of DISTINCT with NOPAD Problem: Key segments for CHAR columns where compared using strnncollsp() This did not work correct in case if the engine applyied trailing Fix: Replacing ha_compare_text() calls to: - ha_compare_ The code branch corresponding to comparison of CHAR column keys This patch does not change the behavior for the rest of the code: |
10.11 | 2023-10-19 11:50:42 UTC |
Merge 10.10 into 10.11
Author:
Marko Mäkelä
Merge 10.10 into 10.11 |
10.4 | 2023-10-19 11:45:08 UTC |
MDEV-32512 log_page_corruption.test fails on windows build
Author:
Vlad Lesin
MDEV-32512 log_page_ Some calls of extend_space() perl function miss the last parameter. Some Reviewed by: Vladislav Vaintroub |
10.10 | 2023-10-19 11:35:31 UTC |
Merge 10.6 into 10.10
Author:
Marko Mäkelä
Merge 10.6 into 10.10 |
10.5 | 2023-10-19 10:09:44 UTC |
MDEV-31851 After crash recovery, undo tablespace fails to open
Author:
THIRUNARAYANAN BALATHANDAYUTHAPANI
MDEV-31851 After crash recovery, undo tablespace fails to open srv_all_ |
bb-10.4-MDEV-20471 | 2023-10-19 09:57:39 UTC |
MDEV-20471 Assertion during cleanup of failed CREATE TABLE LIKE <sequence>
Author:
VladislavVaintroub
MDEV-20471 Assertion during cleanup of failed CREATE TABLE LIKE <sequence> While cleaning up a failed CREATE TABLE LIKE <sequence>, `mysql_ Fix to temporarily modify `table_list` to ensure that only the intended |
bb-10.10-mdev-32507 | 2023-10-19 07:37:53 UTC |
MDEV-32515 Use $MYSQLD_LAST_CMD in spider/bugfix.mdev_30370
Author:
Yuchen Pei
MDEV-32515 Use $MYSQLD_LAST_CMD in spider/ $MYSQLD_CMD uses .1 as the defaults- Adding an extra --defaults- So we use $MYSQLD_LAST_CMD instead, which uses the correct suffix. |
bb-10.10- |
2023-10-19 07:37:53 UTC |
MDEV-32515 Use $MYSQLD_LAST_CMD in spider/bugfix.mdev_30370
Author:
Yuchen Pei
MDEV-32515 Use $MYSQLD_LAST_CMD in spider/ $MYSQLD_CMD uses .1 as the defaults- Adding an extra --defaults- So we use $MYSQLD_LAST_CMD instead, which uses the correct suffix. |
11.1 | 2023-10-19 05:26:16 UTC |
Merge 11.0 into 11.1
Author:
Marko Mäkelä
Merge 11.0 into 11.1 |
11.0 | 2023-10-19 05:12:16 UTC |
Merge 10.11 into 11.0
Author:
Marko Mäkelä
Merge 10.11 into 11.0 |
bb-10.10- |
2023-10-19 04:42:43 UTC |
MDEV-32515 [experiment] Add --bootstrap to the $MYSQLD_CMD invocation in mdev...
Author:
Yuchen Pei
MDEV-32515 [experiment] Add --bootstrap to the $MYSQLD_CMD invocation in mdev_30370 After all, spider/ |
bb-10.10-mdev-32515 | 2023-10-19 02:26:43 UTC |
MDEV-32515 Use the mtr cnf in the spider/bugfix.mdev_30370 mysqld invocation
Author:
Yuchen Pei
MDEV-32515 Use the mtr cnf in the spider/ This makes sure the $MYSQLD_CMD invocation uses the same port, and |
bb-10.10-MDEV-32453 | 2023-10-19 00:42:55 UTC |
MDEV-32453 Bulk insert fails to apply when trigger does insert operation
Author:
THIRUNARAYANAN BALATHANDAYUTHAPANI
MDEV-32453 Bulk insert fails to apply when trigger does insert operation - InnoDB fails to apply the bulk operation when trigger initiated |
bb-11.0- |
2023-10-19 00:01:29 UTC |
[fixup] Spider fixup of the merge
Author:
Yuchen Pei
[fixup] Spider fixup of the merge Fixing the following b5d317197c6 MDEV-29676 refactored and documented spider_get_share() and friends |
bb-10.4-MDEV-32514 | 2023-10-18 19:22:15 UTC |
MDEV-32514 Slow log entries causing main.subselect mtr failures
Author:
Rex Johnston
MDEV-32514 Slow log entries causing main.subselect mtr failures In MDEV-7445, a test required an empty table as a data source. |
bb-10.4-release | 2023-10-18 18:39:48 UTC |
Merge branch 'zlib v1.3' into 10.4
Author:
Oleksandr "Sanja" Byelkin
Merge branch 'zlib v1.3' into 10.4 |
bb-10.6- |
2023-10-18 15:48:42 UTC |
Merge 10.6
Author:
Marko Mäkelä
Merge 10.6 |
10.6-MDEV- |
2023-10-18 14:33:41 UTC |
MDEV-31949: rpl_xa_prepare_gtid_fail deterministic paths
Author:
Brandon Nesterenko
MDEV-31949: rpl_xa_ happy_xac is where the XA COMMIT completes before noticing the sad_xac is where the XA COMMIT notices the error signalled by |
bb-10.4-MDEV-32308 | 2023-10-18 13:27:51 UTC |
MDEV-32308 Server crash on cleanup of non-fully-constructed-due-to-an-error CTE
Author:
Oleksandr "Sanja" Byelkin
MDEV-32308 Server crash on cleanup of non-fully- Check and do not try to access With_element: |
bb-10.6-MDEV-31949 | 2023-10-18 13:04:54 UTC |
MDEV-31949: Fix rpl_xa_prepare_gtid_fail
Author:
Brandon Nesterenko
MDEV-31949: Fix rpl_xa_ rpl.rpl_ The fix is to extend the test to check if the transaction is still |
11.0-merge | 2023-10-18 10:06:04 UTC |
WIP merge 10.11 into 11.0
Author:
Marko Mäkelä
WIP merge 10.11 into 11.0 FIXME: Lots of assertion failures Failing test(s): main.subselect_ |
bb-10.4-mdev-32475 | 2023-10-18 09:28:03 UTC |
MDEV-32475 test_if_skip_sort_order() should catch the join types JT_EQ_REF, J...
Author:
Oleg Smirnov
MDEV-32475 test_if_ Add logging of test_if_ |
bb-11.3- |
2023-10-18 07:41:09 UTC |
MDEV-32486 Fix duplicate spider_bulk_malloc ID
Author:
Yuchen Pei
MDEV-32486 Fix duplicate spider_bulk_malloc ID The id 38 is already used elsewhere, we use 44 instead, which hasn't |
bb-11.3-mdev-32486 | 2023-10-18 07:18:24 UTC |
MDEV-32486 Fix duplicate spider_bulk_malloc ID
Author:
Yuchen Pei
MDEV-32486 Fix duplicate spider_bulk_malloc ID The id 38 is already used elsewhere, we use 44 instead, which hasn't |
bb-11.0-mdev-26247 | 2023-10-18 06:44:54 UTC |
MDEV-26247 Re-implement spider gbh query rewrite of tables
Author:
Yuchen Pei
MDEV-26247 Re-implement spider gbh query rewrite of tables Spider GBH's query rewrite of table joins is overly complex and More specifically, we replace the body of We make it handle const tables by rewriting them as (select 1). This We also ban semijoin from spider gbh, which fixes MDEV-31645 and Not all queries passed to a group by handler are valid (MDEV-32273), It also skips eliminated tables, which fixes MDEV-26193. |
bb-10.4-MDEV-14959 | 2023-10-18 04:15:16 UTC |
MDEV-32369: Memory leak when executing PS for query with IN subquery
Author:
Dmitry Shulga
MDEV-32369: Memory leak when executing PS for query with IN subquery The memory allocated for an instance of the class Item_direct_ The reason of leaking the memory was caused by the fact that a statement |
bb-10.4-MDEV-32517 | 2023-10-18 04:15:16 UTC |
MDEV-32369: Memory leak when executing PS for query with IN subquery
Author:
Dmitry Shulga
MDEV-32369: Memory leak when executing PS for query with IN subquery The memory allocated for an instance of the class Item_direct_ The reason of leaking the memory was caused by the fact that a statement |
bb-10.4-MDEV-32369 | 2023-10-18 04:15:16 UTC |
MDEV-32369: Memory leak when executing PS for query with IN subquery
Author:
Dmitry Shulga
MDEV-32369: Memory leak when executing PS for query with IN subquery The memory allocated for an instance of the class Item_direct_ The reason of leaking the memory was caused by the fact that a statement |
bb-10.10-ycp | 2023-10-18 04:14:07 UTC |
MDEV-32485 Fix Spider upgrade failure caused by duplication in mysql.func
Author:
Yuchen Pei
MDEV-32485 Fix Spider upgrade failure caused by duplication in mysql.func |
bb-10.4- |
2023-10-18 03:52:34 UTC |
MDEV-32351 Significant slowdown for query with many outer joins
Author:
Igor Babaev
MDEV-32351 Significant slowdown for query with many outer joins This is a preliminary patch. To be used just for testing. |
bb-11.3-MDEV-29167 | 2023-10-17 19:52:39 UTC |
MDEV-29167 new db-level SHOW CREATE ROUTINE privilege
Author:
Oleksandr "Sanja" Byelkin
MDEV-29167 new db-level SHOW CREATE ROUTINE privilege |
bb-10.6-ibuf | 2023-10-17 13:14:24 UTC |
ibuf_delete_recs() doesn't remove all entries of page id
Author:
THIRUNARAYANAN BALATHANDAYUTHAPANI
ibuf_delete_recs() doesn't remove all entries of page id ibuf_delete_recs() should use the counter field for searching |
bb-11.3-serg | 2023-10-17 12:28:02 UTC |
MDEV-32473 --disable-ssl doesn't disable it
Author:
Sergei Golubchik
MDEV-32473 --disable-ssl doesn't disable it |
bb-10.10-monty | 2023-10-17 12:12:49 UTC |
Fixed memory leak when using histograms
Author:
Monty
Fixed memory leak when using histograms This was introduced in last merge with 10.6 Fixed by expliciting freeing histograms when freeing TABLE_STATISTICS |
bb-10.4- |
2023-10-17 11:00:13 UTC |
MDEV-31467: wsrep_sst_mariabackup not working on FreeBSD
Author:
Julius Goryavsky
MDEV-31467: wsrep_sst_ Due to the different command line format of the timeout |
bb-10.10- |
2023-10-17 09:58:20 UTC |
Innodb cleanup - log_t::append_prepare
Author:
VladislavVaintroub
Innodb cleanup - log_t:: - make the function non-static |
bb-10.4- |
2023-10-17 08:46:31 UTC |
MDEV-32244 Wrong bit encoding using COALESCE
Author:
Alexander Barkov
MDEV-32244 Wrong bit encoding using COALESCE When aggregating pairs BIT+NULL and NULL+BIT for result, e.g. The same fix applied to YEAR. |
bb-11.3- |
2023-10-17 07:27:37 UTC |
In progress: MDEV-31531 Remove my_casedn_str()
Author:
Alexander Barkov
In progress: MDEV-31531 Remove my_casedn_str() |
st-10.11- |
2023-10-17 07:14:05 UTC |
Merge branch '10.10' into 10.11
Author:
Yuchen Pei
Merge branch '10.10' into 10.11 |
bb-10.6-thiru | 2023-10-17 06:42:24 UTC |
MDEV-31851 After crash recovery, undo tablespace fails to open
Author:
THIRUNARAYANAN BALATHANDAYUTHAPANI
MDEV-31851 After crash recovery, undo tablespace fails to open Problem: Solution: - InnoDB restores the page0 of undo tablespace from - Moved Datafile: srv_undo_ |
bb-10.10- |
2023-10-17 04:47:58 UTC |
MDEV-32485 Fix Spider upgrade failure caused by duplication in mysql.func
Author:
Yuchen Pei
MDEV-32485 Fix Spider upgrade failure caused by duplication in mysql.func |
bb-10.10- |
2023-10-17 04:38:02 UTC |
[fixup] Spider fixup after merge
Author:
Yuchen Pei
[fixup] Spider fixup after merge - Remove some references to dead macros |
bb-11.3- |
2023-10-17 03:39:02 UTC |
MDEV-31996 Create connection on demand in spider_db_delete_all_rows
Author:
Yuchen Pei
MDEV-31996 Create connection on demand in spider_ When spider_ We also reduce code duplication as delete_all_rows() and truncate() |
bb-10.4- |
2023-10-16 15:47:24 UTC |
Revert accidentally pushed: commit e8c9cdc2f85d3d5c096f8af48216488fd304bc07
Author:
Sergey Petrunia
Revert accidentally pushed: commit e8c9cdc2f85d3d5 Author: Sergei Petrunia <sergey@ MDEV-32301: Server crashes at Arg_comparator: In Item_bool_ |
bb-10.4-MDEV-32324 | 2023-10-16 15:18:23 UTC |
MDEV-32324: Server crashes inside filesort at my_decimal::to_binary
Author:
Sergey Petrunia
MDEV-32324: Server crashes inside filesort at my_decimal: A subquery in form "(SELECT not_null_value LIMIT 1 OFFSET 1)" will The code in Item_singlerow_ If such subselect was used in ORDER BY, this would cause a crash in also made subselect_ |
bb-10.6-MDEV-32050 | 2023-10-16 10:26:06 UTC |
rebase fixup
Author:
Marko Mäkelä
rebase fixup |
bb-11.3- |
2023-10-16 07:24:29 UTC |
MDEV-30953: Add package for Galera server for RPM
Author:
Tuukka Pasanen
MDEV-30953: Add package for Galera server for RPM Add new package mariadb- |
bb-10.4- |
2023-10-15 15:11:15 UTC |
MDEV-32320: Server crashes at TABLE::add_tmp_key
Author:
Sergey Petrunia
MDEV-32320: Server crashes at TABLE::add_tmp_key The code inside Item_subselect: (('x', 1.0) ,1) IN (SELECT 'x', 1.23 FROM ... UNION ...) In order to hit the failure, the first SELECT of the subquery had But the subquery is a UNION so as a whole it is not degenerate. Fixed by moving the left_expr cardinality check to a point in |
bb-10.10-elenst | 2023-10-14 19:11:09 UTC |
The list is not relevant anymore, bugs are fixed
Author:
Elena Stepanova
The list is not relevant anymore, bugs are fixed |
bb-10.5-serg | 2023-10-14 09:03:00 UTC |
Revert "MDEV-29091: Correct event_name in PFS for wait caused by FOR UPDATE"
Author:
Sergei Golubchik
Revert "MDEV-29091: Correct event_name in PFS for wait caused by FOR UPDATE" This reverts commit 03c9a4ef4a0363b The fix is wrong. It was doing this: if the uninitialized |
bb-10.4- |
2023-10-13 12:09:22 UTC |
Removing MDEV-27871 because it is not a bug
Author:
Oleksandr "Sanja" Byelkin
Removing MDEV-27871 because it is not a bug Part 1 |
bb-11.2-nikita | 2023-10-13 09:39:36 UTC |
Extend XID instead of xid_t
Author:
Nikita Malyavin
Extend XID instead of xid_t |
bb-10.4-MDEV-32320 | 2023-10-13 09:17:25 UTC |
MDEV-32320: Server crashes at TABLE::add_tmp_key
Author:
Sergey Petrunia
MDEV-32320: Server crashes at TABLE::add_tmp_key The code inside Item_subselect: (('x', 1.0) ,1) IN (SELECT 'x', 1.23 FROM ... UNION ...) In order to hit the failure, the first SELECT of the subquery had But the subquery is a UNION so as a whole it is not degenerate. Fixed by moving the left_expr cardinality check to a point in |
bb-11.0- |
2023-10-13 06:51:56 UTC |
MDEV-30014 Spider should not second guess server when locking / unlocking
Author:
Yuchen Pei
MDEV-30014 Spider should not second guess server when locking / unlocking This fixes MDEV-30014, MDEV-29456, and MDEV-29667. |
bb-10.4- |
2023-10-13 06:19:24 UTC |
MDEV-29963 MDEV-31357 Spider should clear its lock lists when locking fails
Author:
Yuchen Pei
MDEV-29963 MDEV-31357 Spider should clear its lock lists when locking fails Spider populates its lock lists (a hash) in store_lock(), and normally |
bb-11.0- |
2023-10-13 06:16:57 UTC |
MDEV-29963 MDEV-31357 Spider should clear its lock lists when locking fails
Author:
Yuchen Pei
MDEV-29963 MDEV-31357 Spider should clear its lock lists when locking fails Spider populates its lock lists (a hash) in store_lock(), and normally |
bb-11.0-ycp | 2023-10-13 06:16:57 UTC |
MDEV-29963 MDEV-31357 Spider should clear its lock lists when locking fails
Author:
Yuchen Pei
MDEV-29963 MDEV-31357 Spider should clear its lock lists when locking fails Spider populates its lock lists (a hash) in store_lock(), and normally |
bb-10.11-ycp | 2023-10-13 04:26:06 UTC |
MDEV-26247 Re-implement spider gbh query rewrite of tables
Author:
Yuchen Pei
MDEV-26247 Re-implement spider gbh query rewrite of tables Spider GBH's query rewrite of table joins is overly complex and More specifically, we replace the body of We make it handle const tables by rewriting them as (select 1). This We also ban semijoin from spider gbh, which fixes MDEV-31645 and Not all queries passed to a group by handler are valid (MDEV-32273), It also skips eliminated tables, which fixes MDEV-26193. |
bb-10.6-ycp | 2023-10-13 04:19:07 UTC |
MDEV-26247 Re-implement spider gbh query rewrite of tables
Author:
Yuchen Pei
MDEV-26247 Re-implement spider gbh query rewrite of tables Spider GBH's query rewrite of table joins is overly complex and More specifically, we replace the body of We make it handle const tables by rewriting them as (select 1). This We also ban semijoin from spider gbh, which fixes MDEV-31645 and Not all queries passed to a group by handler are valid (MDEV-32273), It also skips eliminated tables, which fixes MDEV-26193. |
bb-10.4-mdev-28998 | 2023-10-13 04:17:54 UTC |
MDEV-28998 remove a known reference to a SPIDER_CONN when it is freed
Author:
Yuchen Pei
MDEV-28998 remove a known reference to a SPIDER_CONN when it is freed |
bb-10.5-ycp | 2023-10-13 04:09:22 UTC |
MDEV-26247 Re-implement spider gbh query rewrite of tables
Author:
Yuchen Pei
MDEV-26247 Re-implement spider gbh query rewrite of tables Spider GBH's query rewrite of table joins is overly complex and More specifically, we replace the body of We make it handle const tables by rewriting them as (select 1). This We also ban semijoin from spider gbh, which fixes MDEV-31645 and Not all queries passed to a group by handler are valid (MDEV-32273), It also skips eliminated tables, which fixes MDEV-26193. |
bb-10.4-ycp | 2023-10-13 03:54:52 UTC |
MDEV-26247 Re-implement spider gbh query rewrite of tables
Author:
Yuchen Pei
MDEV-26247 Re-implement spider gbh query rewrite of tables Spider GBH's query rewrite of table joins is overly complex and More specifically, we replace the body of We make it handle const tables by rewriting them as (select 1). This We also ban semijoin from spider gbh, which fixes MDEV-31645 and Not all queries passed to a group by handler are valid (MDEV-32273), It also skips eliminated tables, which fixes MDEV-26193. |
bb-11.1-ycp | 2023-10-13 01:42:43 UTC |
MDEV-29502 Fix some issues with spider direct aggregate
Author:
Yuchen Pei
MDEV-29502 Fix some issues with spider direct aggregate The direct aggregate mechanism sems to be only intended to work when By contrast, the group by handler (GBH) typically sends aggregated That is why we should fix it by disabling DA when GBH is used. There are other reasons supporting this change. First, the creation of Disabling DA when GBH is used does fix the bug. There are a few 1. Add a session variable that allows user to disable DA completely, 2. Move the increment of direct_ 3. Fix the spider_db_mbase_row creation so that the last of its row |
bb-11.2-ycp | 2023-10-13 01:39:14 UTC |
MDEV-31117 Fix spider connection info parsing
Author:
Yuchen Pei
MDEV-31117 Fix spider connection info parsing Spider connection string is a comma-separated parameter definitions, Despite the simple syntax, the existing spider connection string Thus as part of the bugfix, we clean up the spider comment connection - Factoring out some code from the parsing function |
bb-10.5-mdev-27902 | 2023-10-13 01:06:27 UTC |
MDEV-27902 Spider check trx and get conn in rnd_next()
Author:
Yuchen Pei
MDEV-27902 Spider check trx and get conn in rnd_next() |
bb-10.4- |
2023-10-13 00:13:26 UTC |
MDEV-29893: SST fails when having datadir set to a symlink
Author:
Julius Goryavsky
MDEV-29893: SST fails when having datadir set to a symlink SST for mariabackup may not destroy old files if datadir or |
bb-11.3-MDEV-31684 | 2023-10-12 11:41:07 UTC |
MDEV-31684: More tests
Author:
Rucha Deodhar
MDEV-31684: More tests |
bb-10.4-MDEV-32301 | 2023-10-12 11:19:08 UTC |
MDEV-32324: Server crashes inside filesort at my_decimal::to_binary
Author:
Sergey Petrunia
MDEV-32324: Server crashes inside filesort at my_decimal: A subquery in form "(SELECT not_null_value LIMIT 1 OFFSET 1)" will The code Item_singlerow_ This caused a crash in filesort() code when it got a NULL value for a |
bb-11.0-midenok | 2023-10-12 10:26:19 UTC |
rpl_row fix
Author:
midenok
rpl_row fix |
st-10.4-thiru | 2023-10-12 09:19:27 UTC |
MDEV-32337 Assertion `pos < table->n_def' failed in dict_table_get_nth_col
Author:
THIRUNARAYANAN BALATHANDAYUTHAPANI
MDEV-32337 Assertion `pos < table->n_def' failed in dict_table_ While checking for altered column in foreign key constraints, |
bb-11.0-mdev-29663 | 2023-10-12 03:39:14 UTC |
MDEV-29963 Spider should clear its lock lists when locking fails
Author:
Yuchen Pei
MDEV-29963 Spider should clear its lock lists when locking fails Spider populates its lock lists (a hash) in store_lock(), and normally This also fixes MDEV-31357 |
bb-10.4-mdev-27902 | 2023-10-12 00:54:21 UTC |
MDEV-27902 Spider check trx and get conn in rnd_next()
Author:
Yuchen Pei
MDEV-27902 Spider check trx and get conn in rnd_next() This is an old fix for the MDEV-27902 test case in 10.4, but the |
bb-10.4-mdev-29962 | 2023-10-12 00:52:12 UTC |
MDEV-27902 MDEV-29962 Spider check trx and get conn before locking
Author:
Yuchen Pei
MDEV-27902 MDEV-29962 Spider check trx and get conn before locking In 10.4 the testcase for MDEV-27902 displays symptoms of MDEV-29962, |
bb-10.4- |
2023-10-11 18:39:36 UTC |
MDEV-32249 strings/ctype-ucs2.c:2336: my_vsnprintf_utf32: Assertion `(n % 4) ...
Author:
Alexander Barkov
MDEV-32249 strings/ The crash inside my_vsnprintf_ It was wrong to use Field::charset() in sql_rpl_type(). Fixing to use res->charset() to print, like all virtual implementations Review was done by Andrei Elkin. |
bb-10.4-mdev32301 | 2023-10-11 16:02:25 UTC |
MDEV-32301: Server crashes at Arg_comparator::compare_row
Author:
Sergey Petrunia
MDEV-32301: Server crashes at Arg_comparator: In Item_bool_ |
bb-11.2-MDEV-32123 | 2023-10-11 07:47:05 UTC |
MDEV-32123: require_secure_transport doesn't allow TCP connections
Author:
Dmitry Shulga
MDEV-32123: require_ In case the option require_ |
11.2 | 2023-10-11 07:47:05 UTC |
MDEV-32123: require_secure_transport doesn't allow TCP connections
Author:
Dmitry Shulga
MDEV-32123: require_ In case the option require_ |
bb-11.0-mdev-27902 | 2023-10-11 07:31:23 UTC |
MDEV-27902 Spider check trx and get conn in rnd_next()
Author:
Yuchen Pei
MDEV-27902 Spider check trx and get conn in rnd_next() |
bb-10.5-mdev-29962 | 2023-10-11 07:04:40 UTC |
MDEV-29962 Spider: check trx and get conn before lock_tables()
Author:
Yuchen Pei
MDEV-29962 Spider: check trx and get conn before lock_tables() Same cause as MDEV-31996. This prevents reuse of conns freed |
bb-10.4-MDEV-31933 | 2023-10-11 06:43:05 UTC |
MDEV-31933: Make working view-protocol + ps-protocol (running two protocols t...
Author:
Lena Startseva
MDEV-31933: Make working view-protocol + ps-protocol (running two protocols together) Now tests from suite main can be run with view-protocol + ps-protocol (together) |
bb-11.0-mdev-29962 | 2023-10-11 05:59:10 UTC |
MDEV-29962 Spider: check trx and get conn before lock_tables()
Author:
Yuchen Pei
MDEV-29962 Spider: check trx and get conn before lock_tables() Same cause as MDEV-31996. This prevents reuse of conns freed |
bb-10.4-mdev-31996 | 2023-10-11 05:42:35 UTC |
MDEV-31996 Create connection on demand in spider_db_delete_all_rows
Author:
Yuchen Pei
MDEV-31996 Create connection on demand in spider_ When spider_ We also reduce code duplication as delete_all_rows() and truncate() |
bb-11.0-mdev-31996 | 2023-10-11 05:40:30 UTC |
MDEV-31996 Create connection on demand in spider_db_delete_all_rows
Author:
Yuchen Pei
MDEV-31996 Create connection on demand in spider_ When spider_ We also reduce code duplication as delete_all_rows() and truncate() |
bb-10.11-mdev-31996 | 2023-10-11 05:36:37 UTC |
MDEV-31996 Create connection on demand in spider_db_delete_all_rows
Author:
Yuchen Pei
MDEV-31996 Create connection on demand in spider_ When spider_ We also reduce code duplication as delete_all_rows() and truncate() |
bb-10.10-mdev-31996 | 2023-10-11 05:34:58 UTC |
MDEV-31996 Create connection on demand in spider_db_delete_all_rows
Author:
Yuchen Pei
MDEV-31996 Create connection on demand in spider_ When spider_ We also reduce code duplication as delete_all_rows() and truncate() |
bb-10.5-mdev-31996 | 2023-10-11 05:31:19 UTC |
MDEV-31996 Create connection on demand in spider_db_delete_all_rows
Author:
Yuchen Pei
MDEV-31996 Create connection on demand in spider_ When spider_ We also reduce code duplication as delete_all_rows() and truncate() |
bb-10.4-wlad | 2023-10-11 04:15:26 UTC |
Merge branch 'bb-10.4-wlad' of https://github.com/mariadb/server into bb-10.4...
Author:
VladislavVaintroub
Merge branch 'bb-10.4-wlad' of https:/ |
bb-11.0- |
2023-10-11 04:04:14 UTC |
[experiment] is have_innodb.inc the problem?
Author:
Yuchen Pei
[experiment] is have_innodb.inc the problem? |
bb-11.1-mdev-32238 | 2023-10-11 03:51:05 UTC |
MDEV-32238 Adding a switch to disable the spider group by handler
Author:
Yuchen Pei
MDEV-32238 Adding a switch to disable the spider group by handler The system variable spider_ |
1 → 100 of 2019 results | First • Previous • Next • Last |
Other repositories
Name | Last Modified |
---|---|
lp:maria | 2023-10-19 |
lp:~maria-captains/maria/+git/connector-c | 2018-01-08 |
1 → 2 of 2 results | First • Previous • Next • Last |