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,...
* Split from and built upon #1674 * [x] *The Jira issue number for this PR is: [MDEV-23077](https://jira.mariadb.org/browse/MDEV-23077)* ## What problem is the patch trying to solve? * Events of...
Pull request created in: https://jira.mariadb.org/browse/MDEV-36474
- [x] *The Jira issue number for this PR is: MDEV-28933* ## Description `dict_foreign_t::sql_id()`: Return the SQL constraint name. Before MySQL 4.0.18, user-specified constraint names were ignored. Starting with MySQL...
try compile tests are flawed, particularly on AIX as they succeed with an "warning: implicit declaration of function". Upon compulation of these detected feature there is a link error for...
…ad of "true" - [x] *The Jira issue number for this PR is: MDEV-28649* ## Description Using any boolean argument to a function in a view resulted in a view...
- [x] *The Jira issue number for this PR is: MDEV-______ (not yet)* ## Description Hiding over uninitialised variable seems to be from detection bugs in old compilers. More imporant,...
- [x] *The Jira issue number for this PR is: MDEV-36482* ## Description As noted in c36834c8324974f26770d64192898f4f45d9f772 the MemorySanitizer instrumented builds so far only work with the synchronous I/O interface...
- [x] *The Jira issue number for this PR is: MDEV-34391* ## Description Implement the SET PATH statement. The grammar differs from the Jira ticket where the equal sign is...
Reduce the cost of thd_rpl_deadlock_check() which is used to do parallel replication conflict detecton. 1. Cache the value of thd_need_wait_reports() in InnoDB trx_t, and only call thd_rpl_deadlock_check() if required. 2....
* [x] *The Jira issue number for this PR is: [MDEV-7611][]* * This bug’s from 10 years ago!? :astonished: ## Description When pausing replicas for `mariadb-dump --dump-slave`, store the names...