From: Sylvain Raybaud <sylvain.raybaud@green-communications.fr>
To: buildroot@busybox.net
Subject: [Buildroot] integrating MariaDB Galera Cluster into BR
Date: Tue, 05 May 2015 12:31:01 +0200 [thread overview]
Message-ID: <55489BE5.6070402@green-communications.fr> (raw)
In-Reply-To: <20150424175438.GG4244@free.fr>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi
Thanks for your fast reply! Sorry mine is late, I was on vacation.
On 24/04/2015 19:54, Yann E. MORIN wrote:
> Sylvain, All,
>
> On 2015-04-24 16:49 +0200, Sylvain Raybaud spake thusly:
>> a) Create a meta-package, for example "mysql compatible DB", the
>> selection of which would let the user choose between MariaDB
>> Galera Cluster or MySQL?
>>
>> b) Integrate MariaDB Galera Cluster into MySQL package and let
>> the user choose which implementation he wants?
>>
>> c) Make these packages mutually exclusive using "depends on !"?
>
> I would say either b) or c). Which one depends on how MariaDB
> Galera is seen with respect to MySQL:
>
> 1- is it a completely different implementation that is 100%
> compatible?
>
> 2- is it a fork that is 100% compatible?
>
> 3- is it a fork that is not 100% compatible?
>
> For 1 or 2, I'd say go with b), otherwise go for c).
MariaDB is supposed to be a "drop-in replacement for MySQL" so I
suppose I should go for b).
https://mariadb.com/kb/en/mariadb/mariadb-vs-mysql-compatibility/
lists some differences but it seems that everything you can do with
MySQL you can do with MariaDB.
Does option b) allow dependencies specific to MariaDB?
>
> If you decide for c), then only one can depend on not the ther
> (otherwise you'd have a crcular dependency). That is, something
> like:
>
> config BR2_PKG_MYSQL bool "mysql"
>
> config BR2_PKG_MARIADB bool "mariadb" depends on !BR2_PKG_MYSQL
>
> Anyway, if you're not sure, go for c); we will review the patch,
> and we can guide you based on the details.
>
> in any case, be sure to read:
>
> - the section(s) from the "Adding new packages to Buildroot"
> chapter, that applies to mariadb (e.g. generic, autotools,
> cmake...):
> http://buildroot.net/downloads/manual/manual.html#adding-packages
>
> - the section on how to send patches:
> http://buildroot.net/downloads/manual/manual.html#submitting-patches
Doing
>
so now. Thanks again!
Sylvain
>
> Happy hacking! ;-)
>
> Regards, Yann E. MORIN.
>
- --
Sylvain Raybaud
www.green-communications.fr
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJVSJvlAAoJEEkkwl4JtJ9ybe0QAIEH9Yx2Y8Wxoqb+XXpjTjAE
9BLu/ev4h9lyBCvQkYjmeM/0pwU0atUTazEfNMVV/sJFsO5FmoC/jddNuPznHFcc
XPcWynMmhjDGlPSBGgY7wqWV1UCvZ5GOmPUJlQsehAq1QLQpzGoV00FJ33xl5roF
Lk8ugiWIMldvqTrjsnsmsCwvxnYFO02fEYJFpEeGmemMdFP0aCsJvSKXuo3ETxGp
ajMluiqiqNAiQnj/s33ZtytxOtbp7LjDnQ6qDIFA4/UjdXh9QTWBvvLlGuoRDboR
iNvHeksSBzsW8AmgUeL3qwurMPPpaOY8qI+rRo6LtfGOPmXvltKaUxK1jFH+4V1D
buG87tUXp3dGeg91WJP46GC+DbsSjm1ygzFH3Nsxtyj5zFVNXw7QmsjtFpgPpIRN
uTW4Ks80pwFn8FAZ14NpHPVgB3t58yskHmMzvN1Fbb+/82G2xU77hgWmXUVOTTyo
EWzdZwlhZ3g/Xv4nqHXGmLRnIqspwOh/+UDekZc3YT5PwbERYAZTfMztarLc83aq
0VlYzAJyWcGRcTH+IOom+ZExanIpSfgfWIMD2nLl6xW/Vqn8/9iiPI2+u04ByZlu
GcE8mK2yE68kHLWjQrfe/MBe+jQCOlptm4NaXo7n6Iv2V5YzWcR/+fLIlNg3+qXf
8cMwqBnt8FGwblLrv9rm
=R/jW
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2015-05-05 10:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-24 14:49 [Buildroot] integrating MariaDB Galera Cluster into BR Sylvain Raybaud
2015-04-24 17:54 ` Yann E. MORIN
2015-05-05 10:31 ` Sylvain Raybaud [this message]
2015-05-05 21:18 ` Arnout Vandecappelle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55489BE5.6070402@green-communications.fr \
--to=sylvain.raybaud@green-communications.fr \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.