Hi, indiavaibhav!
On Sep 27, indiavaibhav vaibhavindia wrote:
> Hello everyone,
> My name is Vaibhav Choudhary.I am in my second year undergraduation
> and am new to open source. I would like to contribute to your
> project.Can anyone please guide me as to how should i work on a patch
> after i have identified the problem on JIRA?
>
> I have a good knowledge of C++ and am studying MySQL.But I am unable
> to figure out as to how should I go about writing the code for the
> issues on JIRA.
MariaDB server is on github: https://github.com/MariaDB/server
Fork it, as explained here: https://help.github.com/articles/fork-a-repo/
Also you need to ensure that you have necessary tools and libraries:
https://mariadb.com/kb/en/mariadb/Build_Environment_Setup_for_Linux/
Then you can compile MariaDB server as explained here:
https://mariadb.com/kb/en/mariadb/generic-build-instructions/
See also other pages under
https://mariadb.com/kb/en/mariadb/compiling-mariadb-from-source/
Does that answer your question?
Regards,
Sergei