FreeBSD Bugzilla – Attachment 195362 Details for
Bug 229950
databases/mysql++3: Fix build with MariaDB 10.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix build with MariaDB 10.2
databases_mysql++3.patch (text/plain), 859 bytes, created by
Ting-Wei Lan
on 2018-07-22 07:07:14 UTC
(
hide
)
Description:
Fix build with MariaDB 10.2
Filename:
MIME Type:
Creator:
Ting-Wei Lan
Created:
2018-07-22 07:07:14 UTC
Size:
859 bytes
patch
obsolete
>Index: databases/mysql++3/files/patch-lib_dbdriver.cpp >=================================================================== >--- databases/mysql++3/files/patch-lib_dbdriver.cpp (nonexistent) >+++ databases/mysql++3/files/patch-lib_dbdriver.cpp (working copy) >@@ -0,0 +1,19 @@ >+https://tangentsoft.com/mysqlpp/info/4f077284dd2ca1b6 >+https://tangentsoft.com/mysqlpp/info/e5f2c3d83f >+ >+Index: lib/dbdriver.cpp >+================================================================== >+--- lib/dbdriver.cpp.orig 2015-03-19 00:55:17 UTC >++++ lib/dbdriver.cpp >+@@ -257,7 +257,11 @@ DBDriver::set_option(unsigned int o, boo >+ } >+ >+ if ((n == 1) && >++#ifdef CLIENT_LONG_PASSWORD >+ (o >= CLIENT_LONG_PASSWORD) && >++#else >++ (o >= CLIENT_MYSQL) && >++#endif >+ #if MYSQL_VERSION_ID > 40000 // highest flag value varies by version >+ (o <= CLIENT_MULTI_RESULTS) >+ #else
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 229950
: 195362