Bug #71263 Easy installation sql script
Submitted: 1 Jan 2014 10:57 Modified: 15 Jan 2014 19:04
Reporter: Daniël van Eeden (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: JSON User-defined function ( UDF ) Severity:S4 (Feature request)
Version:0.3.0 OS:Any
Assigned to: CPU Architecture:Any
Tags: Contribution

[1 Jan 2014 10:57] Daniël van Eeden
Description:
The README file lists a lot of CREATE FUNCTION statements which could be shipped in a separate file to allow easier installation.

How to repeat:
Read the README

Suggested fix:
Create a linux_install.sql file and a windows_install.sql with the correct statements to create all the functions.
[1 Jan 2014 11:00] Daniël van Eeden
Example script to install UDFs

Attachment: install_jsonudf.sql (text/x-sql), 1.64 KiB.

[1 Jan 2014 11:06] Daniël van Eeden
Example uninstall script

Attachment: uninstall_jsonudf.sql (text/x-sql), 279 bytes.

[2 Jan 2014 10:57] MySQL Verification Team
Hello Daniel,

Thank you for the feature request!

Thanks,
Umesh
[15 Jan 2014 19:04] Sveta Smirnova
Posted by developer:
 
Implemented in versions 0.2.2 and 0.3.1 Thanks Daniel van Eeden for the contribution.