Worked a charm for me, with a DB that was affected by #201. Everything
is good now. Let there be rejoicing.
--
Michael C. Harris, School of CS&IT, RMIT University
http://twofishcreative.com/michael/blog
Christian
Is there any reason why this hasn't been commited into the branch to
get some testing before it goes into trunk, especially seeming it is a
high-risk change?
> I've tested it a few times, even on a large dataset, and it seems to
> work fine. Nonetheless...
Of note on the large dataset point is the fact that on a large dataset
it will take a while to execute, and the CPU usage will all be on the
MySQL side.
--
Geoffrey Sneddon
<http://gsnedders.com/>
Christian
> -----Original Message-----
> From: habar...@googlegroups.com [mailto:habar...@googlegroups.com]
> A while? I let mine run for over an hour. But, 55k sessions are insane
> anyway which may be indicative of other issues.
A while is hard to quantify :) It's really relative to the about of
content you have in the database, and not so much the number of rows
(e.g., one post with 5000 characters would be slower to convert than
1000 with two characters in each). But yeah, 55k sessions makes me
thing something else is wrong :)
Christian
> -----Original Message-----
> From: habar...@googlegroups.com [mailto:habar...@googlegroups.com]
> On Behalf Of Geoffrey Sneddon
> Sent: 31. mars 2008 13:54
> To: habar...@googlegroups.com
> Subject: [habari-dev] Re: My next commit will delete your whole site
>
>
>
> Anyhow, should all my Habari tables now be UTF8? habari__themes is
> still
> latin1_swedish_ci while the rest is either utf8_unicode_ci or binary
All should be. themes is not, because it no longer exists. So it
should really have been automagically deleted.
> I sync'ed up from SVN and I had a single error where a quotation mark
> led to the truncation of a recent article.
>
> Easily fixed but, rather than scan 769 posts and 1500 comments, does
> the conversion utility has log any errors/warning or dire threats.
I don't know how to have non-fatal error handling when changing
encoding while using MySQL. The only way any invalid data should get
in the database in the first place is through something (most likely
the browser) screwing up.
> -----Original Message-----
> From: habar...@googlegroups.com [mailto:habar...@googlegroups.com]
> On Behalf Of Geoffrey Sneddon
> Sent: 1. april 2008 01:02
> To: habar...@googlegroups.com
> Subject: [habari-dev] Re: My next commit will delete your whole site
>
>
>
I've found this as well. A post truncated at an apostrophe.