Commit bdd57aee authored by pekka@mysql.com's avatar pekka@mysql.com

ndb - bug#18067 [possibly partial] fix

parent 81141285
......@@ -2015,7 +2015,7 @@ split_concatenated_pk(const NdbTableImpl* t, Uint32* ah_buffer,
ah_buffer[n++] = ah.m_value;
sz += ah.getDataSize();
}
assert(n == t->m_noOfKeys && sz == pk_sz);
assert(n == t->m_noOfKeys && sz <= pk_sz);
}
int
......
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