Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
MyODBC-unixODBC
MyODBC-unixODBC-my_bool-cleanup.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File MyODBC-unixODBC-my_bool-cleanup.patch of Package MyODBC-unixODBC
Index: driver/myodbc3.h =================================================================== --- driver/myodbc3.h.orig +++ driver/myodbc3.h @@ -253,8 +253,8 @@ typedef struct st_param_bind SQLINTEGER ValueMax; SQLLEN * actual_len; SQLINTEGER value_length; - bool alloced,used; - bool real_param_done; + my_bool alloced,used; + my_bool real_param_done; } PARAM_BIND; Index: driver/myutil.h =================================================================== --- driver/myutil.h.orig +++ driver/myutil.h @@ -174,7 +174,7 @@ SQLRETURN SQL_API my_SQLBindParameter(SQ SQLLEN *pcbValue); SQLRETURN SQL_API my_SQLExtendedFetch(SQLHSTMT hstmt, SQLUSMALLINT fFetchType, SQLROWOFFSET irow, SQLULEN *pcrow, - SQLUSMALLINT FAR *rgfRowStatus, bool upd_status); + SQLUSMALLINT FAR *rgfRowStatus, my_bool upd_status); SQLRETURN copy_stmt_error(STMT FAR *src, STMT FAR *dst); int unireg_to_c_datatype(MYSQL_FIELD *field); int default_c_type(int sql_data_type); Index: driver/results.c =================================================================== --- driver/results.c.orig +++ driver/results.c @@ -1248,7 +1248,7 @@ SQLRETURN SQL_API my_SQLExtendedFetch( S SQLROWOFFSET irow, SQLULEN *pcrow, SQLUSMALLINT FAR *rgfRowStatus, - bool upd_status ) + my_bool upd_status ) { ulong rows_to_fetch; long cur_row, max_row;
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