2021-07-04 10:58:30 by Nia Alarie | Files touched by this commit (3) |
Log message:
mariadb105: Don't install full test suite. Suggested by jperkin.
|
2021-07-04 10:39:11 by Nia Alarie | Files touched by this commit (1) |
Log message:
mariadb105-server: Unbreak PLIST.
|
2021-07-03 23:01:48 by Emmanuel Dreyfus | Files touched by this commit (1) |
Log message:
Fix PLIST by conditionally including rocksdb plugin files that are optional
|
2021-05-25 17:51:21 by Nia Alarie | Files touched by this commit (1) |
Log message:
typo.
|
2021-05-25 16:16:14 by Nia Alarie | Files touched by this commit (4) |
Log message:
mariadb105-server: add more PKG_OPTIONS.
The defaults are basically based on what FreeBSD/OpenBSD are doing.
MariaDB includes several third-party storage engines (e.g. RocksDB)
which are developed out-of-tree and don't generally have the same
(e.g. portability) guarantees. Keep these disabled by default for now.
bump PKGREVISION.
|
2021-05-25 13:14:55 by Jonathan Perkin | Files touched by this commit (4) |
Log message:
mariadb*: Simplify variable assignment and dedup.
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2021-05-23 21:09:19 by Nia Alarie | Files touched by this commit (4) | |
Log message:
mariadb*: update COMMENTs
|
2021-05-23 17:32:48 by Nia Alarie | Files touched by this commit (41) |
Log message:
mariadb105[-client,-server]: import mariadb 10.5
MariaDB Server is one of the most popular open source relational databases.
It's made by the original developers of MySQL.
MariaDB turns data into structured information in a wide array of applications,
ranging from banking to websites. It is an enhanced, drop-in replacement
for MySQL. MariaDB is used because it is fast, scalable and robust, with a
rich ecosystem of storage engines, plugins and many other tools make it very
versatile for a wide variety of use cases.
MariaDB is developed as open source software and as a relational database
it provides an SQL interface for accessing data. The latest versions of
MariaDB also include GIS and JSON features.
|