Ticket #2539 (closed Bugs: fixed)

Opened 6 years ago

Last modified 6 years ago

modules.ini to large to module_xml.data BLOB. Change to MEDIUMBLOB.

Reported by: Blackdog Assigned to: gregmac
Priority: minor Milestone: 2.4
Component: Core - Module Admin Version: SVN-HEAD
Keywords: module_xml Cc:
Confirmation: Pending Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

I manage my own private module repository, with modules from FreePBX, some internally written, and some 'contributed'. The a number of patches are also maintained which correct functionality needed for our office.

As of the latest update, freepbx module update, the cumulative sizes of the various module.xml files has exceeded the 65535 byte limit of datatype 'BLOB' in the module_xml table.

I have updated our internal freepbx deployment to include the following change;

# Update MODULE_XML storage to > 64k ALTER TABLE module_xml CHANGE data data MEDIUMBLOB;

I expect this will affect other users as the module change_logs grow, and new modules are invented.

Change History

12/11/07 23:56:27 changed by p_lindheimer

  • confirmation changed from Unreviewed to Pending.
  • version changed from 2.3.1 to SVN-HEAD.
  • milestone changed from Cut Line to 2.4.

thanks - wish I had this ticket about 3 hours ago, would have changed it in the 2.4 upgrade script. Oh well, it's only 61K on the main site, should be able to last till 2.3.0beta2

12/16/07 16:29:02 changed by p_lindheimer

  • status changed from new to closed.
  • resolution set to fixed.

r5526 will take care of this