Uploaded image for project: 'ModeShape'
  1. ModeShape
  2. MODE-1909

Incompatible with MySQL 5.5 (CONTENT_STORE.LARGEBLOB)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 3.3.0.Final
    • 3.2.0.Final
    • Storage
    • None
    • Workaround Exists
    • Hide

      Create the table manually

      CREATE TABLE CONTENT_STORE (
      cid VARCHAR(255) NOT NULL,
      mime_type VARCHAR(255),
      ext_text VARCHAR(1000),
      usage_flag INTEGER,
      usage_time TIMESTAMP,
      payload LONGBLOB,
      primary key(cid)
      );

      Show
      Create the table manually CREATE TABLE CONTENT_STORE ( cid VARCHAR(255) NOT NULL, mime_type VARCHAR(255), ext_text VARCHAR(1000), usage_flag INTEGER, usage_time TIMESTAMP, payload LONGBLOB, primary key(cid) );
    • Low

    Description

      Tries to create table CONTENT_STORE with "payload LARGEBLOB," but I suspect should be "payload LONGBLOB".

      Attachments

        Activity

          People

            oleg.kulikov Oleg Kulikov (Inactive)
            tedtrippin Rob Haycock (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: