]
Yong Hao Gao resolved JBMESSAGING-1873.
---------------------------------------
Resolution: Done
JBM_CLUSTER table creation SQL for DB2 is not correct
-----------------------------------------------------
Key: JBMESSAGING-1873
URL:
https://issues.jboss.org/browse/JBMESSAGING-1873
Project: JBoss Messaging
Issue Type: Bug
Reporter: Yong Hao Gao
Assignee: Yong Hao Gao
the correct one:
CREATE_CLUSTER_STATE_TABLE=CREATE TABLE JBM_CLUSTER (NODE_ID SMALLINT NOT NULL,
PING_TIMESTAMP TIMESTAMP, STATE SMALLINT, PRIMARY KEY(NODE_ID))
--
This message is automatically generated by JIRA.
For more information on JIRA, see: