mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
ndb -
fix COPY_ROWID return value
This commit is contained in:
parent
f06225a6e1
commit
ee9448162c
1 changed files with 1 additions and 1 deletions
|
@ -1200,7 +1200,7 @@ Dbtup::read_pseudo(Uint32 attrId,
|
|||
return 0;
|
||||
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_idx;
|
||||
outBuffer[1] = operPtr.p->m_copy_tuple_location.m_page_idx;
|
||||
return 2;
|
||||
default:
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue