This is the official MySQL UDF Repository bug tracker. Please use it with care.
- Before submitting a new bug report, please make sure the bug is not already reported.
- Include the given error code, trace and any other debugging information supplied.
- Please leave your e-mail address, so we can get back to you if it is unclear how to reproduce the bug.
Thank you!
FS#19 - THE SYS_EXEC NOT WORKING
Attached to Project:
lib_mysqludf_sys
Opened by 'rodrigo.emygdio-gmail' - Thursday, 21 January 2010, 12:38 GMT+2
Opened by 'rodrigo.emygdio-gmail' - Thursday, 21 January 2010, 12:38 GMT+2
|
DetailsThe sys_exec didn't execute the command in arg.
I am trying execute a ruby script but nothing happens Neither the sys_eval is execute the command in arg I was try: mysql> SELECT sys_eval('id'); +----------------+ | sys_eval('id') | +----------------+ | | +----------------+ 1 row in set (0,00 sec) |
This task depends upon