Re: How to define utf8 function

2006-01-10 Thread Gleb Paharenko
Hello. This is still a bug. See: http://bugs.mysql.com/bug.php?id=16330 Hirofumi Fujiwara wrote: > Hi, > > >>Hello. >> >>This should be fixed in 5.0.18. See: >> http://bugs.mysql.com/bug.php?id=13909 > > > 17.2.1. CREATE PROCEDURE and CREATE FUNCTION > http://dev.mysql.com/

Re: How to define utf8 function

2006-01-04 Thread Hirofumi Fujiwara
Hi, > Hello. > > This should be fixed in 5.0.18. See: > http://bugs.mysql.com/bug.php?id=13909 17.2.1. CREATE PROCEDURE and CREATE FUNCTION http://dev.mysql.com/doc/refman/5.0/en/create-procedure.html says ... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - As of MySQL 5.0.

Re: How to define utf8 function

2005-12-18 Thread Gleb Paharenko
Hello. This should be fixed in 5.0.18. See: http://bugs.mysql.com/bug.php?id=13909 Hirofumi Fujiwara wrote: > Dear MySQL fans, > > I want to make a function which returns utf8 string. > > > mysql> CREATE FUNCTION hello() RETURNS CHAR(20) CHARACTER SET utf8 > -> RETURN 'japan