FreeBSD Bugzilla – Attachment 55135 Details for
Bug 83373
[PATCH] databases/p5-Mysql port does not compile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-dbd::myMsql.h
patch-dbd::myMsql.h (text/plain; charset=us-ascii), 518 bytes, created by
Sven Berkvens-Matthijsse
on 2005-11-30 08:34:09 UTC
(
hide
)
Description:
patch-dbd::myMsql.h
Filename:
MIME Type:
Creator:
Sven Berkvens-Matthijsse
Created:
2005-11-30 08:34:09 UTC
Size:
518 bytes
patch
obsolete
>--- dbd/myMsql.h.orig Wed Nov 30 09:28:39 2005 >+++ dbd/myMsql.h Wed Nov 30 09:29:09 2005 >@@ -117,7 +117,11 @@ > #define MyGetHostInfo(s) mysql_get_host_info(s) > #define MyGetServerInfo(s) mysql_get_server_info(s) > #define MyGetProtoInfo(s) mysql_get_proto_info(s) >+#if MYSQL_VERSION_ID < 40000 > #define MyShutdown(s) mysql_shutdown(s) >+#else >+#define MyShutdown(s) mysql_shutdown(s, SHUTDOWN_DEFAULT) >+#endif > #ifdef REFRESH_GRANT > #define MyReload(s) mysql_refresh(s, \ > REFRESH_GRANT|REFRESH_LOG|REFRESH_TABLES)
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 83373
:
55134
| 55135