Bug #41178 bug database prints difference in progress log for tags that did not change
Submitted: 2 Dec 2008 17:53 Modified: 3 May 2012 9:54
Reporter: Sven Sandberg Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Websites: bugs.mysql.com Severity:S2 (Serious)
Version: OS:Any
Assigned to: Vlad Safronov CPU Architecture:Any

[2 Dec 2008 17:53] Sven Sandberg
Description:
The "tags" for bugs are sorted in random order when bugs are displayed. This causes strange "progress logs" for bugs, like this:

http://bugs.mysql.com/bug.php?id=40459&log=1

In my second edit from [2 Dec 18:40], it looks as the tags were modified, when actually they were not. The corresponding bug email contained this:

 OS:              Any
-Tags:            sporadic, pushbuild, test failure, rpl_ndb_denote_gap,
                  Lost connection, 6.0-rpl-green
+Tags:            6.0-rpl-green, Lost connection, rpl_ndb_denote_gap,
                  test failure, pushbuild, sporadic
 Target Version:  6.0

The email did not show the real change (which was that a reviewer had been changed).

How to repeat:
Update a bug, then view progress log. See examples above.

Suggested fix:
Add ORDER BY clause when listing tags?
[3 May 2012 9:54] Vlad Safronov
Fixed (ORDER BY clause added). 
Thanks Sven!