Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 211967 Details for
Bug 295634
[gnustep overlay] SOPE SVN ebuilds
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/sope-r1660-MySQL4Channel.m.patch
sope-r1660-MySQL4Channel.m.patch (text/plain), 1.31 KB, created by
steveb
on 2009-12-04 10:32:41 UTC
(
hide
)
Description:
files/sope-r1660-MySQL4Channel.m.patch
Filename:
MIME Type:
Creator:
steveb
Created:
2009-12-04 10:32:41 UTC
Size:
1.31 KB
patch
obsolete
>--- sope-gdl1/MySQL/MySQL4Channel.m 2009-11-28 00:43:27.731467911 +0100 >+++ sope-gdl1/MySQL/MySQL4Channel.m.new 2009-11-28 00:42:10.683968806 +0100 >@@ -634,11 +634,11 @@ > > if ((merrno = mysql_errno(self->_connection)) != 0) { > const char *error; >+ error = mysql_error(self->_connection); > > if (isDebuggingEnabled) > NSLog(@"%@ cannot use result: '%s'", self, error); > >- error = mysql_error(self->_connection); > return [MySQL4Exception exceptionWithName:@"FetchFailed" > reason:[NSString stringWithUTF8String:error] > userInfo:nil]; >@@ -763,12 +763,16 @@ > @" c_lastmodified INT NOT NULL,\n" > @" c_version INT NOT NULL,\n" > @" c_deleted INT NULL\n" >- @")"); >+ @")\n" >+ @" DEFAULT CHARACTER SET latin1\n" >+ @" DEFAULT COLLATE latin1_general_ci"); > static NSString *sqlFolderACLFormat = (@"CREATE TABLE %@ (\n" \ > @" c_uid VARCHAR (256) NOT NULL,\n" > @" c_object VARCHAR (256) NOT NULL,\n" > @" c_role VARCHAR (80) NOT NULL\n" >- @")"); >+ @")\n" >+ @" DEFAULT CHARACTER SET latin1\n" >+ @" DEFAULT COLLATE latin1_general_ci"); > > - (NSException *) createGCSFolderTableWithName: (NSString *) tableName > {
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 295634
:
211962
|
211964
|
211966
| 211967 |
211969
|
211971
|
211973
|
211975
|
211977
|
211979
|
211980
|
211981
|
211982
|
211983
|
211984
|
211985
|
212043
|
212045
|
212046
|
215373
|
215374
|
215614
|
215616
|
215617
|
215638
|
215640
|
215641
|
216230
|
216231