Hello.
This seems like a bug:
http://bugs.mysql.com/bug.php?id=16676
Hirofumi Fujiwara wrote:
> Dear MySQL fans,
>
> I am checking MySQL 5.0 to use multibyte strings, Japanese.
>
> When I use char type parameter without CHARACTER SET clause,
> parameter's character set is not the database
Dear MySQL fans,
I am checking MySQL 5.0 to use multibyte strings, Japanese.
When I use char type parameter without CHARACTER SET clause,
parameter's character set is not the database character set but
latin1.
17.2.1. CREATE PROCEDURE says:
For character data types, if there is a CHARACTER S