[Issue 209] "Diamond" import name conflicts when using Fully	Qualified names
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Tue Apr  3 10:24:25 PDT 2007
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=209
------- Comment #6 from braddr at puremagic.com  2007-04-03 12:24 -------
For the audit log, and in case some sort of data inconsistency arises, I
performed these sql commands to delete attachment and comment spam:
mysql> delete from attachments where attach_id >= 107 and attach_id <= 136;
Query OK, 30 rows affected (0.00 sec)
mysql> delete from longdescs where bug_id=209 and who=223;
Query OK, 30 rows affected (0.00 sec)
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list