History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: ENT-205
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Gaston Dombiak
Reporter: Gaston Dombiak
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Openfire Enterprise

Table entConParticipant fails to be created in MySQL when using charset utf8

Created: 10/05/07 12:30 PM   Updated: 10/05/07 12:31 PM
Component/s: Core
Affects Version/s: 3.3.3, 3.4.0 Beta 1
Fix Version/s: 3.4.0 Beta 2

Time Tracking:
Not Specified

Environment: MySQL 5.0.22 or later

Support Plan Customer Issue: No
Resolution Date: 10/05/07 12:31 PM
Acceptance Test - Add?: No


 Description  « Hide
create database openfire character set utf8;

CREATE TABLE entConParticipant (
conversationID BIGINT NOT NULL,
joinedDate BIGINT NOT NULL,
leftDate BIGINT NULL,
bareJID VARCHAR(255) NOT NULL,
jidResource VARCHAR(255) NOT NULL,
nickname VARCHAR(255) NULL,
INDEX entConParticipant_conv_idx (conversationID, bareJID, jidResource, joinedDate),
INDEX entConParticipant_jid_idx (bareJID)
);



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.