Commit ce897872 authored by unknown's avatar unknown

wl2240 - ndb - fix typo


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