
27th January 2009, 10:51
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 32,066
Thanks: 697
Thanked 4,248 Times in 3,260 Posts
|
|
There is no further documenatation available. Basically the dns_dep table is the cross table that links dns_mx with the dns_soa table. Here are the relations to find your phantom record:
dns_soa.doc_id = dns_dep.parent_doc_id
dns_soa.doctype_id = dns_dep.parent_doctype_id
dns_dep.child_doc_id = dns_mx.doc_id
dns_dep.child_doctype_id = dns_mx.doctype_id
|