Skip to content

Commit 86b2621

Browse files
committed
MDEV-6821, MDEV-6826 - Update authors and contributors
1 parent 1fa15f9 commit 86b2621

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

sql/authors.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ struct show_table_authors_st show_table_authors[]= {
5656
"Unicode and character sets" },
5757
{ "Alexey Botchkov (Holyfoot)", "Izhevsk, Russia",
5858
"GIS extensions, embedded server, precision math"},
59-
{ "Daniel Bartholomew", "Raleigh, USA", "MariaDB documentation"},
59+
{ "Daniel Bartholomew", "Raleigh, USA", "MariaDB documentation, Buildbot, releases"},
6060
{ "Colin Charles", "Selangor, Malesia", "MariaDB documentation, talks at a LOT of conferences"},
6161
{ "Sergey Vojtovich", "Izhevsk, Russia",
6262
"initial implementation of plugin architecture, maintained native storage engines (MyISAM, MEMORY, ARCHIVE, etc), rewrite of table cache"},
@@ -73,6 +73,8 @@ struct show_table_authors_st show_table_authors[]= {
7373
{ "Pavel Ivanov", "USA", "Some patches and bug fixes"},
7474
{ "Konstantin Osipov", "Moscow, Russia",
7575
"Prepared statements (4.1), Cursors (5.0), GET_LOCK (10.0)" },
76+
{ "Ian Gilfillan", "South Africa", "MariaDB documentation"},
77+
{ "Federico Razolli", "Italy", "MariaDB documentation Italian translation"},
7678

7779
/* People working on MySQL code base (not NDB) */
7880
{ "Guilhem Bichot", "Bordeaux, France", "Replication (since 4.0)" },

sql/contributors.h

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,16 @@ struct show_table_contributors_st {
3737

3838
struct show_table_contributors_st show_table_contributors[]= {
3939
/* MariaDB foundation members, in contribution, size , time order */
40-
{"Booking.com", "http://www.booking.com", "Founding member of the MariaDB foundation"},
41-
{"SkySQL Ab", "http://www.skysql.com", "Founding member of the MariaDB foundation"},
42-
{"Auttomatic", "http://automattic.com", "Member of the MariaDB foundation"},
43-
{"Parallels", "http://www.parallels.com/products/plesk", "Founding member of the MariaDB foundation"},
40+
{"Booking.com", "http://www.booking.com", "Founding member of the MariaDB Foundation"},
41+
{"MariaDB Corporation", "https://mariadb.com", "Founding member of the MariaDB Foundation"},
42+
{"Auttomattic", "http://automattic.com", "Member of the MariaDB Foundation"},
43+
{"Parallels", "http://www.parallels.com/products/plesk", "Founding member of the MariaDB Foundation"},
44+
{"Acronis", "http://www.acronis.com", "Member of the MariaDB Foundation"},
4445

4546
/* Smaller sponsors, newer per year */
46-
{"Verkkokauppa.com", "Finland", "Sponsor of the MariaDB foundation"},
47-
{"Webyog", "Bangalor", "Sponsor of the MariaDB foundation"},
48-
{"Percona", "USA", "Sponsor of the MariaDB foundation"},
49-
{"Jelastic.com", "Russia", "Sponsor of the MariaDB foundation"},
50-
{"Planetta.net", "Finland", "Sponsor of the MariaDB foundation"},
51-
{"Open query", "Australia", "Sponsor of the MariaDB foundation"},
47+
{"Verkkokauppa.com", "Finland", "Sponsor of the MariaDB Foundation"},
48+
{"Webyog", "Bangalore1", "Sponsor of the MariaDB Foundation"},
49+
{"Wikimedia Foundation", "USA", "Sponsor of the MariaDB Foundation"},
5250

5351
/* Sponsors of important features */
5452
{"Google", "USA", "Sponsoring parallel replication and GTID" },

0 commit comments

Comments
 (0)