Re: default characterset of function string parameter

2006-01-30 Thread Gleb Paharenko
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

default characterset of function string parameter

2006-01-29 Thread Hirofumi Fujiwara
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