[mythtv-commits] [MythTV/mythtv] 7a8752: Fix php7.2 count warnings in MythBackend bindings.

billmeek noreply at github.com
Tue Jan 14 19:39:48 UTC 2020


  Branch: refs/heads/fixes/30
  Home:   https://github.com/MythTV/mythtv
  Commit: 7a8752dc0f605589d26db9a7764856031ce55a6d
      https://github.com/MythTV/mythtv/commit/7a8752dc0f605589d26db9a7764856031ce55a6d
  Author: David Hampton <mythtv at love2code.net>
  Date:   2019-12-07 (Sat, 07 Dec 2019)

  Changed paths:
    M mythtv/bindings/php/MythBackend.php

  Log Message:
  -----------
  Fix php7.2 count warnings in MythBackend bindings.

The mythweb portion of this bug was fixed in a separate commit.

Adapted from a fix by daraden.

Fixes #13406.

(cherry picked from commit dc87fada554f8b200bf8b67ce51174936b429a04)


  Commit: 05910a47653c3beab97e0deca6f206c68243e787
      https://github.com/MythTV/mythtv/commit/05910a47653c3beab97e0deca6f206c68243e787
  Author: Bill Meek <billmeek at mythtv.org>
  Date:   2020-01-14 (Tue, 14 Jan 2020)

  Changed paths:
    M mythtv/database/mc.sql

  Log Message:
  -----------
  Database: update mc.sql for MySQL version 8 change.

Tested with MariaDB 10.3 and MySQL 5.7 and 8.0. The "HELP GRANT;"
in all three suggests the systax used in this commit.

The NO_AUTO_CREATE_USER sql_mode has been removed in MySQL v8.
The 'IDENTIFIED BY "mythtv"' part of the existing mc.sql no
longer worked in MySQL v8 (read Ubuntu 20.04.)

See: https://dev.mysql.com/doc/refman/8.0/en/upgrading-from-previous-series.html#upgrade-server-changes
(cherry picked from commit 83803f53236fcdfcccc1b0f2dc0407c17c1ec998)


Compare: https://github.com/MythTV/mythtv/compare/a27754ae7f7e...05910a47653c


More information about the mythtv-commits mailing list