[EMAIL PROTECTED] wrote:
> mysql> create function betatouni returns string soname 'libbeta2.so';
> ERROR 1026 (HY000): Error writing file 'mysql.func' (errno: 121)
Using perror from Linux, I saw:
$ perror 121
Error code 121: Remote I/O error
You probably have communications problems.
Maybe y
Hello.
Please check, if weird behavior remains on the latest release (4.1.12).
Try to run FLUSH PRIVILEGES after 'drop function' statement and cast a
look if mysql.func table is clear. Do you use xxx_deinit in your udf?
I mean, is it possible that your function has some problem during
dei