Bugs item #3161885, was opened at 2011-01-19 19:23
Message generated for change (Comment added) made by mhoenicka
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=512945&aid=3161885&group_id=65979

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Jan Palus (atler_)
>Assigned to: Markus Hoenicka (mhoenicka)
Summary: [PATCH] Proper mysql header include 

Initial Comment:
As manual clearly states, applications using mysql library should include 
<mysql.h> not <mysql/mysql.h>. It worked so far because header files are most 
often placed in /usr/include, but it fails if installed in other location 
(mysql_config returns path including "mysql" directory). Patch attached.

----------------------------------------------------------------------

>Comment By: Markus Hoenicka (mhoenicka)
Date: 2011-02-19 20:59

Message:
Once again, I can't access your patch, but I've modified dbd_mysql.c
accordingly. See the current CVS revision. Let me know if I've missed
anything.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=512945&aid=3161885&group_id=65979

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Libdbi-drivers-devel mailing list
Libdbi-drivers-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libdbi-drivers-devel

Reply via email to