]
Yong Hao Gao resolved JBMESSAGING-1868.
---------------------------------------
Resolution: 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: