summaryrefslogtreecommitdiff
path: root/databases/mysqlcc
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-12-26 14:09:52 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-12-26 14:09:52 +0000
commitcc2c2f83d8eb84e20239caa1a6a17d9b0b4099b3 (patch)
treea2676a19b446ed55be4405659a863d35f4fb5bdc /databases/mysqlcc
parentRemove unnecessary patches. (diff)
Fix compilation with version 4.1.7 of mysql.
PR: ports/75105 Submitted by: maintainer.
Notes
Notes: svn path=/head/; revision=125224
Diffstat (limited to 'databases/mysqlcc')
-rw-r--r--databases/mysqlcc/files/patch-shared-src-CMySQL.cpp12
1 files changed, 7 insertions, 5 deletions
diff --git a/databases/mysqlcc/files/patch-shared-src-CMySQL.cpp b/databases/mysqlcc/files/patch-shared-src-CMySQL.cpp
index 694f63b9e791..8fd58c7fe679 100644
--- a/databases/mysqlcc/files/patch-shared-src-CMySQL.cpp
+++ b/databases/mysqlcc/files/patch-shared-src-CMySQL.cpp
@@ -1,10 +1,12 @@
---- shared/src/CMySQL.cpp.orig Thu Aug 5 12:26:14 2004
-+++ shared/src/CMySQL.cpp Thu Aug 5 12:29:53 2004
-@@ -451,7 +451,11 @@
+--- shared/src/CMySQL.cpp.orig Sun Dec 14 00:10:44 2003
++++ shared/src/CMySQL.cpp Sun Dec 26 14:24:43 2004
+@@ -450,8 +450,12 @@
+
if (!isConnected())
return false;
-
-+#if ( MYSQL_VERSION_ID == 40103 ) || ( MYSQL_VERSION_ID == 50001 )
+-
++
++#if ( MYSQL_VERSION_ID == 40103 ) || ( MYSQL_VERSION_ID == 50001 ) || ( MYSQL_VERSION_ID == 40107 )
+ if (mysql_shutdown(mysql,SHUTDOWN_DEFAULT) != 0)
+#else
if (mysql_shutdown(mysql) != 0)