Add a comment, wipe all existing ones.

Kristis Makris mkgnu at mkgnu.net
Sat Jun 10 01:28:14 UTC 2006


Hello,

After upgrading from Bugzilla 2.10 to 2.20.2 I noticed that every time I
try to enter a comment in bugzilla on any bug (both existing and brand
new) all existing comments disappear.

After poking around in the database I see that:

mysql> select count(*) from longdescs where bug_id=3149;
+----------+
| count(*) |
+----------+
|        8 |
+----------+
1 row in set (0.00 sec)


But for bug 3149 I only see the last longdesc entered (the one with
"thetext" = "Testing again". I'm wondering whether this is a side-effect
of the upgrade. I originally thought the Scmbug integration broke this,
but apparently this happens even if I just create new bugs and enter
comments only through the Bugzilla UI.

Is there a Parameter I need to configure specially ? This sounds too
weird to be a misconfiguration issue.

Thanks for any help!


mysql> select bug_id, thetext from longdescs where bug_id=3149;
+--------+--------------------------------------------------------------------------------------------------------------------------+
| bug_id | thetext          |
+--------+--------------------------------------------------------------------------------------------------------------------------+
|   3149 | Another test bug for WHS          |
|   3149 | Accepted.          |
|   3149 | accepted          |
|   3149 | Testing if the comments won't be wiped out
again.................



Affected files:
---------------
NONE --> 1.1 file3
 |
|   3149 | nope. They got wiped out.          |
|   3149 | Wait... this is a bugzilla configuration issue          |
|   3149 | still a broken bugzilla ?          |
|   3149 | Testing again          |
+--------+--------------------------------------------------------------------------------------------------------------------------+
8 rows in set (0.00 sec)





More information about the developers mailing list