summaryrefslogtreecommitdiff
path: root/databases/mysqlcppapi/files/patch-mysqlcppapi-Connection.cc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 12:53:55 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 12:53:55 +0000
commit7161a29dcfd214749b78e5f32763614736e2fef7 (patch)
tree5778879abfd4c5214bbcefa100a0c68ba3184f8a /databases/mysqlcppapi/files/patch-mysqlcppapi-Connection.cc
parent- Fix plist (diff)
Remove non staged ports without pending PR from databases
Notes
Notes: svn path=/head/; revision=366869
Diffstat (limited to 'databases/mysqlcppapi/files/patch-mysqlcppapi-Connection.cc')
-rw-r--r--databases/mysqlcppapi/files/patch-mysqlcppapi-Connection.cc16
1 files changed, 0 insertions, 16 deletions
diff --git a/databases/mysqlcppapi/files/patch-mysqlcppapi-Connection.cc b/databases/mysqlcppapi/files/patch-mysqlcppapi-Connection.cc
deleted file mode 100644
index ffbeb0be9d22..000000000000
--- a/databases/mysqlcppapi/files/patch-mysqlcppapi-Connection.cc
+++ /dev/null
@@ -1,16 +0,0 @@
---- mysqlcppapi/Connection.cc.orig Wed Aug 4 23:15:58 2004
-+++ mysqlcppapi/Connection.cc Wed Aug 4 23:18:13 2004
-@@ -211,9 +211,11 @@
- bool Connection::shutdown ()
- {
- check_connection_is_open();
--
-+#if ( MYSQL_VERSION_ID >= 50001 ) || (( MYSQL_VERSION_ID < 50000 ) && ( MYSQL_VERSION_ID >= 40103 ))
-+ bool suc = !(mysql_shutdown(m_sharedptr_connection.obj(),SHUTDOWN_DEFAULT));
-+#else
- bool suc = !(mysql_shutdown(m_sharedptr_connection.obj()));
--
-+#endif
- if (!suc)
- throw ex_BadQuery(error());
-