Skip to content
/ server Public

MDEV-38935: Improved README with Detailed Project Overview and Documentation Links#4709

Open
Tuppudukeerthana wants to merge 1 commit intoMariaDB:mainfrom
Tuppudukeerthana:add-readme-details
Open

MDEV-38935: Improved README with Detailed Project Overview and Documentation Links#4709
Tuppudukeerthana wants to merge 1 commit intoMariaDB:mainfrom
Tuppudukeerthana:add-readme-details

Conversation

@Tuppudukeerthana
Copy link

This update enhances the README file by providing a clearer and more structured overview of the MariaDB Server project.

Changes Made:

Improved overall project description

Added clear explanation of MariaDB and its purpose

Organized documentation and resource links

Updated build and contribution instructions section

Improved formatting for better readability

Purpose:

The goal of this update is to make the README more informative and beginner-friendly, helping contributors and users better understand the project structure, documentation resources, and contribution process.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link
Member

@grooverdan grooverdan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for addressing this. It was a bit messy, and still is in some ways.

While you have addressed many things, let's attempt to say:

In a concise manner.

MariaDB: The innovative open source database

* [![Appveyor CI status](https://ci.appveyor.com/api/projects/status/4u6pexmtpuf8jq66?svg=true)](https://ci.appveyor.com/project/rasmushoj/server) ci.appveyor.com
MariaDB is a community-developed, open source relational database management system (RDBMS) designed as a drop-in replacement for MySQL(R). It provides enhanced performance, improved scalability, additional storage engines, and new features while maintaining high compatibility with MySQL applications.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We've been trying to remove the "drop-in replacement" for years as it hasn't applied for a while. Something like https://mariadb.org/en/ as the intro. The relation to MySQL shouldn't be a dominate component of this README.


MariaDB was designed as a drop-in replacement for MySQL(R) with more
features, new storage engines, fewer bugs, and better performance.
MariaDB is developed by many of the original developers of MySQL who now work for the MariaDB Corporation, the MariaDB Foundation, and by numerous contributors from the global open source community.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's been a lot of employment churn over years, Perhaps more accurate is something along these lines, though I'm not tied to the wording.

MariaDB is developed as open source by many developers in the community and the MariaDB Corporation (some of whom worked previously at MySQL). We attract a large number fo community contribution to enhance our codebase.

MariaDB is brought to you by the MariaDB Foundation and the MariaDB Corporation.
Please read the CREDITS file for details about the MariaDB Foundation,
and who is developing MariaDB.
MySQL, which serves as the original base of MariaDB, is a product and trademark of Oracle Corporation, Inc. For a list of developers and other contributors, see the Credits appendix. You can also run SHOW authors to get a list of active contributors.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stronger emphasis on MariaDB"

draft:

MariaDB forked from MySQL (tm - Oracle Corporation), and has been developed as an independent fork since 2013. See the GitHub contributor statistics for an up to date representation of our code contributor community.

rational:

"independent fork" is Monty's term from https://monty-says.blogspot.com/2026/01/the-concepts-of-forking.html.
2013 is the rough times of the 10.0 release.

list of active contributors.

A description of the MariaDB project and a manual can be found at:
A full description of the MariaDB project and its documentation can be found at:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note KB links below are broken or redirectects. Can you update these?

If this is just a list covering installation and overview that would be find. There' s excessive focus on MySQL here.

This guide outlines how to correctly clone and build the source code, run the MariaDB testing framework (MTR), and determine which branch to target for contributions.

# Help
Help
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a Markdownfile, Why are the # header and line syntaxes being remove?

More help is available from the Maria Discuss mailing list
https://lists.mariadb.org/postorius/lists/discuss.lists.mariadb.org/ and MariaDB's Zulip
instance, https://mariadb.zulipchat.com/
More help is available from the Maria Discuss mailing list:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MariaDB* correction.

https://lists.mariadb.org/postorius/lists/discuss.lists.mariadb.org/

# Licensing
And MariaDB’s Zulip instance:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

General Public License (GPLv2). (I.e. Without the "any later version"
clause.) This is inherited from MySQL. Please see the README file in
the MySQL distribution for more information.
MariaDB is specifically available only under version 2 of the GNU General Public License (GPLv2), without the "any later version" clause. This licensing model is inherited from MySQL.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

simplify:

MariaDB is specifically available only under version 2 of the GNU General Public License (GPLv2).

@gkodinov gkodinov added the External Contribution All PRs from entities outside of MariaDB Foundation, Corporation, Codership agreements. label Mar 2, 2026
@gkodinov gkodinov changed the title Improved README with Detailed Project Overview and Documentation Links MDEV-38935: Improved README with Detailed Project Overview and Documentation Links Mar 2, 2026
Copy link
Member

@gkodinov gkodinov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution! This is a preliminary review.

Please keep working with Daniel on his review. Couple of extra points to address:

Please rebase this against 10.6: The README should be an unified document for all versions.

Please also add a commit message to your commit that complies with CODING_STYLE.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

External Contribution All PRs from entities outside of MariaDB Foundation, Corporation, Codership agreements.

Development

Successfully merging this pull request may close these issues.

4 participants