diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2011-December/010069.html')
-rw-r--r-- | zarb-ml/mageia-dev/2011-December/010069.html | 122 |
1 files changed, 122 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-December/010069.html b/zarb-ml/mageia-dev/2011-December/010069.html new file mode 100644 index 000000000..50e0d48ed --- /dev/null +++ b/zarb-ml/mageia-dev/2011-December/010069.html @@ -0,0 +1,122 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] Replacing mysql with mariadb + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Replacing%20mysql%20with%20mariadb&In-Reply-To=%3C201112012053.09877.alien%40rmail.be%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="010045.html"> + <LINK REL="Next" HREF="010072.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] Replacing mysql with mariadb</H1> + <B>Maarten Vanraes</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Replacing%20mysql%20with%20mariadb&In-Reply-To=%3C201112012053.09877.alien%40rmail.be%3E" + TITLE="[Mageia-dev] Replacing mysql with mariadb">alien at rmail.be + </A><BR> + <I>Thu Dec 1 20:53:09 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="010045.html">[Mageia-dev] Replacing mysql with mariadb +</A></li> + <LI>Next message: <A HREF="010072.html">[Mageia-dev] Replacing mysql with mariadb +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#10069">[ date ]</a> + <a href="thread.html#10069">[ thread ]</a> + <a href="subject.html#10069">[ subject ]</a> + <a href="author.html#10069">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Op donderdag 01 december 2011 10:32:14 schreef Colin Guthrie: +><i> 'Twas brillig, and Maarten Vanraes at 01/12/11 08:05 did gyre and gimble: +</I>><i> > The way I see it, there are 2 possibilities: +</I>><i> > A. I remove the mysql-client, libmysqlclient, mysql-common and assorted +</I>><i> > packages from mysql, and provide them with mariadb, since libmysqlclient +</I>><i> > is drop-in replacable (same library ABI and such), there is not 100% +</I>><i> > requirement of rebuilding all libmysqlclient dependant programs. +</I>><i> +</I>><i> I think that rather than just provide them, it would make sense to use +</I>><i> the update-alternatives system. +</I>><i> +</I>><i> It's going to be quite hard to rip out one package and drop in the other +</I>><i> without some problems so it would be nice if we could install both at +</I>><i> the same time and switch between them with a simple update-alternatives +</I>><i> plan. This would perhaps facilitate easier testing too (i.e. easy to +</I>><i> compare one to the other and switch about etc.) +</I>><i> +</I>><i> In the initial stages you can make MariaDB have a higher priority in the +</I>><i> update-alternatives setup to encourage more usage/testing coverage. +</I>><i> +</I>><i> While I appreciate it's extra effort for you and QA, I think this is the +</I>><i> best route forward for mga2 at least. +</I>><i> +</I>><i> Col +</I> +i don't think the update-alternative is usable for the client parts at least + +you will need to build programs with mariadb mysqlclient.so, so that doesn't +work as alternatives, so that means the whole common and mariadb client is +required too + +so the only thing that can be alternativified would be the server, which is not +really necessary to be alternivified anyway, since you can just install mariadb +for that and remove mysql. + +you have to remember how mariadb works, it's like us, they take mysql from +upstream, and put patches on it. + +the client doesn't have any major feature changes, it just has some +improvements for if you'd use mariadb and some bugfixes. ( mariadb server with +mysql client, works also perfectly, allthough NOT on the same server, due to +my.cnf ) + +but however you look at it, client and common part of mysql will need to be +obsoleted. +</PRE> + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="010045.html">[Mageia-dev] Replacing mysql with mariadb +</A></li> + <LI>Next message: <A HREF="010072.html">[Mageia-dev] Replacing mysql with mariadb +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#10069">[ date ]</a> + <a href="thread.html#10069">[ thread ]</a> + <a href="subject.html#10069">[ subject ]</a> + <a href="author.html#10069">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |