mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
wl2240 - ndb - fix typo
This commit is contained in:
parent
6105fa4dba
commit
3c2228f322
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue