Package: mariadb / 1:10.11.14-0+deb12u2
Metadata
| Package | Version | Patches format |
|---|---|---|
| mariadb | 1:10.11.14-0+deb12u2 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| env perl usr bin perl.patch | (download) |
mysql-test/lib/process-purecov-annotations.pl |
2 1 + 1 - 0 ! |
fix perl path in scripts Fix Lintian issue https://lintian.debian.org/tags/incorrect-path-for-interpreter.html . Upstream will never accept this patch, see https://github.com/MariaDB/server/pull/1718 |
| mroonga mrn lib dirs path reproducible build.patch | (download) |
storage/mroonga/CMakeLists.txt |
12 4 + 8 - 0 ! |
[patch] cmake: add support for reproducible builds . We should use relative path not absolute path. We can use target without breaking reproducibility. |
| MDEV 37411 suppress new warning about native aio.patch | (download) |
storage/innobase/os/os0file.cc |
2 1 + 1 - 0 ! |
suppress native aio warning introduced in 10.8.3
Upstream a87bb96 introduced a new warning, visible at least on all ppc64el and
s390x builds which makes the post-build mariadb-test-test fail:
[Warning] InnoDB: native AIO failed: falling back to
innodb_use_native_aio=OFF
Unlike upstream MariaDB, in Debian we removed libaio in for Linux on
MariaDB 10.6+ in 612630c6 and completely in 1d648d6f. Thus the build
will not have libaio at all on any platform in Debian, and the warning
is useless.
This might not be the optimal solution, but at least suppressing the warning
will unblock the 11.8.3 release for now.
|
