In the schema.inc file for MySQL there are 2 blob sizes defined. However I need a MEDIUMBLOB as well. Is it possible to add it, or is there a good reason why the MEDIUMBLOB is omitted?

      'blob:medium'     => 'MEDIUMBLOB',
      'blob:big'        => 'LONGBLOB',
      'blob:normal'     => 'BLOB',

Comments

Version: 7.14 » 7.x-dev

Core issues are now filed against the dev versions where changes will be made. Document the specific release you are using in your issue comment. More information about choosing a version.

Status: Active » Closed (outdated)

Automatically closed because Drupal 7 security and bugfix support has ended as of 5 January 2025. If the issue verifiably applies to later versions, please reopen with details and update the version.