RE: Native Function

2009-05-18 Thread Martin Gainty
importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Mon, 18 May 2009 11:55:18 -0400 > Subject: Re: Native Function > From: alex.kat...@gmail.co

Re: Native Function

2009-05-18 Thread Alex Katebi
interdite. Ce message sert à l'information seulement et n'aura pas > n'importe quel effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni.

Native Function

2009-05-18 Thread Alex Katebi
Hi All, I am using the mysql embedded library (libmysqld) in my application. I am using triggers and calling a C/C++ function in my application. This is how I convey configuration changes to my application. I think my only choice is to make a Native Function in the mysql source code since UDF

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

Re: Error 1064 in native function (?)

2003-09-08 Thread Sergei Golubchik
Hi! On Sep 08, Gustavo Castro wrote: > 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

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 {

adding new native function

2001-09-14 Thread Jaroslav Jákl
Hello, I want to add a new function to mysql. Because i use mysql for windows and there is not implemented adding function through the UDF interface, i must add native function. I did it according to manual, but when i use a new function in select command, it generate error. I think that