BIND 10 trac2825, updated. 4813e06cf4e0a9d9f453890557b639715e081eca [2825] Removed "mysql" directory prefix from #include statements. The include path for MySQL includes is accurately set by mysql_config.

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Mar 14 12:56:10 UTC 2013


The branch, trac2825 has been updated
       via  4813e06cf4e0a9d9f453890557b639715e081eca (commit)
      from  b47eafefecf38d32013bc7377aa4eebf531c49f6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4813e06cf4e0a9d9f453890557b639715e081eca
Author: Thomas Markwalder <tmark at isc.org>
Date:   Thu Mar 14 08:50:20 2013 -0400

    [2825] Removed "mysql" directory prefix from #include statements.
    The include path for MySQL includes is accurately set by mysql_config.

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

Summary of changes:
 src/lib/dhcpsrv/mysql_lease_mgr.cc |    2 +-
 src/lib/dhcpsrv/mysql_lease_mgr.h  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dhcpsrv/mysql_lease_mgr.cc b/src/lib/dhcpsrv/mysql_lease_mgr.cc
index 01ce170..4b5c1e1 100644
--- a/src/lib/dhcpsrv/mysql_lease_mgr.cc
+++ b/src/lib/dhcpsrv/mysql_lease_mgr.cc
@@ -21,7 +21,7 @@
 #include <dhcpsrv/mysql_lease_mgr.h>
 
 #include <boost/static_assert.hpp>
-#include <mysql/mysqld_error.h>
+#include <mysqld_error.h>
 
 #include <iostream>
 #include <iomanip>
diff --git a/src/lib/dhcpsrv/mysql_lease_mgr.h b/src/lib/dhcpsrv/mysql_lease_mgr.h
index 36101e6..6d8eb8c 100644
--- a/src/lib/dhcpsrv/mysql_lease_mgr.h
+++ b/src/lib/dhcpsrv/mysql_lease_mgr.h
@@ -20,7 +20,7 @@
 
 #include <boost/scoped_ptr.hpp>
 #include <boost/utility.hpp>
-#include <mysql/mysql.h>
+#include <mysql.h>
 
 #include <time.h>
 



More information about the bind10-changes mailing list