Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:wolfi323:branches:home:dliw
mysql-connector-cpp
mysql-connector-cpp-test-feature.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mysql-connector-cpp-test-feature.patch of Package mysql-connector-cpp
Index: b/jdbc/driver/nativeapi/mysql_native_connection_wrapper.cpp =================================================================== --- a/jdbc/driver/nativeapi/mysql_native_connection_wrapper.cpp +++ b/jdbc/driver/nativeapi/mysql_native_connection_wrapper.cpp @@ -479,7 +479,11 @@ int MySQL_NativeConnectionWrapper::get_p /* {{{ MySQL_NativeConnectionWrapper::has_query_attributes() */ bool MySQL_NativeConnectionWrapper::has_query_attributes() { +#ifdef CLIENT_QUERY_ATTRIBUTES return mysql->server_capabilities & CLIENT_QUERY_ATTRIBUTES; +#else + return false; +#endif } /* }}} */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor