Show banner in server and client startup to drive community engagement
Suggest to users that they can support MariaDB development by simply giving a
star on GitHub. This patch experiments with how well such a banner works, and
may later change the contents to drive some other kind of engagement.
Client output:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 17
Server version: 11.8.1-MariaDB-5 from Debian -- Please help get to 10k stars at https://github.com/MariaDB/Server
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]>
Server output:
[Note] Please help get to 10k stars at https://github.com/MariaDB/Server
Server output if built in git directory:
[Note] Starting MariaDB 11.8.1-MariaDB-5 from Debian source revision
1a9c3debfd6b1b16af4e501d3530b866b85c38a8 server_uid eNAjF8/wvUNM09/mSmh+k3a5o5w= as process 1359
Logs will also show as server output:
mysqld: Version: '11.8.1-MariaDB-5 from Debian' socket: '/run/mysqld/mysqld.sock' port: 3306 -- Please help get to 10k stars at https://github.com/MariaDB/Server
Forwarded: no
Gbp-Pq: Name startup-message.patch
Install PAM modules and systemd units into /usr
Since Debian trixie all files need to be installed into their canonical
location under /usr.
Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=
1061348
Forwarded: https://github.com/MariaDB/server/pull/4065
Gbp-Pq: Name install-files-into-usr.patch
cmake: add support for reproducible buildS
We should use relative path not absolute path. We can use target without
breaking reproducibility.
Origin: https://github.com/mroonga/mroonga/issues/298#issuecomment-
1030815927
Bug: https://github.com/mroonga/mroonga/issues/298
Forwarded: not-needed
Gbp-Pq: Name mroonga-mrn-lib-dirs-path-reproducible-build.patch
mariadb (1:11.8.3-0+deb13u1) trixie; urgency=medium
* New upstream maintenance release 11.8.3. For details about fixes please see
https://mariadb.com/kb/en/mariadb-11-8-3-release-notes/
* Drop Hurd patches that are now included upstream
* Update configuration traces to include new upstream system variables:
- analyze-max-length (default:
4294967295)
- innodb-linux-aio (default: auto)
* Suppress new native AIO warning introduced in upstream
a87bb96 to avoid
mariadb-test-run failing on something that isn't a real issue
* New upstream release includes fix for MDEV-36815 that yielded "ERROR 1267
(HY000): Illegal mix of collations" on some systems when restarting the
MariaDB service in Debian (Closes: #
1104533)
* Remove obsolete cleanup as upstream moved pam_mariadb_mtr.so in
c05b1fe
* Salsa CI: Remove Buster upgrades and ignore missing Trixie ones
* Start branch debian/13-trixie for stable updates
[dgit import unpatched mariadb 1:11.8.3-0+deb13u1]