Skip to content

Commit 1f3f903

Browse files
iangilfillangrooverdan
authored andcommitted
Update sponsors
1 parent 374ec82 commit 1f3f903

File tree

3 files changed

+12
-27
lines changed

3 files changed

+12
-27
lines changed

CREDITS

+4-9
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,19 @@ organization registered in the USA.
44
The current main sponsors of the MariaDB Foundation are:
55

66
Alibaba Cloud https://www.alibabacloud.com/ (2017)
7-
Booking.com https://www.booking.com (2013)
87
MariaDB Corporation https://www.mariadb.com (2013)
98
Microsoft https://microsoft.com/ (2017)
9+
ServiceNow https://servicenow.com (2019)
1010
Tencent Cloud https://cloud.tencent.com (2017)
1111
Development Bank of Singapore https://dbs.com (2016)
1212
IBM https://www.ibm.com (2017)
13-
Tencent Games http://game.qq.com/ (2018)
1413
Visma https://visma.com (2015)
15-
Acronis https://acronis.com (2016)
16-
Nexedi https://www.nexedi.com (2016)
14+
Automattic https://automattic.com (2019)
15+
Galera Cluster https://galeracluster.com (2020)
1716
Percona https://www.percona.com (2018)
18-
Tencent Game DBA http://tencentdba.com/about (2016)
19-
Tencent TDSQL http://tdsql.org (2016)
20-
Verkkokauppa.com https://www.verkkokauppa.com (2015)
21-
Virtuozzo https://virtuozzo.com (2016)
2217

2318
For a full list of sponsors, see
24-
https://mariadb.org/about/supporters/
19+
https://mariadb.org/about/#sponsors
2520
and for individual contributors, see
2621
https://mariadb.org/donate/individual-sponsors/
2722

mysql-test/r/contributors.result

+4-9
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
11
SHOW CONTRIBUTORS;
22
Name Location Comment
3-
Booking.com https://www.booking.com Founding member, Platinum Sponsor of the MariaDB Foundation
43
Alibaba Cloud https://www.alibabacloud.com/ Platinum Sponsor of the MariaDB Foundation
54
Tencent Cloud https://cloud.tencent.com Platinum Sponsor of the MariaDB Foundation
65
Microsoft https://microsoft.com/ Platinum Sponsor of the MariaDB Foundation
76
MariaDB Corporation https://mariadb.com Founding member, Platinum Sponsor of the MariaDB Foundation
7+
ServiceNow https://servicenow.com Platinum Sponsor of the MariaDB Foundation
88
Visma https://visma.com Gold Sponsor of the MariaDB Foundation
99
DBS https://dbs.com Gold Sponsor of the MariaDB Foundation
1010
IBM https://www.ibm.com Gold Sponsor of the MariaDB Foundation
11-
Tencent Games http://game.qq.com/ Gold Sponsor of the MariaDB Foundation
12-
Nexedi https://www.nexedi.com Silver Sponsor of the MariaDB Foundation
13-
Acronis https://www.acronis.com Silver Sponsor of the MariaDB Foundation
14-
Verkkokauppa.com https://www.verkkokauppa.com Bronze Sponsor of the MariaDB Foundation
15-
Virtuozzo https://virtuozzo.com Bronze Sponsor of the MariaDB Foundation
16-
Tencent Game DBA http://tencentdba.com/about Bronze Sponsor of the MariaDB Foundation
17-
Tencent TDSQL http://tdsql.org Bronze Sponsor of the MariaDB Foundation
18-
Percona https://www.percona.com/ Bronze Sponsor of the MariaDB Foundation
11+
Automattic https://automattic.com Silver Sponsor of the MariaDB Foundation
12+
Percona https://www.percona.com/ Sponsor of the MariaDB Foundation
13+
Galera Cluster https://galeracluster.com Sponsor of the MariaDB Foundation
1914
Google USA Sponsoring encryption, parallel replication and GTID
2015
Facebook USA Sponsoring non-blocking API, LIMIT ROWS EXAMINED etc
2116
Ronald Bradford Brisbane, Australia EFF contribution for UC2006 Auction

sql/contributors.h

+4-9
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,17 @@ struct show_table_contributors_st {
3737

3838
struct show_table_contributors_st show_table_contributors[]= {
3939
/* MariaDB foundation sponsors, in contribution, size , time order */
40-
{"Booking.com", "https://www.booking.com", "Founding member, Platinum Sponsor of the MariaDB Foundation"},
4140
{"Alibaba Cloud", "https://www.alibabacloud.com/", "Platinum Sponsor of the MariaDB Foundation"},
4241
{"Tencent Cloud", "https://cloud.tencent.com", "Platinum Sponsor of the MariaDB Foundation"},
4342
{"Microsoft", "https://microsoft.com/", "Platinum Sponsor of the MariaDB Foundation"},
4443
{"MariaDB Corporation", "https://mariadb.com", "Founding member, Platinum Sponsor of the MariaDB Foundation"},
44+
{"ServiceNow", "https://servicenow.com", "Platinum Sponsor of the MariaDB Foundation"},
4545
{"Visma", "https://visma.com", "Gold Sponsor of the MariaDB Foundation"},
4646
{"DBS", "https://dbs.com", "Gold Sponsor of the MariaDB Foundation"},
4747
{"IBM", "https://www.ibm.com", "Gold Sponsor of the MariaDB Foundation"},
48-
{"Tencent Games", "http://game.qq.com/", "Gold Sponsor of the MariaDB Foundation"},
49-
{"Nexedi", "https://www.nexedi.com", "Silver Sponsor of the MariaDB Foundation"},
50-
{"Acronis", "https://www.acronis.com", "Silver Sponsor of the MariaDB Foundation"},
51-
{"Verkkokauppa.com", "https://www.verkkokauppa.com", "Bronze Sponsor of the MariaDB Foundation"},
52-
{"Virtuozzo", "https://virtuozzo.com", "Bronze Sponsor of the MariaDB Foundation"},
53-
{"Tencent Game DBA", "http://tencentdba.com/about", "Bronze Sponsor of the MariaDB Foundation"},
54-
{"Tencent TDSQL", "http://tdsql.org", "Bronze Sponsor of the MariaDB Foundation"},
55-
{"Percona", "https://www.percona.com/", "Bronze Sponsor of the MariaDB Foundation"},
48+
{"Automattic", "https://automattic.com", "Silver Sponsor of the MariaDB Foundation"},
49+
{"Percona", "https://www.percona.com/", "Sponsor of the MariaDB Foundation"},
50+
{"Galera Cluster", "https://galeracluster.com", "Sponsor of the MariaDB Foundation"},
5651

5752
/* Sponsors of important features */
5853
{"Google", "USA", "Sponsoring encryption, parallel replication and GTID"},

0 commit comments

Comments
 (0)