[geeklog-hg] [Geeklog-Core/geeklog] 8332f9: Topic Ids and Name Changed from 128 varchar to 75 ...

GitHub noreply at github.com
Mon Nov 7 14:55:40 EST 2016


  Branch: refs/heads/master
  Home:   https://github.com/Geeklog-Core/geeklog
  Commit: 8332f942764ffc922ab03074baae6bd088da581f
      https://github.com/Geeklog-Core/geeklog/commit/8332f942764ffc922ab03074baae6bd088da581f
  Author: Tom Homer <tomhomer at gmail.com>
  Date:   2016-11-07 (Mon, 07 Nov 2016)

  Changed paths:
    M public_html/layout/denim/admin/topic/topiceditor.thtml
    M public_html/layout/modern_curve/admin/topic/topiceditor.thtml
    M sql/mysql_tableanddata.php
    M sql/pgsql_tableanddata.php
    M sql/updates/mysql_2.1.1_to_2.1.2.php
    M sql/updates/pgsql_2.1.1_to_2.1.2.php

  Log Message:
  -----------
  Topic Ids and Name Changed from 128 varchar to 75 varchar

Had to reduce the size of the topic ids because the topic assigments
table primary key became to large for tables that use a colliation of
utf8mb4. The original primary key uses 286 (= 128 + 30 + 128)
characters, which will be 858 bytes with utf8 and 1144 bytes with
utf8mb4 which is over the 1000 byte limit.




More information about the geeklog-cvs mailing list