[mythtv-commits] [MythTV/mythtv] f780bb: Offset is a reserved keyword in MariaDB 10.6+
Roland Ernst
noreply at github.com
Sun Nov 24 16:17:42 UTC 2024
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: f780bb83ee33dc8b06e4691f6480a2b1a8cbdf6b
https://github.com/MythTV/mythtv/commit/f780bb83ee33dc8b06e4691f6480a2b1a8cbdf6b
Author: Roland Ernst <rcrernst at gmail.com>
Date: 2024-11-24 (Sun, 24 Nov 2024)
Changed paths:
M mythtv/libs/libmythbase/programinfo.cpp
Log Message:
-----------
Offset is a reserved keyword in MariaDB 10.6+
I get a bunch of errors when accessing the 'Videos' section
in mythfrontend:
"Error preparing query: SELECT mark, type, offset FROM ..."
"
You have an error in your SQL syntax; check the manual that
corresponds to your MariaDB server version for the right
syntax to use near
'offset FROM filemarkup WHERE filename = ? AND
type = ? ORDER BY mark' at line 1
"
This was introduced in commit 2272bae.
See #376 that fixed similar errors previously.
To unsubscribe from these emails, change your notification settings at https://github.com/MythTV/mythtv/settings/notifications
More information about the mythtv-commits
mailing list