Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 36 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
Code status:
------------
## Code status:

* [![Appveyor CI status](https://ci.appveyor.com/api/projects/status/4u6pexmtpuf8jq66?svg=true)](https://ci.appveyor.com/project/rasmushoj/server) ci.appveyor.com
- [![Appveyor CI status](https://ci.appveyor.com/api/projects/status/4u6pexmtpuf8jq66?svg=true)](https://ci.appveyor.com/project/rasmushoj/server) ci.appveyor.com

## MariaDB: The open source relational database
## MariaDB: The open source relational database

MariaDB was designed as a drop-in replacement of MySQL(R) with more
features, new storage engines, fewer bugs, and better performance.
Expand All @@ -18,7 +17,7 @@ many people in the community.

MySQL, which is the 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
see the Credits appendix. You can also run 'SHOW authors' to get a
list of active contributors.

A description of the MariaDB project and a manual can be found at:
Expand All @@ -33,27 +32,25 @@ https://mariadb.com/kb/en/mariadb-versus-mysql-compatibility/

https://mariadb.com/kb/en/new-and-old-releases/

Help
-----
## Help

More help is available from the Maria Discuss mailing list
https://launchpad.net/~maria-discuss, MariaDB's Zulip
instance, https://mariadb.zulipchat.com/
instance, https://mariadb.zulipchat.com/

## Live QA for beginner contributors

Live QA for beginner contributors
----
MariaDB has a dedicated time each week when we answer new contributor questions live on Zulip.
From 8:00 to 10:00 UTC on Mondays, and 10:00 to 12:00 UTC on Thursdays,
anyone can ask any questions they’d like, and a live developer will be available to assist.

New contributors can ask questions any time, but we will provide immediate feedback during that interval.

Licensing
---------
## Licensing

***************************************************************************
---

NOTE:
NOTE:

MariaDB is specifically available only under version 2 of the GNU
General Public License (GPLv2). (I.e. Without the "any later version"
Expand All @@ -63,10 +60,33 @@ the MySQL distribution for more information.
License information can be found in the COPYING file. Third party
license information can be found in the THIRDPARTY file.

***************************************************************************
---

Releases

## Planned releases for current year (2023)

```mermaid
gantt
title Releases for 2023
section 10.11
10.11 (RC) :crit, CRITICAL 2023-04-11, 2d
WAITING :milestone, after CRITICAL
section 10.6
10.6 (GA) :active, IN_DEVELOPMENT 2023-04-12, 2d
section 10.4
10.4 :done, RELEASED 2023-04-13, 1d
Released :milestone, after RELEASED
```

## Releases for year ...

## Releases for year ...

....
Bug Reports
------------

---

Bug and/or error reports regarding MariaDB should be submitted at:
https://jira.mariadb.org
Expand Down