Multithreaded SQL database (client) Maintained by:never@nevermind.kiev.ua Port Added: 05 Jan 2013 11:31:11 Also Listed In:ipv6 License: not specified in port
MariaDB is a database server that offers drop-in replacement functionality for
MySQL1. MariaDB is built by some of the original authors of MySQL, with
assistance from the broader community of Free and open source software
developers. In addition to the core functionality of MySQL, MariaDB offers a
rich set of feature enhancements including alternate storage engines, server
optimizations, and patches.
MariaDB is primarily driven by developers at Monty Program, a company founded by
Michael "Monty" Widenius, the original author of MySQL, but this is not the
whole story about MariaDB. On the "About MariaDB" page you will find more
information about all participants in the MariaDB community, including storage
engines XtraDB and PBXT.
WWW: http://mariadb.org/
To install the port:cd /usr/ports/databases/mariadb55-client/ && make install clean To add the package:pkg_add -r mariadb55-client
Configuration Options
===> The following configuration options are available for mariadb-client-5.5.30:
SSL=on: SSL protocol support
OPENSSL=off: Use OpenSSL instead of bundled yassl
PORTSSL=off: Use OpenSSL from port (requires OPENSSL to be set)
FASTMTX=off: Replace mutexes with spinlocks
===> Use 'make config' to modify these settings
Add a temporary fix to fix the build when openssl is installed from
ports.
The maintainer is working on making it configurable which SSL to build this
port with. As is he working on bringing over most OPTIONS from
databases/mariadb-server.
PR: ports/175247
Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> (maintainer)