Problem with adding functions to MySQL(ELF)

2003-01-12 Thread sachin khanna
hi I am facing a problem in adding a new function to MySQL I created a function in C and compiled and build it successfully. these files were successfully created-- funmysql.c funmysql.o funmysql.so I even attached the funmysql.so library's path in the LD_LIBRARY_PATH environment I am using MYSQ

Problem with adding functions to MySQL(ELF)

2003-01-12 Thread sachin khanna
hi I am facing a problem in adding a new function to MySQL I created a function in C and compiled and build it successfully. these files were successfully created-- funmysql.c funmysql.o funmysql.so I even attached the funmysql.so library's path in the LD_LIBRARY_PATH environment I am using MYSQ

Adding functions

2001-10-25 Thread Eric J. Schwertfeger
Before I overcommit myself, I want to find out a few things: 1) How much work does it take to add functions (not procedures)? 2) Is anyone already working on these functions? 3) Is anyone else interested in these functions? The function I need is a unix-timestamp to huma