Inconsistent database: LibraryScanner
Bug #1846971 reported by
Uwe Klotz
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
Fix Released
|
High
|
Unassigned |
Bug Description
Due to various bugs and inconsequent usage of transactions the Mixxx database accumulates inconsistent entries over time. Those inconsistent contents cause consecutive bugs:
https:/
https:/
https:/
How-to-fix: Periodically (e.g. after upgrading the database schema on startup) remove inconsistent rows from all tables for which the referential integrity constraints are violated.
Changed in mixxx: | |
milestone: | 2.2.3 → none |
assignee: | Uwe Klotz (uklotzde) → nobody |
status: | In Progress → New |
description: | updated |
Changed in mixxx: | |
status: | In Progress → Fix Committed |
Changed in mixxx: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix only inconsistencies caused by LibraryScanner: https:/ /github. com/mixxxdj/ mixxx/pull/ 2321