From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 08CEB1381FD for ; Sat, 28 Jul 2012 00:09:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E61E821C017; Sat, 28 Jul 2012 00:09:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B9D8C21C017 for ; Sat, 28 Jul 2012 00:09:00 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B5741B40BB for ; Sat, 28 Jul 2012 00:09:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E0CEDE5436 for ; Sat, 28 Jul 2012 00:08:58 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1343433799.9edc85a2bf1d8565eb000da80dd8c71fb52c5cc7.robbat2@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: dev-db/mysql/, dev-db/mariadb/ X-VCS-Repository: proj/mysql X-VCS-Files: dev-db/mariadb/metadata.xml dev-db/mysql/metadata.xml X-VCS-Directories: dev-db/mysql/ dev-db/mariadb/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 9edc85a2bf1d8565eb000da80dd8c71fb52c5cc7 X-VCS-Branch: master Date: Sat, 28 Jul 2012 00:08:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7ad022f4-c5b3-40b5-b98a-86989fa10bb4 X-Archives-Hash: b25f7580da20f33728505e251de837f0 commit: 9edc85a2bf1d8565eb000da80dd8c71fb52c5cc7 Author: jbergstroem bergstroem nu> AuthorDate: Sat Jul 28 00:03:19 2012 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sat Jul 28 00:03:19 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=9edc85a2 Add jemalloc to metadata Signed-off-by: jbergstroem bergstroem.nu> --- dev-db/mariadb/metadata.xml | 1 + dev-db/mysql/metadata.xml | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/dev-db/mariadb/metadata.xml b/dev-db/mariadb/metadata.xml index 40d7c15..8acfc88 100644 --- a/dev-db/mariadb/metadata.xml +++ b/dev-db/mariadb/metadata.xml @@ -8,6 +8,7 @@ Enables the community features from upstream. 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 Use libevent for connection handling Raise the max index per table limit from 64 to 128 diff --git a/dev-db/mysql/metadata.xml b/dev-db/mysql/metadata.xml index 14236db..3da4f4a 100644 --- a/dev-db/mysql/metadata.xml +++ b/dev-db/mysql/metadata.xml @@ -8,6 +8,7 @@ Enables the community features from upstream. 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 Raise the max index per table limit from 64 to 128 Install client programs only, no server