Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
3f7ee1f1
Commit
3f7ee1f1
authored
Mar 28, 2014
by
Michael Widenius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated sponsors and authors
parent
10ae6e35
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
31 additions
and
7 deletions
+31
-7
CREDITS
CREDITS
+4
-3
mysql-test/r/contributors.result
mysql-test/r/contributors.result
+6
-0
mysql-test/t/show_check.test
mysql-test/t/show_check.test
+1
-1
sql/authors.h
sql/authors.h
+9
-2
sql/contributors.h
sql/contributors.h
+11
-1
No files found.
CREDITS
View file @
3f7ee1f1
...
...
@@ -3,9 +3,10 @@ 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
Automattic http://automattic.com (2014)
SkySQL Ab http://www.skysql.com (2013, 2014)
Booking.com http://www.booking.com (2013)
Parallels http://www.parallels.com/products/plesk (2013)
For a full list of supporters and sponsors see
https://mariadb.org/en/supporters/
...
...
mysql-test/r/contributors.result
View file @
3f7ee1f1
...
...
@@ -2,10 +2,16 @@ 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
mysql-test/t/show_check.test
View file @
3f7ee1f1
...
...
@@ -1375,7 +1375,7 @@ SET NAMES latin1;
--
echo
#
--
echo
#
WL#6454: Deprecate
SHOW AUTHORS and SHOW CONTRIBUTORS
--
echo
#
Test
SHOW AUTHORS and SHOW CONTRIBUTORS
--
echo
#
--
disable_result_log
...
...
sql/authors.h
View file @
3f7ee1f1
...
...
@@ -35,6 +35,8 @@ struct show_table_authors_st {
then, not active last.
Names should be encoded using UTF-8.
See also https://mariadb.com/kb/en/log-of-mariadb-contributions/
*/
struct
show_table_authors_st
show_table_authors
[]
=
{
...
...
@@ -63,7 +65,14 @@ struct show_table_authors_st show_table_authors[]= {
{
"Georg Richter"
,
"Heidelberg, Germany"
,
"New LGPL C connector, PHP connector"
},
{
"Jan Lindström"
,
"Ylämylly, Finland"
,
"Working on InnoDB"
},
{
"Lixun Peng"
,
"Hangzhou, China"
,
"Multi Source replication"
},
{
"Olivier Bertrand"
,
"Paris, France"
,
"CONNECT storage engine"
},
{
"Kentoku Shiba"
,
"Tokyo, Japan"
,
"Spider storage engine, metadata_lock_info Information schema"
},
{
"Percona"
,
"CA, USA"
,
"XtraDB, microslow patches, extensions to slow log"
},
{
"Vicentiu Ciorbaru"
,
"Bucharest, Romania"
,
"Roles"
},
{
"Sudheera Palihakkara"
,
""
,
"PCRE Regular Expressions"
},
{
"Pavel Ivanov"
,
"USA"
,
"Some patches and bug fixes"
},
{
"Konstantin Osipov"
,
"Moscow, Russia"
,
"Prepared statements (4.1), Cursors (5.0), GET_LOCK (10.0)"
},
/* People working on MySQL code base (not NDB) */
{
"Guilhem Bichot"
,
"Bordeaux, France"
,
"Replication (since 4.0)"
},
...
...
@@ -82,8 +91,6 @@ struct show_table_authors_st show_table_authors[]= {
"MySQL founder; Small stuff long time ago, Monty ripped it out!"
},
{
"Brian (Krow) Aker"
,
"Seattle, WA, USA"
,
"Architecture, archive, blackhole, federated, bunch of little stuff :)"
},
{
"Konstantin Osipov"
,
"Moscow, Russia"
,
"Prepared statements (4.1), Cursors (5.0)"
},
{
"Venu Anuganti"
,
""
,
"Client/server protocol (4.1)"
},
{
"Omer BarNir"
,
"Sunnyvale, CA, USA"
,
"Testing (sometimes) and general QA stuff"
},
...
...
sql/contributors.h
View file @
3f7ee1f1
...
...
@@ -31,19 +31,29 @@ struct show_table_contributors_st {
Get permission before editing.
Names should be encoded using UTF-8.
See also https://mariadb.com/kb/en/log-of-mariadb-contributions/
*/
struct
show_table_contributors_st
show_table_contributors
[]
=
{
/* MariaDB foundation members, in contribution
siz
e order */
/* MariaDB foundation members, in contribution
, size , tim
e 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"
},
{
"Auttomatic"
,
"http://automattic.com"
,
"Member of the MariaDB foundation"
},
{
"Parallels"
,
"http://www.parallels.com/products/plesk"
,
"Founding member of the MariaDB foundation"
},
/* Smaller sponsors, newer per year */
{
"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"
},
/* Sponsors of important features */
{
"Google"
,
"USA"
,
"Sponsoring parallel replication and GTID"
},
{
"Facebook"
,
"USA"
,
"Sponsoring non-blocking API, LIMIT ROWS EXAMINED etc"
},
/* 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"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment