Edgewall Software

Changes between Version 16 and Version 17 of MySqlDb


Ignore:
Timestamp:
Oct 26, 2007, 4:51:46 AM (17 years ago)
Author:
maxb1@…
Comment:

Add warning about collation advice being wrong

Legend:

Unmodified
Added
Removed
Modified
  • MySqlDb

    v16 v17  
    1515CREATE DATABASE trac DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
    1616}}}
     17
     18XXX: I think the above advice on collations is wrong - using a case-insensitive collation does not sound right, and when I used the above command, the indexing process failed when it came to insert a revision which included changes to files with names differing only in case. Recreating the db using the utf8_bin collation allowed things to work as expected.
    1719
    1820To check character set settings for your database, issue command: