server
server copied to clipboard
MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable,...
- [x] *The Jira issue number for this PR is: MDEV-31062* ## Description Thread executing wsrep transaction can't change during transaction execution. Similarly, thread executing high priority brute force (BF)...
- [x] *The Jira issue number for this PR is: MDEV-31062* ## Description Thread executing wsrep transaction can't change during transaction execution. Similarly, thread executing high priority brute force (BF)...
…adding invalid value to wsrep_allowlist table - [x] *The Jira issue number for this PR is: MDEV-31173* ## Description Problem was that wsrep_schema tables were not marked as category information....
…adding invalid value to wsrep_allowlist table - [x] *The Jira issue number for this PR is: MDEV-31173* ## Description Problem was that wsrep_schema tables were not marked as category information....
…rep_osu_method=TOI and wsrep_strict_ddl=ON - [x] *The Jira issue number for this PR is: MDEV-27861* ## Description Problem was incorrect handling of partitioned tables, because db_type == DB_TYPE_PARTITION_DB wsrep_should_replicate_ddl incorrectly marked...
…rep_osu_method=TOI and wsrep_strict_ddl=ON This is 10.6 version of the fix. - [x] *The Jira issue number for this PR is: MDEV-27861* ## Description Problem was incorrect handling of partitioned tables,...
There is no need to exclude exclusive non-gap locks from the procedure of locks releasing on XA PREPARE execution in lock_release_on_prepare_try() after commit 17e59ed3aad481918f1a01d8afbc071c316d5930 (MDEV-33454), because lock_rec_unlock_unmodified() should check if...
The option binlog_optimize_thread_scheduling was initially added to provide a safe alternative for the newly added binlog group commit logic, such that when 0, it would disable a leader thread from...
- [x] *The Jira issue number for this PR is: MDEV-27201* ## Description Disable the calculation of aggregate functions whose results are not used, neither inside the derived table SQL...
…ation involving only one column - [x] *The Jira issue number for this PR is: MDEV-34665 It was found that unnecessary work of building Ordered_key structures is being done when...