[Rt-commit] rt branch, 4.6/mysql-utf8mb4, repushed

Michel Rodriguez michel at bestpractical.com
Wed Dec 4 15:23:38 EST 2019


The branch 4.6/mysql-utf8mb4 was deleted and repushed:
       was 949c8aa0764a5574ef4d0050abac5e1bdbbeb3f6
       now 1d8d4df7914fe7c791b4cf199764ad552e580da0

1: bfa4df18e0 < -:  ------- Remove unnecessary div.form-row for cf widget on group create/modify pages
2: 00babf27a9 = 1: 09ab7e5891 Adds support for utf8mb4 in mysql.
3: fac6023701 = 2: e53879581d Adds check on the database encoding. It should be utf8mb4.
4: f6f14e8c45 = 3: 46baf3d45c Adds README.MySQL to explain utf8mb4 character set options.
5: 949c8aa076 ! 4: f9c6adedad Normalizes character set/collation declaration for all tables.
    @@ -1,6 +1,8 @@
     Author: michel <michel at bestpractical.com>
     
    -    Normalizes engine/character set/collation declaration for all tables.
    +    Normalizes character set/collation declaration for all tables.
    +    
    +    to "CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci
     
     diff --git a/etc/schema.mysql b/etc/schema.mysql
     --- a/etc/schema.mysql
    @@ -256,3 +258,4 @@
     +) ENGINE=InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci;
      
      CREATE UNIQUE INDEX ObjectCustomRoles1 ON ObjectCustomRoles (ObjectId, CustomRole);
    +
-:  ------- > 5: b9e5c51ea3 Adds test for 4-byte utf-8 character searches.
-:  ------- > 6: 82ce30b66d Adds the utf8mb4 character set to the full text indexer
-:  ------- > 7: 1d8d4df791 Adds the upgrade script: alters all relevant tables to use the utf8mb4 charset.



More information about the rt-commit mailing list