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.

In MariaDB 10.0.5 and later you have:

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 |
| Parallels         | http://www.parallels.com/products/plesk | Founding member 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         |
| 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

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.