summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-January/011057.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2012-January/011057.html')
-rw-r--r--zarb-ml/mageia-dev/2012-January/011057.html188
1 files changed, 188 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-January/011057.html b/zarb-ml/mageia-dev/2012-January/011057.html
new file mode 100644
index 000000000..c621766f2
--- /dev/null
+++ b/zarb-ml/mageia-dev/2012-January/011057.html
@@ -0,0 +1,188 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] Numerous mariadb issues today.
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Numerous%20mariadb%20issues%20today.&In-Reply-To=%3C201201062023.13629.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="011031.html">
+ <LINK REL="Next" HREF="011014.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Numerous mariadb issues today.</H1>
+ <B>Maarten Vanraes</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Numerous%20mariadb%20issues%20today.&In-Reply-To=%3C201201062023.13629.alien%40rmail.be%3E"
+ TITLE="[Mageia-dev] Numerous mariadb issues today.">alien at rmail.be
+ </A><BR>
+ <I>Fri Jan 6 20:23:13 CET 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="011031.html">[Mageia-dev] Numerous mariadb issues today.
+</A></li>
+ <LI>Next message: <A HREF="011014.html">[Mageia-dev] Orphans - those poor orphans . . .
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#11057">[ date ]</a>
+ <a href="thread.html#11057">[ thread ]</a>
+ <a href="subject.html#11057">[ subject ]</a>
+ <a href="author.html#11057">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Op vrijdag 06 januari 2012 14:29:29 schreef Colin Guthrie:
+[...]
+&gt;<i> Ahh yes my my.cnf file didn't have the:
+</I>&gt;<i>
+</I>&gt;<i> [mysqld_safe]
+</I>&gt;<i> log-error=/var/log/mysqld/mysqld.log
+</I>&gt;<i> pid-file=/var/run/mysqld/mysqld.pid
+</I>&gt;<i>
+</I>&gt;<i> bits.
+</I>&gt;<i>
+</I>&gt;<i> If the default my.cnf file ships with that path (don't know if it does
+</I>&gt;<i> or if it's patched in our packages) then perhaps the
+</I>&gt;<i> mysqld-prepare-db-dir script should also be updated to use that as the
+</I>&gt;<i> default?
+</I>
+since for ages, we ship our own my.cnf.
+
+mysql-prepare-db-dir uses the my.cnf values to get the log-error, so that's
+already ok.
+
+[...]
+&gt;<i> &gt; indeed you shouldn't use the -obsolete ones, the xtradb should nicely use
+</I>&gt;<i> &gt; your innodb database, xtradb is a innodb with extra patches, so any
+</I>&gt;<i> &gt; innodb tuning is still valid for xtradb.
+</I>&gt;<i>
+</I>&gt;<i> OK, cool. As long as it still reads e.g. innodb_* from my.conf then all
+</I>&gt;<i> will be well I think :)
+</I>
+yup
+
+[...]
+&gt;<i> &gt; only the load plugin should be changed into federatedx.so instead of
+</I>&gt;<i> &gt; federated.so ; the &quot;federated&quot; option is still valid for federatedx
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt; getting this error, means that you don't have any of them both loaded.
+</I>&gt;<i>
+</I>&gt;<i> Hmm, I thought I had tried all combinations, but I obviously didn't try
+</I>&gt;<i> the ha_federatedx.so + federated option... gah, sorry about that. Still
+</I>&gt;<i> the plugin name in the conf does still need updating, so at least I'm
+</I>&gt;<i> not completely daft :D
+</I>
+afaik i had a sed line that did change the federated.so in to federatedx.so in
+the spec file ... i'll need to doublecheck...
+
+&gt;<i> &gt; sadly, my.cnf is a config file, i can provide a newer my.cnf all i want,
+</I>&gt;<i> &gt; it's not like i can modify the my.cnf file for existing upgrades?
+</I>&gt;<i>
+</I>&gt;<i> There are various things you can do with sed/awk on upgrades... I'd at
+</I>&gt;<i> very least suggest a &quot;sed -i 's/ha_federated\.so/ha_federatedx\.so/g'
+</I>&gt;<i> /etc/my.cnf&quot; to fix up that issue (which would prevent mysql starting...
+</I>&gt;<i> looking back, that was probably the fundamental issue I had.
+</I>
+i'm gonna relook, but it looks like this exact line is in the spec file...
+maybe it's not in the correct section... could you by any chance look at the
+spec file as well?, i never did a %pre and %post thing before...
+
+&gt;<i> &gt; my thoughts on plugins is: &quot;xtradb is internal, because innodb was
+</I>&gt;<i> &gt; internal; federatedx was external, because federated was external&quot;
+</I>&gt;<i>
+</I>&gt;<i> Hmm? innodb was not internal before was it? I thought it was a plugin
+</I>&gt;<i> since a very long time (I pretty sure I remember panicking when Oden
+</I>&gt;<i> enabled it for the first time a year or two back). Perhaps I'm wrong tho'.
+</I>
+i don't know, i based myself on the spec file for the mysql that was in
+cauldron.
+
+&gt;<i> If you do make xtradb a plugin, then I'd suggest doing a &quot;sed -i
+</I>&gt;<i> 's/ha_innodb\.so/ha_xtradb\.so/g' m/etc/my.cnf&quot; in the %post also.
+</I>&gt;<i>
+</I>&gt;<i> &gt; can you recheck that a new my.cnf file at the very least works out of the
+</I>&gt;<i> &gt; box? and is this x86_64 or i586?
+</I>&gt;<i>
+</I>&gt;<i> It doesn't. It mentions ha_federated.so as mentioned above rather than
+</I>&gt;<i> ha_federatedx.so, so this needs to be fixed. This is on x86_64 but I
+</I>&gt;<i> guess that doesn't matter here.
+</I>[...]
+
+strange, maybe something is wrong with the sed line...
+
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="011031.html">[Mageia-dev] Numerous mariadb issues today.
+</A></li>
+ <LI>Next message: <A HREF="011014.html">[Mageia-dev] Orphans - those poor orphans . . .
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#11057">[ date ]</a>
+ <a href="thread.html#11057">[ thread ]</a>
+ <a href="subject.html#11057">[ subject ]</a>
+ <a href="author.html#11057">[ 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>