minio/vendor/github.com/go-sql-driver/mysql/CONTRIBUTING.md
Aditya Manthramurthy 2463ae243a Add support for MySQL notifications (fixes #3818) (#3907)
As a new configuration parameter is added, configuration version is
bumped up from 14 to 15.

The MySQL target's behaviour is identical to the PostgreSQL: rows are
deleted from the MySQL table on delete-object events, and are
created/updated on create/over-write events.
2017-03-17 09:29:17 -07:00

1.1 KiB

Contributing Guidelines

Reporting Issues

Before creating a new Issue, please check first if a similar Issue already exists or was recently closed.

Contributing Code

By contributing to this project, you share your code under the Mozilla Public License 2, as specified in the LICENSE file. Don't forget to add yourself to the AUTHORS file.

Code Review

Everyone is invited to review and comment on pull requests. If it looks fine to you, comment with "LGTM" (Looks good to me).

If changes are required, notice the reviewers with "PTAL" (Please take another look) after committing the fixes.

Before merging the Pull Request, at least one team member must have commented with "LGTM".

Development Ideas

If you are looking for ideas for code contributions, please check our Development Ideas Wiki page.