Tools Available for Developing on the MariaDB Code

The code is hosted on https://github.com/MariaDB/server. You can branch the latest code from there, and you can also push your own changes as a new branch that can be shared with others.

Building the code from source is done with standard Unix tools: CMake (or autotools for MariaDB versions below 5.5), Gnu Make, GCC (or other C/C++ compiler on some systems). On Windows, CMake and Visual Studio are used.

The current state of the source with respect to build/test failures can be seen in buildbot.

For project management and bug tracking, we use JIRA.

The source page has links to instructions on setting up a full development environment, if you are interested.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.