From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:57882) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1isPBa-0004pT-C9 for guix-patches@gnu.org; Fri, 17 Jan 2020 05:49:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1isPBW-0007of-AB for guix-patches@gnu.org; Fri, 17 Jan 2020 05:49:06 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:32908) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1isPBW-0007oV-3n for guix-patches@gnu.org; Fri, 17 Jan 2020 05:49:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1isPBW-0004ak-1M for guix-patches@gnu.org; Fri, 17 Jan 2020 05:49:02 -0500 Subject: [bug#39152] [PATCH] Allow extra config content in mysql-configuration Resent-Message-ID: References: <87blr32w1q.fsf@gmail.com> <871rrzqf2p.fsf@cbaines.net> From: Alex Sassmannshausen In-reply-to: <871rrzqf2p.fsf@cbaines.net> Date: Fri, 17 Jan 2020 11:48:28 +0100 Message-ID: <875zha2war.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: alex.sassmannshausen@gmail.com Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 39152@debbugs.gnu.org Cheers for the review, I've pushed and will close the issue now. Alex Christopher Baines writes: > Alex Sassmannshausen writes: > >> Hello, >> >> Attached is a patch that proposes changing the mysql-service so that the >> user can inject additional mysql configuration into the default >> configuration file. >> >> I currently use the patch in a private channel and it seems to work >> great. > > Looks good to me :) > > Thanks, > > Chris