•  
      request #29259 Make possible to install MediaWiki without a MyISAM table
    Infos
    #29259
    Thomas Gerbet (tgerbet)
    2022-10-28 12:03
    2022-10-27 10:04
    30841
    Details
    Make possible to install MediaWiki without a MyISAM table

    MediaWiki tries to create a MyISAM table to use a full-text index. Starting MySQL 5.6.4 InnoDB tables can also use a full-text index.

    Tuleap does not support MySQL < 5.7 so we can drop the MyISAM requirement. This is needed for some environment like Azure Database where MyISAM is not supported.

    Mediawiki Standalone
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Thomas Gerbet (tgerbet)
    Closed
    2022-10-28
    Attachments
    Empty
    References

    Follow-ups