lib_mysqludf_jsonFS#9: lib_mysqludf_json not work under Windows

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!

Tasklist

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
Task Type Bug Report
Category Backend / Core
Status Assigned
Assigned To Roland Bouman (roland)
Operating System Windows
Severity High
Priority Normal
Reported Version Development
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

This 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

Comment by 'fire9dingh-gmail' - Tuesday, 24 March 2009, 07:47 GMT+2
I think udf_json don't work on linux 64bit version.
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)
Add comment
Captcha image - if you can't read the image please send an e-mail Please enter the code displayed in the image. The verification is case-insensitive.

Loading...