blob: a1568e02c2322a57f48fb64989c1a41f9b0be6f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] HEADSUP: mariadb available for testing
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20HEADSUP%3A%20mariadb%20available%20for%20testing&In-Reply-To=%3C201111191010.45983.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="009622.html">
<LINK REL="Next" HREF="009923.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] HEADSUP: mariadb available for testing</H1>
<B>Maarten Vanraes</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20HEADSUP%3A%20mariadb%20available%20for%20testing&In-Reply-To=%3C201111191010.45983.alien%40rmail.be%3E"
TITLE="[Mageia-dev] HEADSUP: mariadb available for testing">alien at rmail.be
</A><BR>
<I>Sat Nov 19 10:10:45 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="009622.html">[Mageia-dev] HEADSUP: mariadb available for testing
</A></li>
<LI>Next message: <A HREF="009923.html">[Mageia-dev] HEADSUP: mariadb available for testing
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#9624">[ date ]</a>
<a href="thread.html#9624">[ thread ]</a>
<a href="subject.html#9624">[ subject ]</a>
<a href="author.html#9624">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Op zaterdag 19 november 2011 03:37:08 schreef Sam Bailey:
><i> On 19/11/11 10:48, Maarten Vanraes wrote:
</I>><i> > Op vrijdag 18 november 2011 23:18:57 schreef Maarten Vanraes:
</I>><i> >> Op vrijdag 18 november 2011 15:29:51 schreef JA Magallon:
</I>><i> >> [...]
</I>><i> >>
</I>><i> >>> Quick Hack: change awk to:
</I>><i> >>>
</I>><i> >>> /usr/sbin/mysqld --version | cut -d' ' -f4 | cut -d- -f 1
</I>><i> >>>
</I>><i> >>> Works both in MySQL and MariaDB.
</I>><i> >>
</I>><i> >> thanks i'll try and put it in.
</I>><i> >
</I>><i> > it should be fixed in 5.5.15-0.3.mga2 .
</I>><i>
</I>><i> It's fixed for NEW_VER(mysql->maridb upgrade) but not for OLD_VER
</I>><i> (upgrading an existing mariadb install)
</I>><i>
</I>><i> It works if OLD_VER in initscript is changed from:
</I>><i> OLD_VER="`cat $datadir/mysql_upgrade_info`"
</I>><i>
</I>><i> To:
</I>><i> OLD_VER="`cat $datadir/mysql_upgrade_info | cut -d' ' -f4 | cut -d- -f 1`"
</I>
thanks, i've modified it and submitted again
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="009622.html">[Mageia-dev] HEADSUP: mariadb available for testing
</A></li>
<LI>Next message: <A HREF="009923.html">[Mageia-dev] HEADSUP: mariadb available for testing
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#9624">[ date ]</a>
<a href="thread.html#9624">[ thread ]</a>
<a href="subject.html#9624">[ subject ]</a>
<a href="author.html#9624">[ 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>
|