Browse Source
Added information about the MariaDB foundation
Added information about the MariaDB foundation
Updated information in SHOW AUTHORS and SHOW CONTRIBUTORS SHOW AUTHORS and SHOW CONTRIBUTORS are not depricated anymore. CMakeLists.txt: Install TODO and CREDITS files CREDITS: Information about the MariaDB foundation README: Updated to include the MariaDB foundation mysql-test/r/contributors.result: Updated contributors mysql-test/r/show_check.result: SHOW AUTHORS and SHOW CONTRIBUTORS are not depricated anymore. scripts/make_binary_distribution.sh: Added TODO and CREDITS sql/authors.h: Updated list of active authors sql/contributors.h: Updated list of active contributors and members of the MariaDB foundation sql/sql_show.cc: Extend comment lengths sql/sql_yacc.yy: SHOW AUTHORS and SHOW CONTRIBUTORS are not depricated anymore
10 changed files with 115 additions and 45 deletions
-
3CMakeLists.txt
-
43CREDITS
-
18README
-
8mysql-test/r/contributors.result
-
2mysql-test/r/show_check.result
-
2scripts/make_binary_distribution.sh
-
59sql/authors.h
-
13sql/contributors.h
-
4sql/sql_show.cc
-
8sql/sql_yacc.yy
@ -0,0 +1,43 @@ |
|||
MariaDB is brought to you by the MariaDB foundation, a USA non profit |
|||
organization. |
|||
|
|||
The current main members and sponsors of the MariaDB foundation are: |
|||
|
|||
Booking.com http://www.booking.com |
|||
SkySQL Ab http://www.skysql.com |
|||
Parallels http://www.parallels.com/products/plesk |
|||
|
|||
For a full list of supporters and sponsors see |
|||
https://mariadb.org/en/supporters/ |
|||
|
|||
You can also do this by doing SHOW CONTRIBUTORS. |
|||
|
|||
For all corporate memberships and sponsorships please contact the |
|||
MariaDB foundation Board via foundation@mariadb.org. |
|||
|
|||
The MariaDB foundation is responsible for the MariaDB source |
|||
repository, the official MariaDB binaries and http://mariadb.org. |
|||
|
|||
The MariaDB foundation provides also, among other things, the |
|||
following services to the MariaDB community: |
|||
|
|||
- Code reviews and applying patches for MariaDB |
|||
- QA and testing of the MariaDB server |
|||
- Merging MySQL patches into MariaDB |
|||
- Bug fixing in MariaDB (for bugs that affects a large part of the community) |
|||
- Building the official MariaDB binaries |
|||
- Maintaining http://mariadb.org |
|||
|
|||
To be able to do the above we need help from cooperations and individuals! |
|||
|
|||
You can help support MariaDB by be becoming a MariaDB developer or a |
|||
member or sponsor of the MariaDB foundation! |
|||
|
|||
You can get a list of all main authors of MariaDB / MySQL by doing |
|||
SHOW AUTHORS; |
|||
|
|||
You can get a list sponsors and contributors by doing |
|||
SHOW CONTRIBUTORS; |
|||
|
|||
You can read more about the MariaDB foundation at: |
|||
https://mariadb.org/en/foundation/ |
@ -1,7 +1,11 @@ |
|||
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 |
|||
Warnings: |
|||
Warning 1681 'SHOW CONTRIBUTORS' is deprecated and will be removed in a future release. |
Write
Preview
Loading…
Cancel
Save
Reference in new issue