-
Bug
-
Resolution: Fixed
-
Normal
-
Bug fixes, 2011-10-10
-
None
-
None
See http://tickets.musicbrainz.org/browse/OTHER-64 for details. These two queries should return the same result, but they don't:
select * from artist_name where id = (select name from artist_credit where id=621728);
select * from artist_name where id = (select name from artist_credit_name where artist_credit=621728);
http://chatlogs.musicbrainz.org/musicbrainz-devel/2011/2011-11/2011-11-07.html#T13-07-24-92418
I assume that artist_credit.name is not correctly updated on merge.