Details
-
New Feature
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
Description
Ask users to give MariaDB a star by having an extra line in the MariaDB client prompt:
Welcome to the MariaDB monitor. Commands end with ; or \g.
|
Your MariaDB connection id is 33
|
Server version: 12.2.0-MariaDB-1:12.2.0 mariadb.org binary distribution
|
|
|
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
|
|
|
Please help get to 10k stars at https://github.com/MariaDB/Server
|
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
|
|
|
MariaDB [(none)]>
|
Additionally, have this extra line in server logs:
[Note] Please help get to 10k stars at https://github.com/MariaDB/server
|
This change is done in a way that it is easy to cherry-pick to older releases, and the text can later be changed to promote something else once MariaDB has surpassed MySQL in GitHub stars.
This is a pull request: https://github.com/MariaDB/server/pull/4262