• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H10-Feb-2022-31

BUILD/H10-Feb-2022-2,6831,203

Docs/H03-May-2022-702531

client/H03-May-2022-38,40628,795

cmake/H10-Feb-2022-6,7435,994

dbug/H03-May-2022-4,4003,108

debian/H07-May-2022-23,71920,099

extra/H03-May-2022-1,674,2521,383,674

include/H03-May-2022-41,00226,695

libmariadb/H07-May-2022-101,08773,701

libmysqld/H03-May-2022-8,3625,669

libservices/H03-May-2022-530144

man/H03-May-2022-29,83627,061

mysql-test/H03-May-2022-4,799,6784,531,669

mysys/H03-May-2022-56,13634,978

mysys_ssl/H03-May-2022-874567

plugin/H10-Feb-2022-76,15360,638

randgen/conf/H10-Feb-2022-182163

scripts/H03-May-2022-19,03514,267

sql/H03-May-2022-776,224532,159

sql-bench/H03-May-2022-55,04750,811

sql-common/H10-Feb-2022-9,4386,813

storage/H10-Feb-2022-6,309,8195,434,908

strings/H07-May-2022-321,641309,795

support-files/H03-May-2022-3,8432,776

tests/H03-May-2022-31,28922,849

tpool/H03-May-2022-2,5941,836

unittest/H03-May-2022-9,0926,060

vio/H03-May-2022-3,7662,475

win/H03-May-2022-3,8182,950

wsrep-lib/H03-May-2022-35,60423,968

zlib/H03-May-2022-22,35315,738

.clang-formatH A D10-Feb-20223.1 KiB112111

.gitattributesH A D10-Feb-2022723 3630

.gitignoreH A D10-Feb-202212.7 KiB640590

.gitmodulesH A D10-Feb-2022736 2019

.travis.compiler.shH A D10-Feb-20221.7 KiB5643

.travis.ymlH A D10-Feb-20227.6 KiB242227

BUILD-CMAKEH A D10-Feb-20228.4 KiB249175

CONTRIBUTING.mdH A D10-Feb-20222.4 KiB4738

COPYINGH A D10-Feb-202217.6 KiB340281

CREDITSH A D10-Feb-20222 KiB5642

INSTALL-SOURCEH A D10-Feb-2022108 42

INSTALL-WIN-SOURCEH A D10-Feb-2022130 42

README.mdH A D10-Feb-20222.6 KiB7952

THIRDPARTYH A D10-Feb-202284.2 KiB1,6931,373

VERSIONH A D10-Feb-202291 54

appveyor.ymlH A D10-Feb-20221.5 KiB3126

config.h.cmakeH A D10-Feb-202216.4 KiB562505

configure.cmakeH A D10-Feb-202230.1 KiB992896

README.md

1Code status:
2------------
3
4* [![Appveyor CI status](https://ci.appveyor.com/api/projects/status/4u6pexmtpuf8jq66?svg=true)](https://ci.appveyor.com/project/rasmushoj/server) ci.appveyor.com
5
6## MariaDB: The open source relational database
7
8MariaDB was designed as a drop-in replacement of MySQL(R) with more
9features, new storage engines, fewer bugs, and better performance.
10
11MariaDB is brought to you by the MariaDB Foundation and the MariaDB Corporation.
12Please read the CREDITS file for details about the MariaDB Foundation,
13and who is developing MariaDB.
14
15MariaDB is developed by many of the original developers of MySQL who
16now work for the MariaDB Corporation, the MariaDB Foundation and by
17many people in the community.
18
19MySQL, which is the base of MariaDB, is a product and trademark of Oracle
20Corporation, Inc. For a list of developers and other contributors,
21see the Credits appendix.  You can also run 'SHOW authors' to get a
22list of active contributors.
23
24A description of the MariaDB project and a manual can be found at:
25
26https://mariadb.org
27
28https://mariadb.com/kb/en/
29
30https://mariadb.com/kb/en/mariadb-vs-mysql-features/
31
32https://mariadb.com/kb/en/mariadb-versus-mysql-compatibility/
33
34https://mariadb.com/kb/en/new-and-old-releases/
35
36Help
37-----
38
39More help is available from the Maria Discuss mailing list
40https://launchpad.net/~maria-discuss, MariaDB's Zulip
41instance, https://mariadb.zulipchat.com/
42
43Live QA for beginner contributors
44----
45MariaDB has a dedicated time each week when we answer new contributor questions live on Zulip.
46From 8:00 to 10:00 UTC on Mondays, and 10:00 to 12:00 UTC on Thursdays,
47anyone can ask any questions they’d like, and a live developer will be available to assist.
48
49New contributors can ask questions any time, but we will provide immediate feedback during that interval.
50
51Licensing
52---------
53
54***************************************************************************
55
56NOTE:
57
58MariaDB is specifically available only under version 2 of the GNU
59General Public License (GPLv2). (I.e. Without the "any later version"
60clause.) This is inherited from MySQL. Please see the README file in
61the MySQL distribution for more information.
62
63License information can be found in the COPYING file. Third party
64license information can be found in the THIRDPARTY file.
65
66***************************************************************************
67
68Bug Reports
69------------
70
71Bug and/or error reports regarding MariaDB should be submitted at:
72https://jira.mariadb.org
73
74For reporting security vulnerabilities see:
75https://mariadb.org/about/security-policy/
76
77The code for MariaDB, including all revision history, can be found at:
78https://github.com/MariaDB/server
79