maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #08154
Re: Fwd: Contributing in MariaDB Project
Hi Rohit!
It's good to know you are interested in contributing to MariaDB. We don't
have a lot of beginner friendly bugs running around right now. Fortunately
however, I do have a task that might be simple enough to tackle [1].
This is part of a former GSOC project called Roles. The place to look for
is in the file sql/sql_acl.cc, the function mysql_grant_role(). [2]
The way the function is currently designed and called does not allow for
multiple roles to be granted in one step. It would have to be refactored
somehow.
The fix will probably take you to sql/sql_yacc.yy [3] for a bit of
tinkering there as well.
Feel free to submit a pull request with any work in progress code you have.
I would be happy to review it. Any other questions you have are also
welcomed.
Regards,
Vicentiu
[1] https://mariadb.atlassian.net/browse/MDEV-5772?filter=-1
[2] https://github.com/MariaDB/server/blob/10.1/sql/sql_acl.cc#L6174
[3] https://github.com/MariaDB/server/blob/10.1/sql/sql_yacc.yy#L15296
On Tue Feb 10 2015 at 1:53:18 PM Rohit Kashyap <rkgudboy@xxxxxxxxx> wrote:
>
> Hi,
> I am Rohit from NIT Patna, India. A Engineering Student and contributor in
> MySQL Community, approved by Oracle.
> You guys are doing great things at Team Maria DB. Kudos for that.
> I would like to start and contribute in the Maria project, and would like
> to ask for
> guiding in the same, with code base and introductory Bugs to prove myself.
>
> --
> Kind Regards,
> Rohit
> Freenode: rkgudboy
>
>
> --
> Kind Regards,
> Rohit
> _______________________________________________
> Mailing list: https://launchpad.net/~maria-developers
> Post to : maria-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~maria-developers
> More help : https://help.launchpad.net/ListHelp
>
Follow ups
References