From 4412ca2c79a50481eff42550e9d63cba74c9ffc4 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 24 Jan 2016 23:15:58 +0100 Subject: Unify quoting in metadata.xml files for machine processing Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes. --- dev-db/percona-server/metadata.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'dev-db/percona-server/metadata.xml') diff --git a/dev-db/percona-server/metadata.xml b/dev-db/percona-server/metadata.xml index 5bea6cc9ec39..428ebf0e09b8 100644 --- a/dev-db/percona-server/metadata.xml +++ b/dev-db/percona-server/metadata.xml @@ -7,20 +7,20 @@ Libressl issues. Only assign if it's a direct Libressl issue. Do not directly assign for anything else. - Build the libmysqlclient libraries - Build embedded server (libmysqld) - Add support for alternative storage engines (Archive, CSV, Blackhole, Federated(X), Partition) + Build the libmysqlclient libraries + Build embedded server (libmysqld) + Add support for alternative storage engines (Archive, CSV, Blackhole, Federated(X), Partition) Use dev-libs/jemalloc for allocations. - Use LATIN1 encoding instead of UTF8 - Enable SSL connections and crypto functions using dev-libs/libressl - Enable SSL connections and crypto functions using dev-libs/openssl - Add support for statement profiling (requires USE=community). - Build the server program + Use LATIN1 encoding instead of UTF8 + Enable SSL connections and crypto functions using dev-libs/libressl + Enable SSL connections and crypto functions using dev-libs/openssl + Add support for statement profiling (requires USE=community). + Build the server program Build support for profiling and tracing using dev-util/systemtap - Install upstream testsuites for end use. - Add support for TokuDB storage engine - Builds the TokuDB backup plugin - Build the command line tools (mysql, mysqldump, mysqladmin, etc) - Enable SSL connections and crypto functions using the bundled yaSSL + Install upstream testsuites for end use. + Add support for TokuDB storage engine + Builds the TokuDB backup plugin + Build the command line tools (mysql, mysqldump, mysqladmin, etc) + Enable SSL connections and crypto functions using the bundled yaSSL -- cgit v1.2.3-65-gdbad