SHOW CONTRIBUTORS

You are viewing an old version of this article. View the current version here.

Syntax

SHOW CONTRIBUTORS

Description

The SHOW CONTRIBUTORS statement displays information about the companies and people who financially contribute to MariaDB & MySQL. For each contributor, it displays Name, Location, and Comment values. All columns are encoded as latin1.

In MariaDB 5.5 this is in somewhat random order, and the feature was deprecated.

In MariaDB 10.0.5 it was un-deprecated, and since then the order has been displayed in the following order:

Example

SHOW CONTRIBUTORS;
+-------------------+-----------------------------------------+------------------------------------------------------+
| Name              | Location                                | Comment                                              |
+-------------------+-----------------------------------------+------------------------------------------------------+
| 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            |
| 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                    |
| Google            | USA                                     | Sponsoring 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                  |
+-------------------+-----------------------------------------+------------------------------------------------------+
15 rows in set (0.00 sec)

See also

Comments

Comments loading...
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.