[mythtv-commits] Ticket #13516: Mysql 8.0 added system to reserverd words

MythTV noreply at mythtv.org
Thu Nov 21 15:11:27 UTC 2019


#13516: Mysql 8.0 added system to reserverd words
---------------------------------------+------------------------------
 Reporter:  jhavens1566                |          Owner:  (none)
     Type:  Bug Report - General       |         Status:  new
 Priority:  minor                      |      Milestone:  needs_triage
Component:  MythTV - Mythfilldatabase  |        Version:  Unspecified
 Severity:  medium                     |     Resolution:
 Keywords:  mysql datadirect.cpp       |  Ticket locked:  0
---------------------------------------+------------------------------

Comment (by Gary Buhrmaster):

 Running:
   SELECT DISTINCT TABLE_NAME FROM INFORMATION_SCHEMA.COLUMNS WHERE
 COLUMN_NAME IN ('system') AND TABLE_SCHEMA='mythconverg';

 Results in:
 {{{
 +----------------+
 | TABLE_NAME     |
 +----------------+
 | gamemetadata   |
 | programrating  |
 | recordedrating |
 +----------------+
 }}}

 showing the minimum set of tables names that should be reviewed and will
 need to be considered for code changes.

-- 
Ticket URL: <https://code.mythtv.org/trac/ticket/13516#comment:6>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list