summaryrefslogtreecommitdiff
path: root/sql/contributors.h
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2013-09-23 20:27:37 +0300
committerMichael Widenius <monty@askmonty.org>2013-09-23 20:27:37 +0300
commit9081c4dc6bbc22f627f96077d36e5d55d6696acb (patch)
tree3270efd1b6d999bac800aba0bc574e686faad558 /sql/contributors.h
parent26474cd20409589b10e3c5be9aa3fd1050727f31 (diff)
downloadmariadb-git-9081c4dc6bbc22f627f96077d36e5d55d6696acb.tar.gz
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
Diffstat (limited to 'sql/contributors.h')
-rw-r--r--sql/contributors.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/sql/contributors.h b/sql/contributors.h
index b1ba2c20997..1859c5d48c5 100644
--- a/sql/contributors.h
+++ b/sql/contributors.h
@@ -30,12 +30,21 @@ struct show_table_contributors_st {
Get permission before editing.
- IMPORTANT: Names should be left in historical order.
-
Names should be encoded using UTF-8.
*/
struct show_table_contributors_st show_table_contributors[]= {
+ /* MariaDB foundation members, in contribution size order */
+ {"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"},
+
+ /* Smaller sponsors, newer per year */
+ {"Jelastic.com", "Russia", "Sponsor of the MariaDB foundation"},
+ {"Planetta.net", "Finland", "Sponsor of the MariaDB foundation"},
+ {"Open query", "Australia", "Sponsor of the MariaDB foundation"},
+
+ /* Individual contributors, names in historical order, newer first */
{"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"},