Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 701189 Details for
Bug 914202
mysql-connector-odbc: FTBFS in rawhide
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
This patch illustrates what types has been changed
mysql-connector-odbc-maria.patch (text/plain), 1.12 KB, created by
Honza Horak
on 2013-02-22 13:14:11 UTC
(
hide
)
Description:
This patch illustrates what types has been changed
Filename:
MIME Type:
Creator:
Honza Horak
Created:
2013-02-22 13:14:11 UTC
Size:
1.12 KB
patch
obsolete
>diff -up mysql-connector-odbc-5.1.11-src/util/array.c.maria mysql-connector-odbc-5.1.11-src/util/array.c >--- mysql-connector-odbc-5.1.11-src/util/array.c.maria 2013-02-22 11:51:24.627139740 +0100 >+++ mysql-connector-odbc-5.1.11-src/util/array.c 2013-02-22 11:53:27.766131320 +0100 >@@ -92,7 +92,7 @@ my_bool init_dynamic_array(DYNAMIC_ARRAY > FALSE Ok > */ > >-my_bool insert_dynamic(DYNAMIC_ARRAY *array, uchar* element) >+my_bool insert_dynamic(DYNAMIC_ARRAY *array, const uchar* element) > { > uchar* buffer; > if (array->elements == array->max_element) >diff -up mysql-connector-odbc-5.1.11-src/util/int2str.c.maria mysql-connector-odbc-5.1.11-src/util/int2str.c >--- mysql-connector-odbc-5.1.11-src/util/int2str.c.maria 2013-02-22 12:00:37.188101956 +0100 >+++ mysql-connector-odbc-5.1.11-src/util/int2str.c 2013-02-22 12:00:44.097101484 +0100 >@@ -19,9 +19,9 @@ > /* > _dig_vec arrays are public because they are used in several outer places. > */ >-char _dig_vec_upper[] = >+const char _dig_vec_upper[] = > "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; >-char _dig_vec_lower[] = >+const char _dig_vec_lower[] = > "0123456789abcdefghijklmnopqrstuvwxyz"; > >
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 914202
: 701189