https://bugs.kde.org/show_bug.cgi?id=363697

--- Comment #10 from swatilodh...@gmail.com ---
Johannes,

Your second solution seems to fit here. Temporary disabling referential
constraints might work 'cause we've parent-child tables. 

In the function makeStaleAlbum(), there's an update query which doesn't work.
(Reason why Albums table is not updated)
We could use:
//
SET FOREIGN_KEY_CHECKS = 0;
UPDATE.....
SET FOREIGN_KEY_CHECKS = 1;
//
I think this should work...

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to