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
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
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