[mythtv-commits] [MythTV/mythtv] 167c8d: Plugins/dbcheck: Replace CHARACTER SET 'default' w...

billmeek noreply at github.com
Thu Jul 16 12:57:34 UTC 2020


  Branch: refs/heads/fixes/31
  Home:   https://github.com/MythTV/mythtv
  Commit: 167c8d56e20167a5cc39f1ab8b301313a562b929
      https://github.com/MythTV/mythtv/commit/167c8d56e20167a5cc39f1ab8b301313a562b929
  Author: Bill Meek <billmeek at mythtv.org>
  Date:   2020-07-16 (Thu, 16 Jul 2020)

  Changed paths:
    M mythplugins/mytharchive/mytharchive/dbcheck.cpp
    M mythplugins/mythgame/mythgame/dbcheck.cpp
    M mythplugins/mythmusic/mythmusic/dbcheck.cpp
    M mythplugins/mythweather/mythweather/dbcheck.cpp

  Log Message:
  -----------
  Plugins/dbcheck: Replace CHARACTER SET 'default' with 'utf8'

Fix required for MySQL v8 because using 'default' CHARACTER
SET results in a "You have an error in your SQL syntax"
message.

There are two cases to solve.

 1. New systems that will execute the DBSchemaVer changes
    for the mytharchive, mythgame, mythmusic & mythweather
    plugin tables. The origial Trac ticket.

 2. Existing systems that have up to date DBSchemaVer for
    the above but need a new version to use the unambiguous
    character set. Not solved here, just to get the the
    above fixed.

Refs #13577




More information about the mythtv-commits mailing list