Edgewall Software

Changes between Version 61 and Version 62 of MySqlDb


Ignore:
Timestamp:
Aug 2, 2012, 12:31:21 PM (12 years ago)
Author:
Christian Boos
Comment:

warning about NDB limits

Legend:

Unmodified
Added
Removed
Modified
  • MySqlDb

    v61 v62  
    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]).
     24Besides, 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).
    2525
    2626A proper database can be created with any MySQL client, like this: