mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 11:57:38 +02:00
ndb - bug#24166
SR crash if table with disk with hidden primary key... storage/ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp: fix bug 24166
This commit is contained in:
parent
3a7bb77df5
commit
61956dd5fe
1 changed files with 1 additions and 1 deletions
|
|
@ -784,7 +784,7 @@ int Dbtup::updateAttributes(KeyReqStruct *req_struct,
|
|||
req_struct->m_tuple_ptr->m_header_bits |= Tuple_header::DISK_PART;
|
||||
memcpy(req_struct->m_tuple_ptr->get_disk_ref_ptr(regTabPtr),
|
||||
inBuffer+inBufIndex+1, sz << 2);
|
||||
inBufIndex += 1 + sz;
|
||||
req_struct->in_buf_index = inBufIndex += 1 + sz;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue