Commit 3c2228f3 authored by joreland@mysql.com's avatar joreland@mysql.com

wl2240 - ndb - fix typo

parent 6105fa4d
......@@ -512,7 +512,7 @@ NdbOperation::handle_distribution_key(const Uint64* value, Uint32 len)
{
setPartitionHash(value, len);
}
else if(tSignal->readSignalNumber() == GSN_TCKEYREQ)
else if(theTCREQ->readSignalNumber() == GSN_TCKEYREQ)
{
// No support for combined distribution key and scan
......
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