Daniel Black
Daniel Black
- [x] *The Jira issue number for this PR is: MDEV-36542* ## Description Stated cases for use: * bypass static analyizers (which should be able to see faults if they...
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-12305* ## Description Take Debian carried patches for Hurd compatibility and apply as is. ## Release Notes Hurd compatibly applied...
From #8443, because a validated reproduction case with a described environment should be sufficient. > Ok, finally got around to look at this myself on a windows machine. Can confirm...
This was added in https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c4a16820d90199409c9bf01c4f794e1e9e8d8fd8.
The base manifest `mariadb-5293-ubi` was created with `buildah` (`create`, `add`). The `buildah bud --all-platforms . --build-arg BASE=mariadb-52293-ubi Containerfile.. With a [basic](https://github.com/MariaDB/mariadb-docker/blob/master/Containerfile.debug-ubi) Containerfile beginning: ``` ARG BASE FROM $BASE ``` Fails...
- [x] *The Jira issue number for this PR is: MDEV-37969* ## Description The SphinxSE sphinx_snippets had a erronous test condition on the getaddrinfo return value. With this inverted there...
- [x] *The Jira issue number for this PR is: MDEV-34902* ## Description Due to table names not being escaped properly. Also the CHECK TABLES on all tables was excessive....