Unable to start chrooted 5.0 server.

2004-10-18 Thread Gustavo Castro Puig
d nothing. The environment permissions are set normally (for a jail), and the apache server is running without problems... I think there must be a permissions issue, but now I'm not sure... Any ideas will be highly appreciated. Thanks! Best Regards, Gustavo Castro. Senior System Admi

Re: Error 1064 in native function (?)

2003-09-08 Thread Gustavo Castro
ction with little modifications. > - Original Message - > From: "Sergei Golubchik" <[EMAIL PROTECTED]> > To: "Gustavo Castro" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]>; "Fortuno, Adam" <[EMAIL PROTECTED]> > Sent: M

Re: Error 1064 in native function (?)

2003-09-08 Thread Gustavo Castro
ith little modifications. - Original Message - From: "Sergei Golubchik" <[EMAIL PROTECTED]> To: "Gustavo Castro" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; "Fortuno, Adam" <[EMAIL PROTECTED]> Sent: Monday, September 08, 2003 10:30 PM Subj

Error 1064 in native function (?)

2003-09-08 Thread Gustavo Castro
Hello, i´m using the 3.23.57 version and i´ve declared a native function, but when i call it (SELECT GETUPDATE(1);) i get this line ERROR 1064: You have an error in you SQL syntax near '(1)' at line 1; I think i´ve followed all the steps right: 1)added the line in lex.h {"GETUPDATE"

Functions

2003-09-08 Thread Gustavo Castro
Hello, in order to call a native function do i have to add something else to its name, i.e. mysql_get_update? because everytime i try to call my native function from the mysql prompt it gives me a syntax error.

Calling my native functions

2003-09-08 Thread Gustavo Castro
Hello, i know this must be the dumbest question by far (i think i´m even blushing myself), but how do i call my own native functions? i did all the steps in the item_create.* and the item_func.* but when call it from the mysql prompt i always get a sintax error, even if i call some function of t

Calling my native functions

2003-09-08 Thread Gustavo Castro
Hello, i know this must be the dumbest question by far (i think i´m even blushing myself), but how do i call my own native functions? i did all the steps in the item_create.* and the item_func.* but when call it from the mysql prompt i always get a sintax error, even if i call some function of t

Problems adding native functions

2003-09-05 Thread Gustavo Castro
Hello, i´m running the Mysql 3.23.57 version in Suse 7.1 and i can´t add new functions to it. I´ve tried with native functions but just in the first step, as it appears in the tutorial, when addding my line in the lex.h file, like this {"GET_UPDATE", SYM(FUN_ARG1),0,CREATE_FUNC(create_func_get_u

Problem with UDF

2003-09-05 Thread Gustavo Castro
Hello, i´m running the Mysql 3.23.57 version with Suse 7.1, and i´m getting problems trying to add UDFs to my MySQL - In /mysql/sql/tipo.h i´ve declared this data type: typedef struct st_del { int empty; char *table; List keys; }BUFFER_DEL; where List is included from the sql_list.h, a

Problems with UDFs

2003-09-05 Thread Gustavo Castro
Hello, i´m running the Mysql 3.23.57 version with Suse 7.1, and i´m getting problems trying to add UDFs to my MySQL - In /mysql/sql/tipo.h i´ve declared this data type: typedef struct st_del { int empty; char *table; List keys; }BUFFER_DEL; where List is included from the sql_list.h, a