mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 13:15:32 +02:00
remoce compiler warnings
This commit is contained in:
parent
4c6e70ccf9
commit
6629d45fd7
2 changed files with 4 additions and 0 deletions
|
|
@ -586,6 +586,8 @@ NdbOperation::setValue( const NdbColumnImpl* tAttrInfo,
|
|||
slack = 4 * totalSizeInWords - attributeSize;
|
||||
break;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
if (((UintPtr)aValue & 3) != 0 || (slack != 0))
|
||||
|
|
|
|||
|
|
@ -169,6 +169,8 @@ NdbOperation::equal_impl(const NdbColumnImpl* tAttrInfo,
|
|||
slack = 4*totalSizeInWords - attributeSize;
|
||||
break;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
if (((align & 3) != 0) || (slack != 0) || (tDistrKey && (align != 0)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue