
| Key: |
UP-1801
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Duplicate
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Erik Olsson
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
1 hour
|
Remaining Estimate:
|
1 hour
|
Time Spent:
|
Unknown
|
|
File Attachments:
|
1.
RDBMDistributedLayoutStore.java (92 kb)
|
|
Environment:
|
Linux (Fedora Core 6)
|
|
Issue Links:
|
Duplicate
|
|
|
|
This issue is duplicated by:
|
|
UP-1813
table names in lower case
|
|
|
|
|
|
|
org.jasig.portal.layout.dlm.RDBMDistributedLayoutStore.java contains 2 queries with lowercase table names. Because of a MySQL bug, latin1 case-insensitive tables do not actually behave in a case-insensitive way on Linux, thus causing RDBMDistributedLayoutStore to fail when the tables appear in lowercase instead of uppercase inside queries. This appears to be the only file with any lowercase queries.
|
|
Description
|
org.jasig.portal.layout.dlm.RDBMDistributedLayoutStore.java contains 2 queries with lowercase table names. Because of a MySQL bug, latin1 case-insensitive tables do not actually behave in a case-insensitive way on Linux, thus causing RDBMDistributedLayoutStore to fail when the tables appear in lowercase instead of uppercase inside queries. This appears to be the only file with any lowercase queries. |
Show » |
|