Due to an apparent bug in MySQL: http://bugs.mysql.com/bug.php?id=4541, one of Confluence's tables: os_propertyentry, cannot be created when "Confluence+MySQL is configured for foreign character sets or UTF-8": failing with the following error:

      create table OS_PROPERTYENTRY (entity_name VARCHAR(125) not null, entity_id BIGINT not null, entity_
      key VARCHAR(255) not null, key_type INTEGER, boolean_val BIT, double_val DOUBLE PRECISION, string_va
      l VARCHAR(255), long_val BIGINT, int_val INTEGER, date_val DATETIME, primary key (entity_name, entit
      y_id, entity_key))
      Nov 10, 2004 7:58:30 PM net.sf.hibernate.tool.hbm2ddl.SchemaUpdate execute
      SEVERE: Unsuccessful: create table OS_PROPERTYENTRY (entity_name VARCHAR(125) not null, entity_id BI
      GINT not null, entity_key VARCHAR(255) not null, key_type INTEGER, boolean_val BIT, double_val DOUBL
      E PRECISION, string_val VARCHAR(255), long_val BIGINT, int_val INTEGER, date_val DATETIME, primary k
      ey (entity_name, entity_id, entity_key))
      Nov 10, 2004 7:58:30 PM net.sf.hibernate.tool.hbm2ddl.SchemaUpdate execute
      SEVERE: Syntax error or access violation message from server: "Specified key was too long; max key l
      ength is 1024 bytes"

      or in summary:

      "Specified key was too long; max key length is 1024 bytes"

      Because a UTF-8 character is stored as three bytes in MySQL the maximum key length can only be 1024/3 characters long. The compound key in the os_propertyentry table seems to be violating this constraint.

            [CONFSERVER-2783] MySQL error in setup: Specified key was too long

            Katherine Yabut made changes -
            Workflow Original: JAC Bug Workflow v3 [ 2893115 ] New: CONFSERVER Bug Workflow v4 [ 2985050 ]
            Owen made changes -
            Workflow Original: JAC Bug Workflow v2 [ 2792686 ] New: JAC Bug Workflow v3 [ 2893115 ]
            Status Original: Resolved [ 5 ] New: Closed [ 6 ]
            Owen made changes -
            Workflow Original: JAC Bug Workflow [ 2722574 ] New: JAC Bug Workflow v2 [ 2792686 ]
            Owen made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2392601 ] New: JAC Bug Workflow [ 2722574 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 [ 2274718 ] New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2392601 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2231411 ] New: Confluence Workflow - Public Facing - Restricted v5 [ 2274718 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2190498 ] New: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2231411 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 [ 1924400 ] New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2190498 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v3 [ 1733438 ] New: Confluence Workflow - Public Facing - Restricted v5 [ 1924400 ]
            Katherine Yabut made changes -
            Workflow Original: CONF Bug Subtask WF (TEMP) [ 1690443 ] New: Confluence Workflow - Public Facing - Restricted v3 [ 1733438 ]

              8873c89cc788 Daniel Ostermeier
              dave@atlassian.com dave (Inactive)
              Affected customers:
              0 This affects my team
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: