FreeBSD Bugzilla – Attachment 46483 Details for
Bug 71348
[maintainer] Unbreak databases/mysqlcppapi after mysql41-* update
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-databases-mysqlcppapi
patch-databases-mysqlcppapi (text/plain), 880 bytes, created by
Jie Gao
on 2004-09-03 18:40:16 UTC
(
hide
)
Description:
patch-databases-mysqlcppapi
Filename:
MIME Type:
Creator:
Jie Gao
Created:
2004-09-03 18:40:16 UTC
Size:
880 bytes
patch
obsolete
>Index: databases/mysqlcppapi/files/patch-mysqlcppapi-Connection.cc >=================================================================== >RCS file: /home/grads/gaoj/repository/ports/databases/mysqlcppapi/files/patch-mysqlcppapi-Connection.cc,v >retrieving revision 1.1 >retrieving revision 1.2 >diff -u -r1.1 -r1.2 >--- databases/mysqlcppapi/files/patch-mysqlcppapi-Connection.cc 6 Aug 2004 00:24:35 -0000 1.1 >+++ databases/mysqlcppapi/files/patch-mysqlcppapi-Connection.cc 3 Sep 2004 17:28:13 -0000 1.2 >@@ -5,7 +5,7 @@ > { > check_connection_is_open(); > - >-+#if ( MYSQL_VERSION_ID == 40103 ) || ( MYSQL_VERSION_ID == 50001 ) >++#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()));
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 71348
: 46483