Re: unable to create function in MySQL 5.0

2006-12-01 Thread Martijn Tonies
> Yes. MySQL was upgraded. > What's the name of upgrade script and where is it ? Check the manual on how to upgrade and what script to run. I cannot remember the name/place :-) Martijn Tonies Database Workbench - development tool for MySQL, and more! Upscene Productions http://www.upscene.com

Re: unable to create function in MySQL 5.0

2006-12-01 Thread Ted Yu
Yes. MySQL was upgraded. What's the name of upgrade script and where is it ? --- Martijn Tonies <[EMAIL PROTECTED]> wrote: > Hello Ted, > > > I got an error that I don't understand: > > > > Enter password: > > Welcome to the MySQL monitor. Commands end with ; > or > > \g. > > Your MySQL connec

Re: unable to create function in MySQL 5.0

2006-12-01 Thread Jacques Marneweck
Ted Yu wrote: I got an error that I don't understand: Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 3080 to server version: 5.0.18-log mysql> create function do_system returns integer soname 'raptor_udf.so'// ERROR 1146 (42S02): Table 'mys

Re: unable to create function in MySQL 5.0

2006-12-01 Thread Martijn Tonies
Hello Ted, > I got an error that I don't understand: > > Enter password: > Welcome to the MySQL monitor. Commands end with ; or > \g. > Your MySQL connection id is 3080 to server version: > 5.0.18-log > > mysql> create function do_system returns integer > soname 'raptor_udf.so'// > ERROR 1146 (