From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: sql.el MariaDB support Date: Wed, 06 Jun 2018 17:53:38 +0300 Message-ID: <83y3fsvudp.fsf@gnu.org> References: <874ligy5mh.fsf@cochranmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1528296901 18127 195.159.176.226 (6 Jun 2018 14:55:01 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 6 Jun 2018 14:55:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: Robert Cochran , Michael Mauger Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 06 16:54:57 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fQZpu-0004Z1-Rv for ged-emacs-devel@m.gmane.org; Wed, 06 Jun 2018 16:54:54 +0200 Original-Received: from localhost ([::1]:52935 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQZs1-0003gS-L0 for ged-emacs-devel@m.gmane.org; Wed, 06 Jun 2018 10:57:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57937) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQZoW-0000ck-Vt for emacs-devel@gnu.org; Wed, 06 Jun 2018 10:53:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fQZoT-000490-Sf for emacs-devel@gnu.org; Wed, 06 Jun 2018 10:53:29 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38237) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQZoT-00048v-Oo; Wed, 06 Jun 2018 10:53:25 -0400 Original-Received: from [176.228.60.248] (port=1287 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fQZoT-0004QL-0o; Wed, 06 Jun 2018 10:53:25 -0400 In-reply-to: <874ligy5mh.fsf@cochranmail.com> (message from Robert Cochran on Tue, 05 Jun 2018 20:07:50 -0700) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:226069 Archived-At: > From: Robert Cochran > Date: Tue, 05 Jun 2018 20:07:50 -0700 > > I've decided that I want to spend a little bit of time improving the > MariaDB support in sql.el to make a nicer experience, namely changing > the prompt regexps so that the prompts will actually show up without > having to fiddle with sql-prompt-regexp. > > What I'm not so sure about, and thus asking here, is whether or not to > put the MariaDB changes in with the MySQL product? MariaDB is still a > drop-in replacement for MySQL AFAIK, so in my mind it wouldn't be > unreasonable to lump those two together as a single product. But I'm not > well-versed on what doing that may imply. > > TBH, I'd rather lump them together, as really all I'm intending to do is > modify the continuation prompt regexps to work for either database, and > making a whole separate MariaDB product would be overkill in my mind. > > Thoughts? I hope Micheal (CC'ed) will have comments on your proposal. Thanks.