- Get this repository:
-
git clone
https://git.launchpad.net/maria
MariaDB has 18 active reviews.
Branches
Name | Last Modified | Last Commit |
---|---|---|
10.5 | 2021-02-26 13:32:26 UTC 3 hours ago |
MDEV-24997 Assertion mtr->is_named_space(page_id.space()) in ibuf0ibuf.cc:624
Author:
THIRUNARAYANAN BALATHANDAYUTHAPANI
MDEV-24997 Assertion mtr->is_ - This is caused by commit deadec4e689c943 |
10.6 | 2021-02-26 13:02:13 UTC 4 hours ago |
Merge 10.5 into 10.6
Author:
Marko Mäkelä
Merge 10.5 into 10.6 |
bb-10.6-sachin | 2021-02-26 12:25:12 UTC 4 hours ago |
MDEV-7409 On RBR, extend the PROCESSLIST info to include at least the name of...
Author:
Sachin Setiya
MDEV-7409 On RBR, extend the PROCESSLIST info to include at least the name of the recently used table When RBR is used, add the db name to db Field and table name to Status |
bb-10.6- |
2021-02-26 11:11:01 UTC 5 hours ago |
MDEV-14180 Automatically disable key rotation checks for file_key_managment p...
Author:
THIRUNARAYANAN BALATHANDAYUTHAPANI
MDEV-14180 Automatically disable key rotation checks for file_key_managment plugin - InnoDB iterates the fil_system space list to encrypt the Introduce new encryption service called encryption_ |
bb-10.6-uring | 2021-02-26 10:59:41 UTC 6 hours ago |
review fixes
Author:
Eugene
review fixes |
bb-10.6-mdev7317 | 2021-02-26 10:32:47 UTC 6 hours ago |
Updating test results
Author:
varun
Updating test results |
10.6-mdev7317 | 2021-02-26 09:40:16 UTC 7 hours ago |
Updating test results
Author:
varun
Updating test results |
10.3 | 2021-02-26 09:26:00 UTC 7 hours ago |
MDEV-24965 With ALTER USER ...IDENTIFIED BY command, password doesn't replace...
Author:
Alexey Botchkov
MDEV-24965 With ALTER USER ...IDENTIFIED BY command, password doesn't replaced by asterisks in audit log. Check for the ALTER USER command added. |
bb-10.6-midenok | 2021-02-26 09:11:15 UTC 7 hours ago |
MDEV-16546 System versioning setting to allow history modification
Author:
midenok
MDEV-16546 System versioning setting to allow history modification 1. force_fields_ 2. If secure_timestamp allows to modify timestamp variable then 3. Cleaned up select_ |
bb-10.3-igor | 2021-02-26 07:11:03 UTC 9 hours ago |
MDEV-22786 Crashes with nested table value constructors
Author:
Igor Babaev
MDEV-22786 Crashes with nested table value constructors The bug caused crashes of the server when processing queries with nested |
bb-10.6-MDEV-24973 | 2021-02-25 16:10:31 UTC 2021-02-25 |
fixup 522fd37c3e0a8d38d9796dceb349393f0e4b9e44
Author:
Marko Mäkelä
fixup 522fd37c3e0a8d3 |
bb-10.5-thiru | 2021-02-25 15:21:30 UTC 2021-02-25 |
MDEV-24863 AHI entries mismatch with the index while reloading the evicted ta...
Author:
THIRUNARAYANAN BALATHANDAYUTHAPANI
MDEV-24863 AHI entries mismatch with the index while reloading the evicted tables. In btr_search_ |
10.5-mdev7317 | 2021-02-25 14:11:26 UTC 2021-02-25 |
review addressal
Author:
varun
review addressal |
bb-10.2-serg | 2021-02-25 13:10:25 UTC 2021-02-25 |
mtr --gdb: fix for --rr and for a warning
Author:
Sergei Golubchik
mtr --gdb: fix for --rr and for a warning use _RR_TRACE_DIR=dir instead of -o dir, as the former can store suppress uninitialized warning when $exe is undefined (--manual-XXX) |
10.4 | 2021-02-25 10:31:26 UTC 2021-02-25 |
Merge 10.3 into 10.4
Author:
Marko Mäkelä
Merge 10.3 into 10.4 |
bb-10.3-monty | 2021-02-25 09:56:00 UTC 2021-02-25 |
MENT-1098 Crash during update on 10.4.17 after upgrade from 10.4.10
Author:
Monty
MENT-1098 Crash during update on 10.4.17 after upgrade from 10.4.10 The reason for the crash was that there was not a write lock to The fixes are: |
10.2 | 2021-02-25 07:36:09 UTC 2021-02-25 |
MDEV-24860: Incorrect behaviour of SET STATEMENT in case it is executed as a ...
Author:
Dmitry Shulga
MDEV-24860: Incorrect behaviour of SET STATEMENT in case it is executed as a prepared statement Running statements with SET STATEMENT FOR clause is handled incorrectly in In first case the column c1 is defined as Different definition for the column c1 arise due to the fact that bool Item_str_ Although the clause SET STATEMENT sql_mode = 'NO_ENGINE_ To fix the issue the system variables listed in the SET STATEMENT FOR clause Additionally, to avoid code duplication the source code used in the function |
bb-10.2- |
2021-02-25 03:57:29 UTC 2021-02-25 |
MDEV-23510: lf_dynarray_lvalue to return aligned address
Author:
Daniel Black
MDEV-23510: lf_dynarray_lvalue to return aligned address Aligned to sizeof(void *). This ensures that arm64 use of lf_hash remains stable. Remove abuse of volatile in maria/lockman because it wasn't |
10.6-limit | 2021-02-25 02:40:03 UTC 2021-02-25 |
Attempt to have sort-nest as a bush
Author:
varun
Attempt to have sort-nest as a bush |
10.6-order_by_limit | 2021-02-25 02:40:03 UTC 2021-02-25 |
Attempt to have sort-nest as a bush
Author:
varun
Attempt to have sort-nest as a bush |
bb-10.6-sysschema | 2021-02-24 21:55:18 UTC 2021-02-24 |
Replace slave with manager
Author:
Vladislav Vaintroub
Replace slave with manager |
bb-10.2- |
2021-02-24 20:36:24 UTC 2021-02-24 |
MDEV-6899:Database Dump has Syntax Error When Importing
Author:
Anel Husakovic
MDEV-6899:Database Dump has Syntax Error When Importing - Adding the test case for MDEV-24200: Syntax error in mysqldump |
bb-10.6-MDEV-24946 | 2021-02-24 12:28:25 UTC 2021-02-24 |
MENT-411 : Implement wsrep_replicate_aria
Author:
Jan Lindström
MENT-411 : Implement wsrep_replicate Introduced two new wsrep_mode options Depracated wsrep_replicate This required small refactoring of wsrep_check_ |
bb-10.4-MDEV-24964 | 2021-02-24 10:02:54 UTC 2021-02-24 |
MDEV-24964 : Heap-buffer-overflow on wsrep_schema.cc ::remove_fragments
Author:
Jan Lindström
MDEV-24964 : Heap-buffer- Problem was that we used heap allocated key using too small |
bb-10.5-mdev24953 | 2021-02-23 20:38:57 UTC 2021-02-23 |
MDEV-24953: 10.5.9 crashes with large IN() list
Author:
Sergey Petrunia
MDEV-24953: 10.5.9 crashes with large IN() list The problem was in and_all_keys(), the code of MDEV-9759 which calculates First, it didn't take into account the case when (next-> and dereferenced a NULL pointer when getting tmp->weight. Second, "if (param- Fixed by introducing SEL_ARG: |
bb-10.6- |
2021-02-23 19:07:42 UTC 2021-02-23 |
MDEV-17399 JSON_TABLE.
Author:
Alexey Botchkov
MDEV-17399 JSON_TABLE. Fis for table elimination. |
bb-10.5-release | 2021-02-23 12:06:22 UTC 2021-02-23 |
Merge branch '10.4' into 10.5
Author:
Sergei Golubchik
Merge branch '10.4' into 10.5 |
bb-10.5-serg | 2021-02-23 12:01:27 UTC 2021-02-23 |
Merge branch '10.4' into 10.5
Author:
Sergei Golubchik
Merge branch '10.4' into 10.5 |
bb-10.4-serg | 2021-02-23 08:25:57 UTC 2021-02-23 |
Merge branch '10.3' into 10.4
Author:
Sergei Golubchik
Merge branch '10.3' into 10.4 |
bb-10.2- |
2021-02-22 17:25:53 UTC 2021-02-22 |
MDEV-24940: dict_hdr_get_new_id() changes table id in dictionary header, but ...
Author:
Vlad Lesin
MDEV-24940: dict_hdr_ Take a look dict_hdr_ The proper fix is: But we don't want to backport a half of 10.[345] commits in order to fix |
bb-10.2-alice | 2021-02-22 14:44:40 UTC 2021-02-22 |
reenable partition_open_files_limit.test, as MDEV-18360 is fixed
Author:
Larysa Sherepa
reenable partition_ |
bb-10.2. |
2021-02-22 14:07:42 UTC 2021-02-22 |
MDEV-24709 Assertion !recv_no_ibuf_operations failed in ibuf_page_low()
Author:
Marko Mäkelä
MDEV-24709 Assertion !recv_no_ recv_recovery_ The failure to clear the flag might have caused some missed Thanks to Thirunarayanan Balathandayuthapani for suggesting this fix. |
bb-10.6-MDEV-24830 | 2021-02-22 11:51:58 UTC 2021-02-22 |
MDEV-24830 : Write a warning to error log if Galera replicates InnoDB table w...
Author:
Jan Lindström
MDEV-24830 : Write a warning to error log if Galera replicates InnoDB table with no primary key Two new features for Galera |
bb-10.3-serg | 2021-02-21 10:08:31 UTC 2021-02-21 |
MDEV-24929 Server crash in thr_multi_unlock or in get_schema_tables_result
Author:
Monty
MDEV-24929 Server crash in thr_multi_unlock or in get_schema_ This was caused by two different bugs: Fixed by not locking SYSTEM_TMP_TABLES 2) In some cases the optimizer will notice that we do not need to read Fixed by ignoring const tables in get_schema_ |
bb-10.5- |
2021-02-21 08:31:23 UTC 2021-02-21 |
innodb/extrabackup: use global my_{[cm]alloc,free}_aligned
Author:
Daniel Black
innodb/extrabackup: use global my_{[cm] Add error handling to most of the mariabackup/innodb |
bb-10.6- |
2021-02-19 17:49:02 UTC 2021-02-19 |
Period: add versioning combination
Author:
Nikita Malyavin
Period: add versioning combination |
raw-10. |
2021-02-19 17:45:55 UTC 2021-02-19 |
Period: add versioning combination
Author:
Nikita Malyavin
Period: add versioning combination |
bb-10.4-robert | 2021-02-19 17:34:11 UTC 2021-02-19 |
MDEV-24114 SHOW CREATE USER doesnt display correct password expiry status
Author:
Robert Bindar
MDEV-24114 SHOW CREATE USER doesnt display correct password expiry status Given PASSWORD EXPIRE and PASSWORD EXPIRE [NEVER|INTERVAL x DAY] are The solution proposed here keeps a CREATE USER ... PASSWORD EXPIRE This way a tool can restore almost the complete state of an account |
bb-10.6- |
2021-02-19 15:41:03 UTC 2021-02-19 |
MDEV-20865 foreign keys and partitioning
Author:
midenok
MDEV-20865 foreign keys and partitioning |
bb-10.4-release | 2021-02-18 23:19:42 UTC 2021-02-18 |
Merge branch 'bb-10.3-release' into bb-10.4-release
Author:
Sergei Golubchik
Merge branch 'bb-10.3-release' into bb-10.4-release |
bb-10.3-release | 2021-02-18 21:09:53 UTC 2021-02-18 |
Merge branch 'bb-10.2-release' into bb-10.3-release
Author:
Sergei Golubchik
Merge branch 'bb-10.2-release' into bb-10.3-release |
bb-10.2-release | 2021-02-18 18:03:01 UTC 2021-02-18 |
make @@wsrep_provider and @@wsrep_notify_cmd read-only
Author:
Sergei Golubchik
make @@wsrep_provider and @@wsrep_notify_cmd read-only this should simplify run-time cluster management |
bb-10.5-MDEV-24917 | 2021-02-18 16:20:50 UTC 2021-02-18 |
MDEV-24917 Page cleaner wrongly remains idle
Author:
Marko Mäkelä
MDEV-24917 Page cleaner wrongly remains idle commit a9933105938d4d8 innodb_ buf_flush_ |
bb-10.6-MDEV-24312 | 2021-02-18 15:00:32 UTC 2021-02-18 |
MDEV-24312 Server audit fix of master_host has 60 character limit, increase t...
Author:
Oleksandr "Sanja" Byelkin
MDEV-24312 Server audit fix of master_host has 60 character limit, increase to 255 bytes Based on Alexey Botchkov <holyfoot@ |
bb-10.2-vicentiu | 2021-02-18 13:35:08 UTC 2021-02-18 |
Remove race condition during `make dist`
Author:
Vicențiu Ciorbaru
Remove race condition during `make dist` Introduced by 85828b8f22e7f4d This is running 2 git processes in parallel, which, if unlucky can cause |
bb-10.2-galera | 2021-02-18 08:09:30 UTC 2021-02-18 |
Suppress warning on galera_ssl_upgrade test.
Author:
Jan Lindström
Suppress warning on galera_ssl_upgrade test. |
bb-10.6-release | 2021-02-17 17:39:05 UTC 2021-02-17 |
Merge 10.5 into 10.6
Author:
Marko Mäkelä
Merge 10.5 into 10.6 |
bb-10.2- |
2021-02-17 14:38:18 UTC 2021-02-17 |
MDEV-22110 InnoDB unnecessarily writes unmodified pages
Author:
Vlad Lesin
MDEV-22110 InnoDB unnecessarily writes unmodified pages This is backport from 10.5. Strictly speaking this is not a backport because In 10.2 the code which writes in mtr_t is spread among the code base, The downside of such approach is performace impact due to frequent |
bb-10.6-robert | 2021-02-17 14:30:50 UTC 2021-02-17 |
MDEV-24887 Tests fail on macos because mysqltest can't use nonblock API
Author:
Robert Bindar
MDEV-24887 Tests fail on macos because mysqltest can't use nonblock API |
bb-10.6-monty | 2021-02-17 10:23:54 UTC 2021-02-17 |
Remove some usage of Check_level_instant_set and Sql_mode_save
Author:
Monty
Remove some usage of Check_level_ The reason for the removal are: Other things: |
bb-10.2-MDEV-21039 | 2021-02-17 04:13:49 UTC 2021-02-17 |
MDEV-21039: Server fails to start with unknown mysqld_safe options
Author:
Julius Goryavsky
MDEV-21039: Server fails to start with unknown mysqld_safe options Adding any unknown option to the "[mysqld_safe]" section makes [ERROR] /usr/local/ To get rid of this behavior, this patch adds the passing of the default |
10.6-halfmerge | 2021-02-16 13:56:59 UTC 2021-02-16 |
Merge branch 'bb-10.5-release' into bb-10.6-release
Author:
Oleksandr "Sanja" Byelkin
Merge branch 'bb-10.5-release' into bb-10.6-release |
bb-10.4-MDEV-24865 | 2021-02-16 06:46:14 UTC 2021-02-16 |
MDEV-24865 : Server crashes when truncate mysql user table
Author:
Jan Lindström
MDEV-24865 : Server crashes when truncate mysql user table For truncate we try to find out possible foreign key tables |
bb-10.6- |
2021-02-16 05:20:34 UTC 2021-02-16 |
MDEV-16708: Unsupported commands for prepared statements
Author:
Dmitry Shulga
MDEV-16708: Unsupported commands for prepared statements - Updated comments for some functions |
bb-10.6-MDEV-24860 | 2021-02-15 13:14:11 UTC 2021-02-15 |
MDEV-24860: Incorrect behaviour of SET STATEMENT in case it is executed as a ...
Author:
Dmitry Shulga
MDEV-24860: Incorrect behaviour of SET STATEMENT in case it is executed as a prepared statement Running statements with SET STATEMENT FOR clause is handled incorrectly in In first case the column c1 is defined as Different definition for the column c1 arise due to the fact that bool Item_str_ Although the clause SET STATEMENT sql_mode = 'NO_ENGINE_ To fix the issue the system variables listed in the SET STATEMENT FOR clause Additionally, to avoid code duplication the source code used in the function |
bb-10.2-MDEV-24860 | 2021-02-15 13:04:12 UTC 2021-02-15 |
MDEV-24860: Incorrect behaviour of SET STATEMENT in case it is executed as a ...
Author:
Dmitry Shulga
MDEV-24860: Incorrect behaviour of SET STATEMENT in case it is executed as a prepared statement Running statements with SET STATEMENT FOR clause is handled incorrectly in In first case the column c1 is defined as Different definition for the column c1 arise due to the fact that bool Item_str_ Although the clause SET STATEMENT sql_mode = 'NO_ENGINE_ To fix the issue the system variables listed in the SET STATEMENT FOR clause Additionally, to avoid code duplication the source code used in the function |
bb-10.2-varun | 2021-02-15 12:55:16 UTC 2021-02-15 |
MDEV-23291: SUM column from a derived table returns invalid values
Author:
varun
MDEV-23291: SUM column from a derived table returns invalid values The issue here was the read_set bitmap was not set for a field which Introduced a function in the class Item_subselect that would |
bb-10.3- |
2021-02-15 09:27:20 UTC 2021-02-15 |
MDEV-23510: arm64 lf_hash
Author:
Daniel Black
MDEV-23510: arm64 lf_hash volatile has no memory barrier schemantics, its for mmaped IO The MDEV lists a SEGV an assumption is made that an address was |
bb-10.5-MDEV-24864 | 2021-02-15 07:37:01 UTC 2021-02-15 |
MDEV-24864 Fatal error in buf_page_get_low() / fseg_page_is_free()
Author:
Marko Mäkelä
MDEV-24864 Fatal error in buf_page_get_low() / fseg_page_is_free() The fix of MDEV-24569 and MDEV-24695 introduced a race condition when The fil_space_ fil_crypt_ |
bb-10.3-midenok | 2021-02-14 20:26:12 UTC 2021-02-14 |
MDEV-22562 Assertion `next_insert_id == 0' upon UPDATE on system-versioned table
Author:
midenok
MDEV-22562 Assertion `next_insert_id == 0' upon UPDATE on system-versioned table Don't update autoinc counter on history row insert. Uniqueness is kept |
bb-10.6-wlad | 2021-02-14 17:30:39 UTC 2021-02-14 |
MDEV-24341 Innodb - do not block in foreground thread in log_write_up_to(
Author:
Vladislav Vaintroub
MDEV-24341 Innodb - do not block in foreground thread in log_write_up_to( |
bb-10.5-andrei | 2021-02-12 20:47:15 UTC 2021-02-12 |
Followup to binlog_optimize_thread_scheduling := OFF that
Author:
Andrei Elkin
Followup to binlog_ now also simulates no explicit engine prepare(). |
bb-10.6-MDEV-8334 | 2021-02-12 15:44:58 UTC 2021-02-12 |
MDEV-24643: Assertion failed in rw_lock::update_unlock()
Author:
Marko Mäkelä
MDEV-24643: Assertion failed in rw_lock: mtr_defer_ This regression was introduced in |
bb-10.2-MDEV-24853 | 2021-02-12 15:05:43 UTC 2021-02-12 |
MDEV-24853: Duplicate key generated during cluster configuration change
Author:
Julius Goryavsky
MDEV-24853: Duplicate key generated during cluster configuration change Incorrect processing of an auto-incrementing field in the |
10.2-MDEV-24853 | 2021-02-12 14:58:26 UTC 2021-02-12 |
MDEV-24853: Duplicate key generated during cluster configuration change
Author:
Julius Goryavsky
MDEV-24853: Duplicate key generated during cluster configuration change Incorrect processing of an auto-incrementing field in the |
bb-10.6-MDEV-22010 | 2021-02-11 09:49:29 UTC 2021-02-11 |
MDEV-22010: use executables MariaDB named in scripts
Author:
Rucha Deodhar
MDEV-22010: use executables MariaDB named in scripts As a part of this MDEV following changes were made: |
bb-10.2-MDEV-19950 | 2021-02-10 14:59:57 UTC 2021-02-10 |
MDEV-19950: Galera test failure on galera_ssl_upgrade
Author:
Julius Goryavsky
MDEV-19950: Galera test failure on galera_ssl_upgrade The test requires adaptation for MariaDB, which is done |
bb-10.4-MDEV-19950 | 2021-02-10 13:04:25 UTC 2021-02-10 |
MDEV-19950: Galera test failure on galera_ssl_upgrade
Author:
Julius Goryavsky
MDEV-19950: Galera test failure on galera_ssl_upgrade The test requires adaptation for MariaDB, which is done |
bb-17399-hf | 2021-02-10 12:25:55 UTC 2021-02-10 |
MDEV-17399 Add support for JSON_TABLE.
Author:
Alexey Botchkov
MDEV-17399 Add support for JSON_TABLE. The specific table handler for the table functions was introduced, |
bb-10.5-cs | 2021-02-09 19:15:22 UTC 2021-02-09 |
update for columnstore-5.5.1-2
Author:
David Hall
update for columnstore-5.5.1-2 |
bb-10.6-MDEV-14180 | 2021-02-09 10:41:16 UTC 2021-02-09 |
MDEV-14180 Automatically disable key rotation checks for file_key_management ...
Author:
THIRUNARAYANAN BALATHANDAYUTHAPANI
MDEV-14180 Automatically disable key rotation checks for file_key_management plugin - Addressed marko's review comments |
bb-10.5-MDEV-24833 | 2021-02-09 08:41:00 UTC 2021-02-09 |
MDEV-24344: BINLOG REPLAY privilege is missing from SHOW PRIVILEGES
Author:
Daniel Black
MDEV-24344: BINLOG REPLAY privilege is missing from SHOW PRIVILEGES Was added in 10.5.2 (MDEV-21975) |
10.2-MDEV- |
2021-02-09 08:07:52 UTC 2021-02-09 |
MDEV-22110 InnoDB unnecessarily writes unmodified pages
Author:
Vlad Lesin
MDEV-22110 InnoDB unnecessarily writes unmodified pages This is just a draft which purpose is to have some worked version, so The following tests are still failed: encryption. |
10.6-mdev8306 | 2021-02-09 06:51:27 UTC 2021-02-09 |
Enabled the order by limit optimization by default
Author:
varun
Enabled the order by limit optimization by default |
bb-10.6-varun | 2021-02-08 22:01:02 UTC 2021-02-08 |
Enabling order by limit optimization by default
Author:
varun
Enabling order by limit optimization by default |
bb-10.6- |
2021-02-08 20:59:55 UTC 2021-02-08 |
MDEV-15888 Implement FLUSH TABLES tbl_name [, tbl_name] ... WITH READ LOCK fo...
Author:
Alexey Botchkov
MDEV-15888 Implement FLUSH TABLES tbl_name [, tbl_name] ... WITH READ LOCK for views. Kind of 'naive' solution that surprisingly worked so trying to |
bb-10.5-monty | 2021-02-08 19:03:04 UTC 2021-02-08 |
MDEV-24087 s3.replication_partition fails in buildbot wiht replication failure
Author:
Monty
MDEV-24087 s3.replication_ A few of the failures was because of missing sync_slave_ However, the biggest reason for most faulures was that in case of |
bb-10.3-MDEV-21117 | 2021-02-08 15:58:03 UTC 2021-02-08 |
MDEV-21117: refine the server binlog-based recovery for semisync
Author:
Sujatha Sivakumar
MDEV-21117: refine the server binlog-based recovery for semisync Problem: Fix: When the restarted server is configured with To facilite the failover on the slave side |
bb-10.2-bar | 2021-02-08 12:19:45 UTC 2021-02-08 |
MDEV-24790 CAST('0e1111111111' AS DECIMAL(38,0)) returns a wrong result
Author:
Alexander Barkov
MDEV-24790 CAST('0e1111111111' AS DECIMAL(38,0)) returns a wrong result |
bb-10.6-sujatha | 2021-02-08 12:00:46 UTC 2021-02-08 |
MDEV-19371: Implement binlog_expire_logs_seconds for purging of binary logs
Author:
Sujatha Sivakumar
MDEV-19371: Implement binlog_ Backporting upstream changes. commit a7e1ef858ee8249 WL#9237: Add a new variable binlog_ This worklog adds a system variable binlog_ @ sql/binlog.cc The purge time now also considers the value of @ sql/mysqld.h Declared the new variable binlog_ @ sql/mysqld.cc The purge time now also considers the value of @ sql/sys_vars.cc Added the description for binlog_ Added test case to test the new variable: - binlog_ Extended the existing test cases: commit 9d591e29af1654b Bug#27252658 :CHANGE DEFAULT VALUE OF BINLOG_ Problem: Fix: 1) If user provides values for both options, both variables are set 2) If user provides a value for only one of the options, that particular 3) If user does not provide a value for any of the options, then This patch also changes the default value of expire_logs_days to 0. BUG#27699608: WARNING FOR CONFLICTING EXPIRE- Problem: 1. When --expire_logs_days and --binlog- 2. There was no warning when using either of these options when the Fix: 1. Check the conflicting values of these options even when the binary 2. Generate a warning if any of these options is used when the binary |
bb-10.5-bar | 2021-02-08 08:22:52 UTC 2021-02-08 |
MDEV-24790 CAST('0e1111111111' AS DECIMAL(38,0)) returns a wrong result
Author:
Alexander Barkov
MDEV-24790 CAST('0e1111111111' AS DECIMAL(38,0)) returns a wrong result |
bb-10.3-andrei | 2021-02-07 19:04:24 UTC 2021-02-07 |
MDEV-21117 incremental commit. Cleanup and unit-testing.
Author:
Andrei Elkin
MDEV-21117 incremental commit. Cleanup and unit-testing. |
bb-10.2- |
2021-02-06 22:05:36 UTC 2021-02-06 |
MDEV-24557: mysqldump --system=user to version grants
Author:
Daniel Black
MDEV-24557: mysqldump --system=user to version grants The grants MariaDB has are in 'SHOW PRIVILEGES'. As mariadb-dump could be used against a MySQL-8.0 This facilitiates the migration from MySQL-8.0 servers. |
10.5-mdev8306 | 2021-02-06 06:39:36 UTC 2021-02-06 |
Using recurisive descent instead of walk to check if the join cardinality est...
Author:
varun
Using recurisive descent instead of walk to check if the join cardinality estimates are precise |
bb-10.3-sujatha | 2021-02-05 11:15:35 UTC 2021-02-05 |
MDEV-24773: slave_compressed_protocol doesn't work properly with semi-sync re...
Author:
Sujatha Sivakumar
MDEV-24773: slave_compresse Back port upstream fix commit 1800b015a1d4873 Bug#26027024 SLAVE_COMPRESSE Analysis: In mysql-5.6, dump thread (the thread that is created Fix: Enable compress flag on the communication channels if the Slave |
MDEV-24298 | 2021-02-04 11:58:40 UTC 2021-02-04 |
MDEV-24298 MDB doesn't use Select Handler with INSERT..SELECT + UNION anymore
Author:
Roman Nozdrin
MDEV-24298 MDB doesn't use Select Handler with INSERT..SELECT + UNION anymore |
bb-10.6-kevgs | 2021-02-04 11:23:25 UTC 2021-02-04 |
BUF_GET_IF_IN_POOL
Author:
Eugene
BUF_GET_IF_IN_POOL |
bb-10.6-MDEV-24781 | 2021-02-04 11:22:43 UTC 2021-02-04 |
MDEV-24781 Assertion `mode == 16 || mode == 12 || fix_block->page.status != b...
Author:
THIRUNARAYANAN BALATHANDAYUTHAPANI
MDEV-24781 Assertion `mode == 16 || mode == 12 || fix_block- This is caused by commit 3cef4f8f0fc88ae |
bb-10.5-drrtuy | 2021-02-03 16:45:50 UTC 2021-02-03 |
Update MCS ref
Author:
Roman Nozdrin
Update MCS ref |
bb-10.5- |
2021-02-03 16:18:00 UTC 2021-02-03 |
wip2
Author:
Vicențiu Ciorbaru
wip2 |
bb-10.5-sujatha | 2021-02-03 10:24:01 UTC 2021-02-03 |
MDEV-22741: *SAN: ERROR: AddressSanitizer: use-after-poison on address in ins...
Author:
Sujatha Sivakumar
MDEV-22741: *SAN: ERROR: AddressSanitizer: use-after-poison on address in instrings/ Problem: CHANGE MASTER TO MASTER_USER='root', MASTER_PASSWORD='', MASTER_SSL=0; use-after-poison is reported for lex_mi->ssl_crl File: sql_repl.cc if (lex_mi->ssl_crl) Analysis: Fix: |
bb-10.4-sujatha | 2021-02-03 07:45:20 UTC 2021-02-03 |
MDEV-22741: *SAN: ERROR: AddressSanitizer: use-after-poison on address in ins...
Author:
Sujatha Sivakumar
MDEV-22741: *SAN: ERROR: AddressSanitizer: use-after-poison on address in instrings/ Problem: CHANGE MASTER TO MASTER_USER='root', MASTER_PASSWORD='', MASTER_SSL=0; use-after-poison is reported for lex_mi->ssl_crl File: sql_repl.cc if (lex_mi->ssl_crl) Analysis: Fix: |
bb-10.2-sujatha | 2021-02-03 06:48:29 UTC 2021-02-03 |
MDEV-22741: *SAN: ERROR: AddressSanitizer: use-after-poison on address in ins...
Author:
Sujatha Sivakumar
MDEV-22741: *SAN: ERROR: AddressSanitizer: use-after-poison on address in instrings/ Problem: CHANGE MASTER TO MASTER_USER='root', MASTER_PASSWORD='', MASTER_SSL=0; use-after-poison is reported for lex_mi->ssl_crl File: sql_repl.cc if (lex_mi->ssl_crl) Analysis: Fix: |
bb-10.2- |
2021-02-03 06:24:29 UTC 2021-02-03 |
MDEV-24135: Valgrind / ASAN warnings do not go to MTR XML
Author:
Anel Husakovic
MDEV-24135: Valgrind / ASAN warnings do not go to MTR XML - Note 1: MDEV doesn't depend on Valgrind/*SAN warnings/error, but doesn't show warnings in general (example 1 - JIRA). |
bb-10.5-vicentiu | 2021-02-02 18:30:56 UTC 2021-02-02 |
Intel compiler: Fix myisamlog, use correct const chars where appropriate
Author:
Vicențiu Ciorbaru
Intel compiler: Fix myisamlog, use correct const chars where appropriate |
10.4-merge-attempt | 2021-02-02 16:55:53 UTC 2021-02-02 |
Merge branch 'bb-10.3-release' into bb-10.4-release
Author:
Oleksandr "Sanja" Byelkin
Merge branch 'bb-10.3-release' into bb-10.4-release |
bb-10.6-MDEV-16976 | 2021-02-01 19:23:08 UTC 2021-02-01 |
calculate overlaps
Author:
Nikita Malyavin
calculate overlaps |
10.6-selectivity | 2021-02-01 13:49:26 UTC 2021-02-01 |
Added comments inside table_multi_eq_cond_selectivity
Author:
varun
Added comments inside table_multi_ |
bb-10.6-mdev24740 | 2021-01-31 13:30:35 UTC 2021-01-31 |
MDEV-24740: Selectivity for equi-join predicates not involed in ref access is...
Author:
varun
MDEV-24740: Selectivity for equi-join predicates not involed in ref access is not taken into account for join cardinality estimation First the function was checking if there is a keyuse only then we were Second change is done when we try to get the avg frequency of a column, Updated few tests results. |
bb-10.3-MDEV-24730 | 2021-01-29 15:20:05 UTC 2021-01-29 |
MDEV-24730 Insert log operation fails after purge resets n_core_fields
Author:
THIRUNARAYANAN BALATHANDAYUTHAPANI
MDEV-24730 Insert log operation fails after purge resets n_core_fields - Adding the test case which has more than 129 instant columns. |
1 → 100 of 954 results | First • Previous • Next • Last |
Other repositories
Name | Last Modified |
---|---|
lp:maria | 2 hours ago |
lp:~maria-captains/maria/+git/connector-c | 2018-01-08 |
1 → 2 of 2 results | First • Previous • Next • Last |