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
fbf132b3
Commit
fbf132b3
authored
Feb 11, 2016
by
Sergey Vojtovich
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #155 from iangilfillan/10.0
Documentation fixes
parents
d859ffff
eb752acc
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
42 additions
and
35 deletions
+42
-35
CREDITS
CREDITS
+26
-19
README
README
+5
-5
sql/authors.h
sql/authors.h
+3
-1
sql/contributors.h
sql/contributors.h
+8
-10
No files found.
CREDITS
View file @
fbf132b3
MariaDB is brought to you by the MariaDB
foundation, a USA
non profit
organization.
MariaDB is brought to you by the MariaDB
Foundation, a
non profit
organization
registered in the USA
.
The current main members and sponsors of the MariaDB
f
oundation are:
The current main members and sponsors of the MariaDB
F
oundation are:
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)
MariaDB Corporation http://www.mariadb.com (2013 - 2016)
Booking.com http://www.booking.com (2013 - 2016)
Parallels http://www.parallels.com/products/plesk (2013 - 2016)
Automattic http://automattic.com (2014 - 2016)
Verkkokauppa.com http://verkkokauppa.com (2015 - 2016)
Visma http://visma.com/ (2015 - 2016)
Webyog http://webyog.com (2015 - 2016)
Wikimedia Foundation http://wikimedia.org (2015 - 2016)
Acronis http://acronis.com (2016)
For a full list of supporters and sponsors see
https://mariadb.org/
en
/supporters/
https://mariadb.org/
about
/supporters/
You can also do this by
do
ing SHOW CONTRIBUTORS.
You can also do this by
runn
ing SHOW CONTRIBUTORS.
For all corporate memberships and sponsorships please contact the
MariaDB
f
oundation Board via foundation@mariadb.org.
MariaDB
F
oundation Board via foundation@mariadb.org.
The MariaDB
f
oundation is responsible for the MariaDB source
The MariaDB
F
oundation is responsible for the MariaDB source
repository, the official MariaDB binaries and http://mariadb.org.
The MariaDB
foundation provides also
, among other things, the
The MariaDB
Foundation also provides
, among other things, the
following services to the MariaDB community:
- Code reviews and applying patches for MariaDB
...
...
@@ -28,17 +33,19 @@ following services to the MariaDB community:
- Bug fixing in MariaDB (for bugs that affects a large part of the community)
- Building the official MariaDB binaries
- Maintaining http://mariadb.org
- Documenting MariaDB in the MariaDB Knowledge Base http://mariadb.com/kb
To be able to do the above we need help from co
ope
rations and individuals!
To be able to do the above we need help from co
rpo
rations and individuals!
You can help support MariaDB by be becoming a MariaDB developer or a
member or sponsor of the MariaDB foundation!
You can help support MariaDB by becoming a MariaDB developer or a
member or sponsor of the MariaDB Foundation. To donate or sponsor,
go to https://mariadb.org/donate/
You can get a list of all
main authors of MariaDB / MySQL by doing
You can get a list of all
the main authors of MariaDB / MySQL by running
SHOW AUTHORS;
You can get a list sponsors and contributors by
doing
You can get a list sponsors and contributors by
running
SHOW CONTRIBUTORS;
You can read more about the MariaDB
f
oundation at:
https://mariadb.org/
en/foundation
/
You can read more about the MariaDB
F
oundation at:
https://mariadb.org/
about
/
README
View file @
fbf132b3
...
...
@@ -3,17 +3,17 @@ This is a release of MariaDB.
MariaDB is designed as a drop-in replacement of MySQL(R) with more
features, new storage engines, fewer bugs, and better performance.
MariaDB is brought to you by the MariaDB
f
oundation.
Please read the
file CREDITS for details about the MariaDB f
oundation,
MariaDB is brought to you by the MariaDB
F
oundation.
Please read the
CREDITS file for details about the MariaDB F
oundation,
and who is developing MariaDB.
MariaDB is developed by many of the original developers of MySQL who
now work for
MariadB foundation and SkySQL Ab
, and by many people in
now work for
the MariadB Foundation and the MariaDB Corporation
, and by many people in
the community.
MySQL, which is the base of MariaDB, is a product and trademark of Oracle
Corporation, Inc. For a list of developers and other contributors,
see the Credits appendix. You can also
do
'SHOW authors' to get a
see the Credits appendix. You can also
run
'SHOW authors' to get a
list of active contributors.
A description of the MariaDB project and a manual can be found at:
...
...
@@ -52,7 +52,7 @@ http://mariadb.org/jira
Bugs in the MySQL code can also be submitted at http://bugs.mysql.com
The code for MariaDB, including all revision history, can be found at:
https://
code.launchpad.net/maria
https://
github.com/MariaDB/server
***************************************************************************
...
...
sql/authors.h
View file @
fbf132b3
...
...
@@ -56,7 +56,7 @@ struct show_table_authors_st show_table_authors[]= {
"Unicode and character sets"
},
{
"Alexey Botchkov (Holyfoot)"
,
"Izhevsk, Russia"
,
"GIS extensions, embedded server, precision math"
},
{
"Daniel Bartholomew"
,
"Raleigh, USA"
,
"MariaDB documentation"
},
{
"Daniel Bartholomew"
,
"Raleigh, USA"
,
"MariaDB documentation
, Buildbot, releases
"
},
{
"Colin Charles"
,
"Selangor, Malesia"
,
"MariaDB documentation, talks at a LOT of conferences"
},
{
"Sergey Vojtovich"
,
"Izhevsk, Russia"
,
"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[]= {
{
"Pavel Ivanov"
,
"USA"
,
"Some patches and bug fixes"
},
{
"Konstantin Osipov"
,
"Moscow, Russia"
,
"Prepared statements (4.1), Cursors (5.0), GET_LOCK (10.0)"
},
{
"Ian Gilfillan"
,
"South Africa"
,
"MariaDB documentation"
},
{
"Federico Razolli"
,
"Italy"
,
"MariaDB documentation Italian translation"
},
/* People working on MySQL code base (not NDB) */
{
"Guilhem Bichot"
,
"Bordeaux, France"
,
"Replication (since 4.0)"
},
...
...
sql/contributors.h
View file @
fbf132b3
...
...
@@ -37,18 +37,16 @@ struct show_table_contributors_st {
struct
show_table_contributors_st
show_table_contributors
[]
=
{
/* MariaDB foundation members, in contribution, size , time 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"
},
{
"Booking.com"
,
"http://www.booking.com"
,
"Founding member of the MariaDB Foundation"
},
{
"MariaDB Corporation"
,
"https://mariadb.com"
,
"Founding member of the MariaDB Foundation"
},
{
"Auttomattic"
,
"http://automattic.com"
,
"Member of the MariaDB Foundation"
},
{
"Parallels"
,
"http://www.parallels.com/products/plesk"
,
"Founding member of the MariaDB Foundation"
},
{
"Acronis"
,
"http://www.acronis.com"
,
"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"
},
{
"Verkkokauppa.com"
,
"Finland"
,
"Sponsor of the MariaDB Foundation"
},
{
"Webyog"
,
"Bangalore"
,
"Sponsor of the MariaDB Foundation"
},
{
"Wikimedia Foundation"
,
"USA"
,
"Sponsor of the MariaDB Foundation"
},
/* Sponsors of important features */
{
"Google"
,
"USA"
,
"Sponsoring parallel replication and GTID"
},
...
...
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