summaryrefslogtreecommitdiff
path: root/system/mariadb/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/mariadb/README')
-rw-r--r--system/mariadb/README20
1 files changed, 0 insertions, 20 deletions
diff --git a/system/mariadb/README b/system/mariadb/README
deleted file mode 100644
index d4c88cdc14..0000000000
--- a/system/mariadb/README
+++ /dev/null
@@ -1,20 +0,0 @@
-MariaDB is a backward compatible, drop-in replacement branch of the
-MySQL(R) Database Server. It includes all major open source storage
-engines, including the Aria storage engine.
-
-This conflicts with Slackware's mysql package. Do NOT install both!
-
-This conflicts with mytop, as MariaDB already ships with its own
-version of mytop.
-
-If you want to build the embedded mysql server (libmysqld), which
-you will need if you plan to (re)build amarok, then run the script
-with EMBEDDED=yes in the environment, but be aware that because
-mariadb builds this as shared library, applications linking it
-will no longer work with Slackware's mysql package.
-
-Note that the default storage engine for InnoDB tables in MariaDB is
-XtraDB. If you want to use Oracle's InnoDB plugin, read the notes
-in rc.mysqld.
-
-libevent is an optional dependency of mariadb.