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

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[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.