diff options
| -rw-r--r-- | dev-db/mariadb/metadata.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mariadb/metadata.xml b/dev-db/mariadb/metadata.xml index 909151a47221..dec6fe8d137f 100644 --- a/dev-db/mariadb/metadata.xml +++ b/dev-db/mariadb/metadata.xml @@ -21,12 +21,12 @@ <flag name="pam">Enable the optional PAM authentication plugin for the server</flag> <flag name="profiling">Add support for statement profiling (requires USE=community).</flag> <flag name="rocksdb">Add support for RocksDB; a key/value, LSM database optimized for flash storage</flag> + <flag name="s3">Build the S3 storage engine</flag> <flag name="server">Build the server program</flag> <flag name="sphinx">Add suport for the sphinx full-text search engine</flag> - <flag name="sst-rsync">Add tools needed to support the rsync SST method</flag> <flag name="sst-mariabackup">Add tools needed to support the mariabackup SST method</flag> + <flag name="sst-rsync">Add tools needed to support the rsync SST method</flag> <flag name="systemtap">Build support for profiling and tracing using <pkg>dev-debug/systemtap</pkg></flag> - <flag name="s3">Build the S3 storage engine</flag> <flag name="test">Install upstream testsuites for end use.</flag> <flag name="yassl">Enable SSL connections and crypto functions using the bundled yaSSL</flag> </use> |
