Extensions for MySQL in C not MySQL API

2003-08-04 Thread Primaria Falticeni
Hello, I want to make some extensions for MySQL in C/C++. Please give me some samples. I read the documentation but I didn't find anything about this. Thanks Anticipated, Iulian -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:

Re: Extensions for MySQL in C not MySQL API

2003-08-04 Thread Paul DuBois
At 16:40 +0300 8/4/03, Primaria Falticeni wrote: Hello, I want to make some extensions for MySQL in C/C++. Please give me some samples. I read the documentation but I didn't find anything about this. Thanks Anticipated, Iulian What do you mean by extension? If you mean user-defined function, the

Re: Extensions for MySQL in C not MySQL API

2003-08-04 Thread Primaria Falticeni
Yes, indeed! Sorry for mistake. I'd like to know functions in MySQL I can use for replacing. For example: in the docs it's writing about xxx_reset This function is called when MySQL finds the first row in a new group. . I need the description of such kind of the functions which can be wrapped and