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,...
Creates new parent Item_sum_str for Item_func_group_concat and Item_func_collect, migrating shared methods from each of those latter classes to the former. Simultaneously, tighten up the method scopes.
- [x] *The Jira issue number for this PR is: MDEV-______* ## Description Minor fix for MTR test galera.MW-402. Skip it if debug_sync is not compiled into the server. ##...
Add support for removing the Content-Type header to the S3 engine and implement a per-provider based quirks system. This is required for compatibility with some S3 providers. Written primarily to...
* ~~*The Jira issue number for this PR is: [MDEV-21978](https://jira.mariadb.org/browse/MDEV-21978)*~~ This commit backports a lone fix from #3360 for 11.2, our oldest 11.x in maintenance. It is the only mistake...
- [x] *The Jira issue number for this PR is: MDEV-31888* ## Description Clean up configuration and tests. Add wait conditions to make sure test continues from clean state. Test...
…ion::before_rollback() - [x] *The Jira issue number for this PR is: MDEV-32780* ## Description Test changes only because assertion reported is not reproducible anymore. ## Release Notes TODO: What should...
- [x] *The Jira issue number for this PR is: MDEV-32631* ## Description Test case changes only. Add wait_conditions to make sure nodes rejoin the cluster. Assertion itself should not...
- [x] *The Jira issue number for this PR is: MDEV-35022* ## Description - This patch removes the PRAGMA_DISABLE_CHECK_STACK_FRAME usage inside innodb, mariabackup and also made the large variable into...
- [x] *The Jira issue number for this PR is: MDEV-33966* ## Description The `buf_pool.LRU` list needs to reasonably accurately reflect recently accessed blocks, so that they will not be...
In between the binlogging of a transaction and its wait, it is possible that its entry in Active_tranx was removed if semi-sync was switched off and on. This fires an...