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#9 - lib_mysqludf_json not work under Windows
Attached to Project:
lib_mysqludf_json
Opened by 'alsan.wong-gmail' - Monday, 05 January 2009, 08:21 GMT+2
Opened by 'alsan.wong-gmail' - Monday, 05 January 2009, 08:21 GMT+2
|
DetailsThis UDF works fine under Linux (both 32bit & 64bit), but not under Windows (32bit).
Test this: SELECT json_members('a', 'b'); /* this works as expected */ SELECT json_object(json_members('a', 'b')); /* not work, throw an exception of "Invalid json member name - name cannot contain '('" |
This task depends upon
ERROR 1126 (HY000): Can't open shared library 'lib_mysqludf_json.so' (errno: 22 /usr/local/mysql-5.1.30-linux-x86_64-glibc23/lib/plugin/lib_mysqludf_json.so: wrong ELF class: ELFCLASS32)