ndb -

  fix COPY_ROWID return value
parent f06225a6
...@@ -1200,7 +1200,7 @@ Dbtup::read_pseudo(Uint32 attrId, ...@@ -1200,7 +1200,7 @@ Dbtup::read_pseudo(Uint32 attrId,
return 0; return 0;
case AttributeHeader::COPY_ROWID: case AttributeHeader::COPY_ROWID:
outBuffer[0] = operPtr.p->m_copy_tuple_location.m_page_no; outBuffer[0] = operPtr.p->m_copy_tuple_location.m_page_no;
outBuffer[0] = operPtr.p->m_copy_tuple_location.m_page_idx; outBuffer[1] = operPtr.p->m_copy_tuple_location.m_page_idx;
return 2; return 2;
default: default:
return 0; return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment