Gu Haiyan created TRAFODION-2837:
------------------------------------
Summary: mxosrvr coredump
Key: TRAFODION-2837
URL: https://issues.apache.org/jira/browse/TRAFODION-2837
Project: Apache Trafodion
Issue Type: Bug
Components: connectivity-mxosrvr
Affects Versions: any
Environment: centos 6.8, 2.3 incubating
Reporter: Gu Haiyan
Fix For: any
Attachments: core.zip
when I do scan like this:
prepare s from select * from usertable where primary_key >= 'startKey' order by
primary_key limit ?val;
set param ?val 10;
execute s;
set param ?val 20;
execute s;
The second execution failed with coredump if limit value is set larger than the
first one. coredump file is attached
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)