Closed GoogleCodeExporter closed 9 years ago
Hi,
Can you verify your MySQL version?
Issue
SELECT VERSION()
from withing the mysql client
Thanks
Original comment by shlomi.n...@gmail.com
on 7 Jun 2010 at 5:09
Also, please attach output for
show global variables like '%char%';
thanks
Original comment by shlomi.n...@gmail.com
on 7 Jun 2010 at 5:43
This solve the installation, but I don't know if it breaks something else:
diff mycheckpoint mycheckpoint.orig
874,875c874,875
< simple_encoding CHAR(62) CHARSET utf8 COLLATE utf8_bin,
< service_url VARCHAR(128) CHARSET utf8 COLLATE utf8_bin
---
> simple_encoding CHAR(62) CHARSET ascii COLLATE ascii_bin,
> service_url VARCHAR(128) CHARSET ascii COLLATE ascii_bin
Original comment by rene.can...@gmail.com
on 19 Jul 2010 at 6:39
I am still unable to reproduce.
rene.cannano:
- which version of MySQL are you using?
- which OS?
- What's you sql_mode (SELECT @@global.sql_mode)?
Thank you
Original comment by shlomi.n...@gmail.com
on 20 Jul 2010 at 1:13
OK, I am able to reproduce on 5.5-m3.
Thank you
Original comment by shlomi.n...@gmail.com
on 20 Jul 2010 at 1:38
I find that the problem is with service_url alone. Will manually convert it to
utf8 during CONCAT query.
Original comment by shlomi.n...@gmail.com
on 20 Jul 2010 at 1:50
Fixed in r172 (not yet released).
Original comment by shlomi.n...@gmail.com
on 20 Jul 2010 at 1:53
Original comment by shlomi.n...@gmail.com
on 20 Jul 2010 at 1:54
Original issue reported on code.google.com by
tomaz.muraus
on 6 Jun 2010 at 9:18