The following bug has been ASSIGNED. ====================================================================== http://www.dbmail.org/mantis/bug_view_advanced_page.php?bug_id=0000147 ====================================================================== Reported By: ljackson Assigned To: paul ====================================================================== Project: DBMail Bug ID: 147 Category: General Reproducibility: always Severity: major Priority: normal Status: resolved Resolution: fixed ====================================================================== Date Submitted: 06-Jan-05 20:41 CET Last Modified: 07-Jan-05 13:33 CET ====================================================================== Summary: Name space comflicts with mysql and my_strdup.... Description: my_strdup is in the mysql namespace, I was excited to get back to work looking at all the changes in dbmail but when I compiled cvs head, the my_strdup change conflicts with my MySQL which is Version 4.0.17. I have attached a diff that changes all refernces to my_ to dm_ I did some quick googling to see if there would be anything in that namespace and the only thing I found was device-mapper for linux, I don't anticipate that we will ever link in device-mapper so I propose that from now on we use dm_ to specify a local function. Feel free to sugest anything else but dm_ seems to make sence to me. ======================================================================
---------------------------------------------------------------------- paul - 07-Jan-05 11:40 CET ---------------------------------------------------------------------- I don't see a patch, but thats no problem. The conversion is rather trivial. And it applies to both head and 2.0 Still, this begs the question why the compiler/linker didn't complain about this. Also, does this mean we've actually been using the mysql variant for those of use using mysql? Bug History Date Modified Username Field Change ====================================================================== 06-Jan-05 20:41ljackson New Bug 07-Jan-05 11:40paul Bugnote Added: 0000489 07-Jan-05 13:33paul Assigned To => paul 07-Jan-05 13:33paul Resolution open => fixed 07-Jan-05 13:33paul Status new => resolved ======================================================================