Edgewall Software

Changes between Version 64 and Version 65 of MySqlDb


Ignore:
Timestamp:
Jan 21, 2015, 12:40:20 PM (9 years ago)
Author:
Jun Omae
Comment:

NDB storage engine is not supported (#8567)

Legend:

Unmodified
Added
Removed
Modified
  • MySqlDb

    v64 v65  
    2222In order to avoid Unicode and international characters problems in Trac (e.g., international characters turning into question marks with mysterious **"Incorrect string value"** errors logged), the Trac database MUST be configured  with the ''`utf8`'' character set and the ''`utf8_bin`'' collation type.
    2323
    24 Besides, all tables MUST be created as  '''InnoDB''' or '''NDB''' type tables, because Trac uses a transaction mechanism that is not supported by MyISAM tables (see [comment:ticket:8067:5] and [http://dev.mysql.com/tech-resources/articles/storage-engine/part_3.html MySQL docs]). Be aware that NDB introduces some annoying limits for Trac (#8567).
     24Besides, all tables MUST be created as  '''InnoDB''' type tables, because Trac uses a transaction mechanism that is not supported by MyISAM tables (see [comment:ticket:8067:5] and [http://dev.mysql.com/tech-resources/articles/storage-engine/part_3.html MySQL docs]). Be aware that NDB introduces some annoying limits for Trac (#8567).
    2525
    2626A proper database can be created with any MySQL client, like this: