From mboxrd@z Thu Jan 1 00:00:00 1970 From: taylanbayirli@gmail.com (Taylan Ulrich =?utf-8?Q?Bay=C4=B1rl=C4=B1?= =?utf-8?Q?=2FKammer?=) Subject: Re: [PATCH 3/3] gnu: Add MariaDB. Date: Fri, 17 Apr 2015 13:43:57 +0200 Message-ID: <87bninj7ya.fsf@taylan.uni.cx> 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]:50792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yj4gk-0005LU-Ng for guix-devel@gnu.org; Fri, 17 Apr 2015 07:44:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yj4gi-0006Yw-Vw for guix-devel@gnu.org; Fri, 17 Apr 2015 07:44:02 -0400 Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]:38633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yj4gi-0006Yl-Oh for guix-devel@gnu.org; Fri, 17 Apr 2015 07:44:00 -0400 Received: by wiun10 with SMTP id n10so17386367wiu.1 for ; Fri, 17 Apr 2015 04:43:59 -0700 (PDT) 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 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. Taylan