From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 3/3] gnu: Add MariaDB. Date: Fri, 17 Apr 2015 14:00:03 +0200 Message-ID: <87iocvarss.fsf@gnu.org> References: <1429255498-32458-1-git-send-email-iyzsong@gmail.com> <1429255498-32458-3-git-send-email-iyzsong@gmail.com> <87lhhrat19.fsf@fsf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53704) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yj4wK-0002rL-Qu for guix-devel@gnu.org; Fri, 17 Apr 2015 08:00:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yj4wI-00037W-2U for guix-devel@gnu.org; Fri, 17 Apr 2015 08:00:08 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58293) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yj4wI-00037K-0V for guix-devel@gnu.org; Fri, 17 Apr 2015 08:00:06 -0400 In-Reply-To: <87lhhrat19.fsf@fsf.org> (David Thompson's message of "Fri, 17 Apr 2015 07:33:22 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: David Thompson Cc: guix-devel@gnu.org David Thompson skribis: > =E5=AE=8B=E6=96=87=E6=AD=A6 writes: > >> * gnu/packages/database.scm (mariadb): New variable. > > MariaDB is a replacement for MySQL. Last I read you can just replace > MySQL with MariaDB and everything just works. So, should we keep our > mysql package? Maybe not, indeed, especially since MariaDB looks more future-proof since it was forked specifically to guarantee that it would remain free, AIUI. Thoughts? Ludo=E2=80=99.