[jboss-jira] [JBoss JIRA] Resolved: (JBMESSAGING-1868) JBM_CLUSTER table creation SQL for sybase is not correct
Yong Hao Gao (JIRA)
jira-events at lists.jboss.org
Tue May 31 04:32:01 EDT 2011
[ https://issues.jboss.org/browse/JBMESSAGING-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Yong Hao Gao resolved JBMESSAGING-1868.
---------------------------------------
Resolution: Done
done
> JBM_CLUSTER table creation SQL for sybase is not correct
> --------------------------------------------------------
>
> Key: JBMESSAGING-1868
> URL: https://issues.jboss.org/browse/JBMESSAGING-1868
> Project: JBoss Messaging
> Issue Type: Bug
> Components: Messaging Core Persistence
> Affects Versions: 1.4.0.SP3.CP12, 1.4.8.GA
> Reporter: Yong Hao Gao
> Assignee: Yong Hao Gao
> Fix For: 1.4.0.SP3.CP13, 1.4.8.SP1
>
>
> CREATE TABLE JBM_CLUSTER (NODE_ID SMALLINT, PING_TIMESTAMP DATETIME, STATE SMALLINT, PRIMARY KEY(NODE_ID))
> It should be
> CREATE TABLE JBM_CLUSTER (NODE_ID SMALLINT NOT NULL, PING_TIMESTAMP DATETIME, STATE SMALLINT, PRIMARY KEY(NODE_ID))
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list