|
|
|
|
|
|
|
|
|
|
|
Re: [CDO] MySQL database is broken after restart of CDO server [message #1428856 is a reply to message #1424816] |
Mon, 22 September 2014 09:06  |
Eclipse User |
|
|
|
On 16-09-14 15:03, Stefan Weise wrote:
> Hi.
>
> Thank you for sharing this information. I've already voted for this bug 8)
@Eike, I can provide a patch, which simply removes, toUpperCase(), which
will likely fix the problem. Is this OK?
> The problem only seems to occur in maintenance mode when the database is
> getting upgraded or repaired. During normal operation this error does
> not appear.
> ~Stefan
>
> Christophe Bouhier wrote on Tue, 16 September 2014 12:23
>> On 16-09-14 12:14, Stefan Weise wrote:
>> Hi, This sounds very much like a problem we have as well.
>> We also have Linux and MySQL. We have done extensive troubleshooting
>> and found the issue. (But still need a patch).
>>
>> The bug is in the class DBNamedElement, this method.
>>
>> public static String name(String name)
>> {
>> return name.toUpperCase().intern();
>> }
>>
>> The CDO Bug report is this one:
>>
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=412520
>>
>> The bug was introduced somewhere in March 2013. (Judging from the GIT
>> logs). where this bug is very active:
>>
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=401763
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.04596 seconds