diff options
author | Michael Widenius <monty@mariadb.org> | 2014-03-28 09:31:43 +0200 |
---|---|---|
committer | Michael Widenius <monty@mariadb.org> | 2014-03-28 09:31:43 +0200 |
commit | 3f7ee1f12ebfefaa431756313021fd9b2741d33e (patch) | |
tree | 0101b7403f0d846ea082a75a986db8f7d4a93674 /sql/contributors.h | |
parent | 10ae6e35d0fa69f0827324ac15750ee7bbdb78c8 (diff) | |
download | mariadb-git-3f7ee1f12ebfefaa431756313021fd9b2741d33e.tar.gz |
Updated sponsors and authors
Diffstat (limited to 'sql/contributors.h')
-rw-r--r-- | sql/contributors.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sql/contributors.h b/sql/contributors.h index 1859c5d48c5..2479f611727 100644 --- a/sql/contributors.h +++ b/sql/contributors.h @@ -31,19 +31,29 @@ struct show_table_contributors_st { Get permission before editing. Names should be encoded using UTF-8. + + See also https://mariadb.com/kb/en/log-of-mariadb-contributions/ */ struct show_table_contributors_st show_table_contributors[]= { - /* MariaDB foundation members, in contribution size order */ + /* MariaDB foundation members, in contribution, size , time order */ {"Booking.com", "http://www.booking.com", "Founding member of the MariaDB foundation"}, {"SkySQL Ab", "http://www.skysql.com", "Founding member of the MariaDB foundation"}, + {"Auttomatic", "http://automattic.com", "Member of the MariaDB foundation"}, {"Parallels", "http://www.parallels.com/products/plesk", "Founding member of the MariaDB foundation"}, /* Smaller sponsors, newer per year */ + {"Verkkokauppa.com", "Finland", "Sponsor of the MariaDB foundation"}, + {"Webyog", "Bangalor", "Sponsor of the MariaDB foundation"}, + {"Percona", "USA", "Sponsor of the MariaDB foundation"}, {"Jelastic.com", "Russia", "Sponsor of the MariaDB foundation"}, {"Planetta.net", "Finland", "Sponsor of the MariaDB foundation"}, {"Open query", "Australia", "Sponsor of the MariaDB foundation"}, + /* Sponsors of important features */ + {"Google", "USA", "Sponsoring parallel replication and GTID" }, + {"Facebook", "USA", "Sponsoring non-blocking API, LIMIT ROWS EXAMINED etc"}, + /* Individual contributors, names in historical order, newer first */ {"Ronald Bradford", "Brisbane, Australia", "EFF contribution for UC2006 Auction"}, {"Sheeri Kritzer", "Boston, Mass. USA", "EFF contribution for UC2006 Auction"}, |