SHOW CONTRIBUTORS
Syntax
SHOW CONTRIBUTORS
Description
The SHOW CONTRIBUTORS
statement displays information about
the companies and people who financially contribute to MariaDB. For each contributor, it displays Name
, Location
, and Comment
values. All columns are encoded as latin1
.
It displays all members and sponsors of the MariaDB Foundation as well as other financial contributors.
Example
SHOW CONTRIBUTORS; +---------------------+-------------------------------+-------------------------------------------------------------+ | Name | Location | Comment | +---------------------+-------------------------------+-------------------------------------------------------------+ | Alibaba Cloud | https://www.alibabacloud.com/ | Platinum Sponsor of the MariaDB Foundation | | Tencent Cloud | https://cloud.tencent.com | Platinum Sponsor of the MariaDB Foundation | | Microsoft | https://microsoft.com/ | Platinum Sponsor of the MariaDB Foundation | | MariaDB Corporation | https://mariadb.com | Founding member, Platinum Sponsor of the MariaDB Foundation | | ServiceNow | https://servicenow.com | Platinum Sponsor of the MariaDB Foundation | | Intel | https://www.intel.com | Platinum Sponsor of the MariaDB Foundation | | SIT | https://sit.org | Platinum Sponsor of the MariaDB Foundation | | Visma | https://visma.com | Gold Sponsor of the MariaDB Foundation | | DBS | https://dbs.com | Gold Sponsor of the MariaDB Foundation | | IBM | https://www.ibm.com | Gold Sponsor of the MariaDB Foundation | | Automattic | https://automattic.com | Silver Sponsor of the MariaDB Foundation | | Percona | https://www.percona.com/ | Sponsor of the MariaDB Foundation | | Galera Cluster | https://galeracluster.com | Sponsor of the MariaDB Foundation | | Google | USA | Sponsoring encryption, parallel replication and GTID | | Facebook | USA | Sponsoring non-blocking API, LIMIT ROWS EXAMINED etc | | Ronald Bradford | Brisbane, Australia | EFF contribution for UC2006 Auction | | Sheeri Kritzer | Boston, Mass. USA | EFF contribution for UC2006 Auction | | Mark Shuttleworth | London, UK. | EFF contribution for UC2006 Auction | +---------------------+-------------------------------+-------------------------------------------------------------+
See Also
- Log of MariaDB contributors.
- SHOW AUTHORS list the authors of MariaDB (including documentation, QA etc).
- MariaDB Foundation page on contributing financially
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.