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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
8cbc96b2
Commit
8cbc96b2
authored
Aug 24, 2016
by
Daniel Black
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Markdown README for a prettier github representation
parent
31a8cf54
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
2 deletions
+17
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
README.md
README.md
+16
-1
No files found.
CMakeLists.txt
View file @
8cbc96b2
...
@@ -443,7 +443,7 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL
...
@@ -443,7 +443,7 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL
WORKING_DIRECTORY
${
CMAKE_BINARY_DIR
}
WORKING_DIRECTORY
${
CMAKE_BINARY_DIR
}
)
)
INSTALL_DOCUMENTATION
(
README CREDITS COPYING COPYING.LESSER COPYING.thirdparty
INSTALL_DOCUMENTATION
(
README
.md
CREDITS COPYING COPYING.LESSER COPYING.thirdparty
EXCEPTIONS-CLIENT COMPONENT Readme
)
EXCEPTIONS-CLIENT COMPONENT Readme
)
# MDEV-6526 these files are not installed anymore
# MDEV-6526 these files are not installed anymore
#INSTALL_DOCUMENTATION(${CMAKE_BINARY_DIR}/Docs/INFO_SRC
#INSTALL_DOCUMENTATION(${CMAKE_BINARY_DIR}/Docs/INFO_SRC
...
...
README
→
README
.md
View file @
8cbc96b2
## MariaDB: drop-in replacement for MySQL
MariaDB is designed as a drop-in replacement of MySQL(R) with more
MariaDB is designed as a drop-in replacement of MySQL(R) with more
features, new storage engines, fewer bugs, and better performance.
features, new storage engines, fewer bugs, and better performance.
...
@@ -24,10 +26,17 @@ https://mariadb.com/kb/en/mariadb-versus-mysql-compatibility/
...
@@ -24,10 +26,17 @@ https://mariadb.com/kb/en/mariadb-versus-mysql-compatibility/
As MariaDB is a full replacement of MySQL, the MySQL manual at
As MariaDB is a full replacement of MySQL, the MySQL manual at
http://dev.mysql.com/doc is generally applicable.
http://dev.mysql.com/doc is generally applicable.
Help:
-----
More help is available from the Maria Discuss mailing list
More help is available from the Maria Discuss mailing list
https://launchpad.net/~maria-discuss
https://launchpad.net/~maria-discuss
and the #maria IRC channel on Freenode.
and the #maria IRC channel on Freenode.
License:
--------
***************************************************************************
***************************************************************************
NOTE:
NOTE:
...
@@ -42,7 +51,8 @@ and COPYING.thirdparty files.
...
@@ -42,7 +51,8 @@ and COPYING.thirdparty files.
***************************************************************************
***************************************************************************
IMPORTANT:
Bug Reports:
------------
Bug and/or error reports regarding MariaDB should be submitted at
Bug and/or error reports regarding MariaDB should be submitted at
http://mariadb.org/jira
http://mariadb.org/jira
...
@@ -53,3 +63,8 @@ The code for MariaDB, including all revision history, can be found at:
...
@@ -53,3 +63,8 @@ The code for MariaDB, including all revision history, can be found at:
https://github.com/MariaDB/server
https://github.com/MariaDB/server
***************************************************************************
***************************************************************************
Code status:
------------
*
[
![tests status
](
https://secure.travis-ci.org/MariaDB/server.png?branch=10.2
)
](https://travis-ci.org/MariaDB/server) travis-ci.org (10.2 branch)
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