Hello, i´m using the MySQL 3.23.57 version and Suse 7.1, and i´m having problems implementing UDFs (User Definable Function) and native function. I really, really need it in order to add my own function named Get_Update, can anybody help me?
Hello,
i want to add a native function to my Mysql. I have de 3.23.57 version (the source code) and i follow the steps in the manual, but in the very first one i get a compilation problem. I add a line (similar to the ABS function) to the lex.h file, but it says it isn´t declared in the scope...
Hi, I would like to add a function to my MySQL which can be called as a command, something like this:
BEGIN;
INSERT INTO table1 VALUES (...);
INSERT INTO table2 VALUES (...);
DELETE FROM table1, table2 WHERE ...;
GET_UPDATE();
COMMIT;
where GET_UPDATE is my function. Anybody can help me...
I´ve tried the debug option (./safe_mysqld --user=mysql --debug &) and it seems to do fine, but when i look for the trace file and i can`t find it anywhere, even using the linux´s search engine. I´ve also tried --debug=/tmp/ and --#, as it is said in the tutorial, but i´m not able to make the...
But what i need is to get the Mysql trace, i mean, the list of functions that were used and the values of the variables. I know there is an option that you can use when you launch the mysqld, then you star working with the mysql prompt and when you finish there should be a file with the...
Hello, im using the Mysql-3.23.57 and i have a big problem. I want to get the trace of a query, but i don´t know how to use the debug command. When i launch the server i do this:
shell>./safe_mysqld --user=mysql &
and then
shell>./mysql -p
always working as root.
I´ve tried adding the...
Hi, i recently started using mysql and have a problem. How can i run a multi-table update? I mean, update one table regarding the results of a search in another table, like this:
UPDATE software,hardware SET software.name = 'example' WHERE sofwtare.company IN (SELECT hardware.company FROM...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.