Closed Bug 805462 Opened 13 years ago Closed 13 years ago

delete spam comments from bug 594543

Categories

(Data & BI Services Team :: DB: MySQL, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: glob, Unassigned)

Details

delete spam comments from bug 594543 -- comments 39, 40, and 41 sanity check: SELECT * FROM longdescs WHERE comment_id IN (6762044,6762049,6762050) delete: DELETE FROM longdescs WHERE comment_id IN (6762044,6762049,6762050) thanks.
SELECT showed me spam of cheap gold, guild gold, etc. mysql> DELETE FROM longdescs WHERE comment_id IN (6762044,6762049,6762050) -> ; Query OK, 3 rows affected (0.01 sec)
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Product: mozilla.org → Data & BI Services Team
You need to log in before you can comment on or make changes to this bug.