[mythtv-commits] [MythTV/mythtv] 46cf50: mytharchive: change offset to `offset` for MariaDB...
Gary Buhrmaster
noreply at github.com
Sat Jul 31 19:18:40 UTC 2021
Branch: refs/heads/fixes/31
Home: https://github.com/MythTV/mythtv
Commit: 46cf50b44d1d9dd5e0234ffc6200179e6930b44a
https://github.com/MythTV/mythtv/commit/46cf50b44d1d9dd5e0234ffc6200179e6930b44a
Author: Gary Buhrmaster <gary.buhrmaster at gmail.com>
Date: 2021-07-31 (Sat, 31 Jul 2021)
Changed paths:
M mythplugins/mytharchive/mytharchivehelper/main.cpp
Log Message:
-----------
mytharchive: change offset to `offset` for MariaDB 10.6
MariaDB 10.6 has added a new reserved word offset which
is used in MythTV as a column name in the tables filemarkup
and recordedseek requiring quoting of the name.
(cherry picked from commit 9c16537d2212962627c810a3cfc48dad53933f5c)
Signed-off-by: Bill Meek <billmeek at mythtv.org>
Commit: 5824c588db24b4e71a7d94e829e6419f71089297
https://github.com/MythTV/mythtv/commit/5824c588db24b4e71a7d94e829e6419f71089297
Author: Gary Buhrmaster <gary.buhrmaster at gmail.com>
Date: 2021-07-31 (Sat, 31 Jul 2021)
Changed paths:
M mythtv/libs/libmyth/programinfo.cpp
Log Message:
-----------
programinfo: change offset to `offset` for MariaDB 10.6
MariaDB 10.6 has added a new reserved word offset which
is used in MythTV as a column name in the tables filemarkup
and recordedseek requiring quoting of the name.
(cherry picked from commit 8fd76381dbf3d5c61c6c61dc19c9f891d322d9cd)
Signed-off-by: Bill Meek <billmeek at mythtv.org>
Compare: https://github.com/MythTV/mythtv/compare/d59053b747b6...5824c588db24
More information about the mythtv-commits
mailing list