[mythtv-commits] [MythTV/mythtv] f1859d: DB: Care for MySQL v8.0 use of "system" as a reser...

billmeek noreply at github.com
Sun Nov 24 16:39:33 UTC 2019


  Branch: refs/heads/fixes/30
  Home:   https://github.com/MythTV/mythtv
  Commit: f1859d9b58ac2590c91f2504d827e19bc4095de1
      https://github.com/MythTV/mythtv/commit/f1859d9b58ac2590c91f2504d827e19bc4095de1
  Author: Bill Meek <billmeek at mythtv.org>
  Date:   2019-11-24 (Sun, 24 Nov 2019)

  Changed paths:
    M mythplugins/mytharchive/mytharchivehelper/main.cpp
    M mythplugins/mythgame/mythgame/dbcheck.cpp
    M mythplugins/mythgame/mythgame/gamehandler.cpp
    M mythplugins/mythgame/mythgame/rominfo.cpp
    M mythtv/libs/libmythtv/dbcheck.cpp
    M mythtv/libs/libmythtv/programdata.cpp
    M mythtv/programs/mythfrontend/progdetails.cpp

  Log Message:
  -----------
  DB: Care for MySQL v8.0 use of "system" as a reserverd word

Change system to `system` in all queries.

Thanks to jhavens1566 and Gary Buhrmaster

Fixes: #13516
(cherry picked from commit 4a108b98172739a335d2e8a280643f7c8de5d280)


  Commit: 08ebf057c56bf67f177257e2306fc0181d6abd57
      https://github.com/MythTV/mythtv/commit/08ebf057c56bf67f177257e2306fc0181d6abd57
  Author: Bill Meek <billmeek at mythtv.org>
  Date:   2019-11-24 (Sun, 24 Nov 2019)

  Changed paths:
    M mythtv/libs/libmythtv/datadirect.cpp

  Log Message:
  -----------
  DB: Care for MySQL v8.0 use of "system" as a reserverd word

Add: system to `system` changes for datadirect (that doesn't
exist in v31-Pre.

Thanks to jhavens1566

Fixes #13516


Compare: https://github.com/MythTV/mythtv/compare/511d424a180a...08ebf057c56b


More information about the mythtv-commits mailing list