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 15:37:25 +0200 Message-ID: <87vbguanai.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> <87bninj7ya.fsf@taylan.uni.cx> 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]:47808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yj6Sb-0001pj-7X for guix-devel@gnu.org; Fri, 17 Apr 2015 09:37:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yj6SX-00025x-2k for guix-devel@gnu.org; Fri, 17 Apr 2015 09:37:33 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:34236) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yj6SW-00025r-Vd for guix-devel@gnu.org; Fri, 17 Apr 2015 09:37:29 -0400 In-Reply-To: <87bninj7ya.fsf@taylan.uni.cx> ("Taylan Ulrich \=\?utf-8\?Q\?\=5C\=22Bay\=C4\=B1rl\=C4\=B1\=2FKammer\=5C\=22\=22's\?\= message of "Fri, 17 Apr 2015 13:43:57 +0200") 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: Taylan Ulrich =?utf-8?Q?=22Bay=C4=B1rl=C4=B1?= =?utf-8?Q?=2FKammer=22?= Cc: guix-devel@gnu.org taylanbayirli@gmail.com (Taylan Ulrich "Bay=C4=B1rl=C4=B1/Kammer") skribis: > David Thompson writes: > >> =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? > > According to Wikipedia: > > After the 5.5 version, MariaDB developers decided to start a branch > numbered 10, as an attempt to make it clear that MariaDB 10.0 will > not import all features from MySQL 5.6; however, they might be > imported in future versions. > > So it might be best to keep it for users desiring MySQL 5.6+ features > that won't be present in MariaDB until possibly later. I had overlooked that. It makes sense to keep both then (and it shouldn=E2=80=99t cost much anyway.) Ludo=E2=80=99.