mirror of
https://github.com/MariaDB/server.git
synced 2025-09-11 05:52:26 +03:00
bug#12220 - ndb - node recovery with charsets
LQH computes incorrect hash values during NR (as it doesn't concider charsets) Solution: make LQH compute correct hash :-) 1) move xfrm_key into SimulatedBlock so that there's _one_ impl. 2) make TC, ACC, LQH use same impl.
This commit is contained in:
@@ -23,7 +23,8 @@ class AttributeDescriptor {
|
||||
friend class Dbacc;
|
||||
friend class Dbtup;
|
||||
friend class Dbtux;
|
||||
|
||||
friend class SimulatedBlock;
|
||||
|
||||
private:
|
||||
static void setType(Uint32 &, Uint32 type);
|
||||
static void setSize(Uint32 &, Uint32 size);
|
||||
|
Reference in New Issue
Block a user